summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-0.3.15.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/python-0.3.15.9999.ebuild')
-rw-r--r--dev-lang/python/python-0.3.15.9999.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-lang/python/python-0.3.15.9999.ebuild b/dev-lang/python/python-0.3.15.9999.ebuild
index 7a6b7fc82b4f..034cc43a5883 100644
--- a/dev-lang/python/python-0.3.15.9999.ebuild
+++ b/dev-lang/python/python-0.3.15.9999.ebuild
@@ -24,8 +24,8 @@ EGIT_REPO_URI="https://github.com/python/cpython.git"
LICENSE="PSF-2"
SLOT="${PYVER}"
IUSE="
- bluetooth build debug +ensurepip examples gdbm
- libedit +ncurses pgo +readline +sqlite +ssl tail-call-interp test tk valgrind
+ bluetooth debug +ensurepip examples gdbm libedit +ncurses pgo
+ +readline +sqlite +ssl tail-call-interp test tk valgrind
"
RESTRICT="!test? ( test )"
@@ -38,6 +38,7 @@ RDEPEND="
app-arch/bzip2:=
app-arch/xz-utils:=
app-arch/zstd:=
+ app-misc/mime-types
>=dev-libs/expat-2.1:=
dev-libs/libffi:=
dev-libs/mpdecimal:=
@@ -77,9 +78,6 @@ BDEPEND="
app-alternatives/awk
virtual/pkgconfig
"
-RDEPEND+="
- !build? ( app-misc/mime-types )
-"
PDEPEND="
ensurepip? ( dev-python/ensurepip-pip )
"