summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-02-03 05:44:13 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-02-03 05:44:13 +0000
commit514f85db6a0a4240642dd558652bfe90b45f866e (patch)
tree4c36ac4ddd6d4bc4b57fe26e247b34308ab051d2 /media-video
parentStable! Stable! We want 1.4.2.07 to be stable! (Resolves bug #80288) (diff)
downloadgentoo-2-514f85db6a0a4240642dd558652bfe90b45f866e.tar.gz
gentoo-2-514f85db6a0a4240642dd558652bfe90b45f866e.tar.bz2
gentoo-2-514f85db6a0a4240642dd558652bfe90b45f866e.zip
Now using $(get_install_abis).
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/ati-drivers/ati-drivers-8.8.25-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ati-drivers/ati-drivers-8.8.25-r3.ebuild b/media-video/ati-drivers/ati-drivers-8.8.25-r3.ebuild
index 6278c71f2222..aee65d0384fe 100644
--- a/media-video/ati-drivers/ati-drivers-8.8.25-r3.ebuild
+++ b/media-video/ati-drivers/ati-drivers-8.8.25-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-8.8.25-r3.ebuild,v 1.5 2005/02/01 19:44:17 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-8.8.25-r3.ebuild,v 1.6 2005/02/03 05:44:13 eradicator Exp $
IUSE=""
@@ -111,7 +111,7 @@ src_install() {
local MLTEST=$(type dyn_unpack)
if [ "${MLTEST/set_abi}" = "${MLTEST}" ] && has_multilib_profile; then
local OABI=${ABI}
- for ABI in $(get_abi_order); do
+ for ABI in $(get_install_abis); do
src_install-libs
done
ABI=${OABI}