summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-09-01 12:37:15 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-09-01 12:43:36 +0200
commit13db0c71b39713b9e2341c5b731edd24a73cc741 (patch)
treed47e9c24080150349492e2c1ed730260c30ee30f
parentsys-libs/libieee1284: don't call CC directly (diff)
downloadgentoo-13db0c71b39.tar.gz
gentoo-13db0c71b39.tar.bz2
gentoo-13db0c71b39.zip
sys-libs/libieee1284: remove Python bindings
Bug: https://bugs.gentoo.org/735500 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild13
1 files changed, 2 insertions, 11 deletions
diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
index 1bbce707bb4d..fcfc9ea12e08 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
@@ -14,8 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE="doc python static-libs"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+IUSE="doc static-libs"
BDEPEND="doc? (
app-text/docbook-sgml-utils
@@ -24,14 +23,6 @@ BDEPEND="doc? (
dev-perl/XML-RegExp
)"
-DEPEND="python? ( ${PYTHON_DEPS} )"
-
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- use python && python-single-r1_pkg_setup
-}
-
src_prepare() {
default
@@ -43,8 +34,8 @@ src_prepare() {
multilib_src_configure() {
local myeconfargs=(
--enable-shared
+ --without-python
$(use_enable static-libs static)
- $(multilib_native_use_with python)
)
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"