mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/portage: Make use of the new python_gen_impl_dep function
This commit is contained in:
@@ -9,7 +9,6 @@ PYTHON_COMPAT=(
|
||||
python3_3 python3_4
|
||||
python2_7
|
||||
)
|
||||
# Note: substituted below
|
||||
PYTHON_REQ_USE='bzip2(+)'
|
||||
|
||||
inherit distutils-r1 multilib
|
||||
@@ -22,7 +21,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86
|
||||
SLOT="0"
|
||||
IUSE="build doc epydoc +ipc linguas_ru selinux xattr"
|
||||
|
||||
DEPEND="!build? ( ${PYTHON_DEPS//bzip2(+)/ssl(+),bzip2(+)} )
|
||||
DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
|
||||
>=app-arch/tar-1.27
|
||||
dev-lang/python-exec:2
|
||||
>=sys-apps/sed-4.0.5 sys-devel/patch
|
||||
|
||||
@@ -9,7 +9,6 @@ PYTHON_COMPAT=(
|
||||
python3_3 python3_4 python3_5
|
||||
python2_7
|
||||
)
|
||||
# Note: substituted below
|
||||
PYTHON_REQ_USE='bzip2(+)'
|
||||
|
||||
inherit distutils-r1 multilib
|
||||
@@ -22,7 +21,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
|
||||
SLOT="0"
|
||||
IUSE="build doc epydoc +ipc linguas_ru selinux xattr"
|
||||
|
||||
DEPEND="!build? ( ${PYTHON_DEPS//bzip2(+)/ssl(+),bzip2(+)} )
|
||||
DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
|
||||
>=app-arch/tar-1.27
|
||||
dev-lang/python-exec:2
|
||||
>=sys-apps/sed-4.0.5 sys-devel/patch
|
||||
|
||||
@@ -9,7 +9,6 @@ PYTHON_COMPAT=(
|
||||
python3_3 python3_4 python3_5
|
||||
python2_7
|
||||
)
|
||||
# Note: substituted below
|
||||
PYTHON_REQ_USE='bzip2(+)'
|
||||
|
||||
inherit distutils-r1 multilib
|
||||
@@ -22,7 +21,7 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh spar
|
||||
SLOT="0"
|
||||
IUSE="build doc epydoc +ipc linguas_ru selinux xattr"
|
||||
|
||||
DEPEND="!build? ( ${PYTHON_DEPS//bzip2(+)/ssl(+),bzip2(+)} )
|
||||
DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
|
||||
>=app-arch/tar-1.27
|
||||
dev-lang/python-exec:2
|
||||
>=sys-apps/sed-4.0.5 sys-devel/patch
|
||||
|
||||
@@ -9,7 +9,6 @@ PYTHON_COMPAT=(
|
||||
python3_3 python3_4 python3_5
|
||||
python2_7
|
||||
)
|
||||
# Note: substituted below
|
||||
PYTHON_REQ_USE='bzip2(+)'
|
||||
|
||||
inherit distutils-r1 multilib
|
||||
@@ -22,7 +21,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
|
||||
SLOT="0"
|
||||
IUSE="build doc epydoc +ipc linguas_ru selinux xattr"
|
||||
|
||||
DEPEND="!build? ( ${PYTHON_DEPS//bzip2(+)/ssl(+),bzip2(+)} )
|
||||
DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
|
||||
>=app-arch/tar-1.27
|
||||
dev-lang/python-exec:2
|
||||
>=sys-apps/sed-4.0.5 sys-devel/patch
|
||||
|
||||
@@ -9,7 +9,6 @@ PYTHON_COMPAT=(
|
||||
python3_3 python3_4 python3_5
|
||||
python2_7
|
||||
)
|
||||
# Note: substituted below
|
||||
PYTHON_REQ_USE='bzip2(+)'
|
||||
|
||||
inherit distutils-r1 multilib
|
||||
@@ -22,7 +21,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
|
||||
SLOT="0"
|
||||
IUSE="build doc epydoc +ipc linguas_ru selinux xattr"
|
||||
|
||||
DEPEND="!build? ( ${PYTHON_DEPS//bzip2(+)/ssl(+),bzip2(+)} )
|
||||
DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
|
||||
>=app-arch/tar-1.27
|
||||
dev-lang/python-exec:2
|
||||
>=sys-apps/sed-4.0.5 sys-devel/patch
|
||||
|
||||
@@ -9,7 +9,6 @@ PYTHON_COMPAT=(
|
||||
python3_3 python3_4 python3_5
|
||||
python2_7
|
||||
)
|
||||
# Note: substituted below
|
||||
PYTHON_REQ_USE='bzip2(+)'
|
||||
|
||||
inherit distutils-r1 git-r3 multilib
|
||||
@@ -22,7 +21,7 @@ KEYWORDS=""
|
||||
SLOT="0"
|
||||
IUSE="build doc epydoc +ipc linguas_ru selinux xattr"
|
||||
|
||||
DEPEND="!build? ( ${PYTHON_DEPS//bzip2(+)/ssl(+),bzip2(+)} )
|
||||
DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
|
||||
>=app-arch/tar-1.27
|
||||
dev-lang/python-exec:2
|
||||
>=sys-apps/sed-4.0.5 sys-devel/patch
|
||||
|
||||
Reference in New Issue
Block a user