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 | b4b34e327dd4ce413ece1deac9ee4c9de3122708 (patch) | |
tree | 38e2fee47662b158a7554febf0f840bada19baa1 /x11-drivers/ati-drivers/ati-drivers-8.28.8.ebuild | |
parent | Port to modular X and fix header; keep repoman silent. (diff) | |
download | historical-b4b34e327dd4ce413ece1deac9ee4c9de3122708.tar.gz historical-b4b34e327dd4ce413ece1deac9ee4c9de3122708.tar.bz2 historical-b4b34e327dd4ce413ece1deac9ee4c9de3122708.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.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'x11-drivers/ati-drivers/ati-drivers-8.28.8.ebuild')
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-8.28.8.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.28.8.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.28.8.ebuild index b6921013dd22..68bb1e2184d7 100644 --- a/x11-drivers/ati-drivers/ati-drivers-8.28.8.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-8.28.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.28.8.ebuild,v 1.2 2006/10/13 15:38:52 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.28.8.ebuild,v 1.3 2007/03/10 21:40:29 marienz Exp $ IUSE="acpi doc opengl" @@ -209,18 +209,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) |