diff options
-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 ) |