diff options
Diffstat (limited to 'dev-libs/udis86')
-rw-r--r-- | dev-libs/udis86/udis86-1.7.2-r1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
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() { |