commit: 13db0c71b39713b9e2341c5b731edd24a73cc741 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Tue Sep 1 10:37:15 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Tue Sep 1 10:43:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13db0c71
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 <AT> gentoo.org> sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild | 13 ++----------- 1 file 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 1bbce707bb4..fcfc9ea12e0 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[@]}"
