diff options
author | Marien Zwart <marienz@gentoo.org> | 2007-03-10 21:40:29 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2007-03-10 21:40:29 +0000 |
commit | 8d5d4525fa33b3665d0f7c188405f4ed19353680 (patch) | |
tree | eaa688cd73b6e9c804e348f396e04227589bc259 /x11-drivers/ati-drivers/ati-drivers-8.33.6-r1.ebuild | |
parent | Port to modular X and fix header; keep repoman silent. (diff) | |
download | gentoo-2-8d5d4525fa33b3665d0f7c188405f4ed19353680.tar.gz gentoo-2-8d5d4525fa33b3665d0f7c188405f4ed19353680.tar.bz2 gentoo-2-8d5d4525fa33b3665d0f7c188405f4ed19353680.zip |
Remove weird dyn_unpack hack (removal requested by Kugelfang). Should have no effect for "normal" portage versions, users of the experimental portage the hack was for should be fine on 8.34.8.
(Portage version: 2.1.2.2)
Diffstat (limited to 'x11-drivers/ati-drivers/ati-drivers-8.33.6-r1.ebuild')
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-8.33.6-r1.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.33.6-r1.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.33.6-r1.ebuild index e184f90ef268..09e8a1d92c4e 100644 --- a/x11-drivers/ati-drivers/ati-drivers-8.33.6-r1.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-8.33.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.33.6-r1.ebuild,v 1.1 2007/02/09 01:34:48 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.33.6-r1.ebuild,v 1.2 2007/03/10 21:40:29 marienz Exp $ IUSE="acpi doc opengl" @@ -189,18 +189,13 @@ src_install() { use x86 && native_dir="lib" use amd64 && native_dir="lib64" - # Install the libs - # MULTILIB-CLEANUP: Fix this when FEATURES=multilib-pkg is in portage - local MLTEST=$(type dyn_unpack) - if [ "${MLTEST/set_abi/}" = "${MLTEST}" ] && has_multilib_profile; then + if has_multilib_profile; then local OABI=${ABI} for ABI in $(get_install_abis); do src_install-libs done ABI=${OABI} unset OABI - elif has_multilib_profile; then - src_install-libs elif use amd64; then src_install-libs lib $(get_multilibdir) src_install-libs lib64 $(get_libdir) |