diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-08-09 22:17:40 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-08-09 22:17:40 +0000 |
commit | 20f303b2913ef677489f4b714f758522cb44c778 (patch) | |
tree | be965506a478db06a53456c5982613107fa60a23 /dev-lang/python | |
parent | experimental python 2.5 ebuilds for people who will like to experiment (diff) | |
download | liquidx-20f303b2913ef677489f4b714f758522cb44c778.tar.gz liquidx-20f303b2913ef677489f4b714f758522cb44c778.tar.bz2 liquidx-20f303b2913ef677489f4b714f758522cb44c778.zip |
removing blocks on included packages because they get installed in site-packages, hence they do not conflict. the bundled modules will get chosen over the thirdparty ones
svn path=/; revision=47
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/python-2.5_beta3.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/dev-lang/python/python-2.5_beta3.ebuild b/dev-lang/python/python-2.5_beta3.ebuild index 4776b5e..7614392 100644 --- a/dev-lang/python/python-2.5_beta3.ebuild +++ b/dev-lang/python/python-2.5_beta3.ebuild @@ -27,16 +27,10 @@ SLOT="2.5" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 sqlite doc nocxx" -# NOTE: dev-python/{elementtree,celementtree,pysqlite,ctypes} -# included into python-2.5 proper. - liquidx -# NOTE: dev-python/cjkcodecs -# included into python-2.4 proper. - liquidx +# NOTE: dev-python/{elementtree,celementtree,pysqlite,ctypes,cjkcodecs} +# do not conflict with the ones in python proper. - liquidx DEPEND=">=sys-libs/zlib-1.1.3 - !dev-python/cjkcodecs - !dev-python/elementtree - !dev-python/celementtree - !dev-python/ctypes !build? ( sqlite? ( !=dev-python/pysqlite-2* >=dev-db/sqlite-3 ) |