From 569fc9d634d9f54d10671674697101f0ea97e4f6 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 24 Jan 2021 13:17:27 +0100 Subject: dev-libs/udis86: Fix python automagic, take #2 Closes: https://bugs.gentoo.org/766845 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: David Seifert --- dev-libs/udis86/udis86-1.7.2-r1.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'dev-libs') diff --git a/dev-libs/udis86/udis86-1.7.2-r1.ebuild b/dev-libs/udis86/udis86-1.7.2-r1.ebuild index 5cc32041f20e..cfea4d942ce6 100644 --- a/dev-libs/udis86/udis86-1.7.2-r1.ebuild +++ b/dev-libs/udis86/udis86-1.7.2-r1.ebuild @@ -18,8 +18,8 @@ IUSE="test" RESTRICT="!test? ( test )" BDEPEND=" + ${PYTHON_DEPS} test? ( - ${PYTHON_DEPS} amd64? ( dev-lang/yasm ) x86? ( dev-lang/yasm ) )" @@ -29,10 +29,6 @@ PATCHES=( "${FILESDIR}"/${P}-python3.patch ) -pkg_setup() { - use test && python-any-r1_pkg_setup -} - src_prepare() { default eautoreconf @@ -43,7 +39,7 @@ multilib_src_configure() { --disable-static \ --enable-shared \ --with-pic \ - PYTHON="${EPYTHON}" + --with-python="${PYTHON}" } multilib_src_install_all() { -- cgit v1.2.3-65-gdbad