From 20f303b2913ef677489f4b714f758522cb44c778 Mon Sep 17 00:00:00 2001 From: Alastair Tse Date: Wed, 9 Aug 2006 22:17:40 +0000 Subject: 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 --- dev-lang/python/python-2.5_beta3.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'dev-lang/python') 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 ) -- cgit v1.2.3-65-gdbad