diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-11-28 00:39:26 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-11-28 00:39:26 +0000 |
commit | 81b84816274383a5912710c3835a85d31fb09fc2 (patch) | |
tree | b7d5a9bea56eae7ec3f543606dff25c621394068 /x11-drivers/ati-drivers/ati-drivers-12.6.ebuild | |
parent | Cleanup of sshd init.d in preparation for bug #410541. local keyword is not P... (diff) | |
download | historical-81b84816274383a5912710c3835a85d31fb09fc2.tar.gz historical-81b84816274383a5912710c3835a85d31fb09fc2.tar.bz2 historical-81b84816274383a5912710c3835a85d31fb09fc2.zip |
New prerelease, import of Emil Karlson's ebuild from the x11 overlay. Address repoman warning that was introduced by the fix for bug #443466.
Package-Manager: portage-2.1.11.31/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/ati-drivers/ati-drivers-12.6.ebuild')
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-12.6.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-drivers/ati-drivers/ati-drivers-12.6.ebuild b/x11-drivers/ati-drivers/ati-drivers-12.6.ebuild index 102ecc482b7c..4d50cc923c7c 100644 --- a/x11-drivers/ati-drivers/ati-drivers-12.6.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-12.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.6.ebuild,v 1.6 2012/11/27 02:15:54 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.6.ebuild,v 1.7 2012/11/28 00:39:21 chithanh Exp $ EAPI=4 @@ -587,9 +587,9 @@ src_install-libs() { dosym ${soname} /usr/$(get_libdir)/$(scanelf -qF "#f%S" ${so}) done - # See https://bugs.gentoo.org/show_bug.cgi?id=443466 - dodir /etc/revdep-rebuild/ - echo "SEARCH_DIRS_MASK=\"/opt/bin/clinfo\"" > "${ED}/etc/revdep-rebuild/62-ati-drivers" + # See https://bugs.gentoo.org/show_bug.cgi?id=443466 + dodir /etc/revdep-rebuild/ + echo "SEARCH_DIRS_MASK=\"/opt/bin/clinfo\"" > "${ED}/etc/revdep-rebuild/62-ati-drivers" #remove static libs if not wanted use static-libs || rm -rf "${D}"/usr/$(get_libdir)/libfglrx_dm.a |