diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-01 12:15:55 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-01 12:15:55 +0000 |
commit | dfdf7f9a9b229334b8fb450d5fc6a6d1090b46ed (patch) | |
tree | 17b9e43348bfc9c1bd9b9879087c98288ab6350d /x11-drivers | |
parent | Migrating to EAPI 4. Fix build with new automake (diff) | |
download | gentoo-2-dfdf7f9a9b229334b8fb450d5fc6a6d1090b46ed.tar.gz gentoo-2-dfdf7f9a9b229334b8fb450d5fc6a6d1090b46ed.tar.bz2 gentoo-2-dfdf7f9a9b229334b8fb450d5fc6a6d1090b46ed.zip |
Restrict multilib ABIs to those actually supported.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/ati-drivers/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-14.12.ebuild | 5 | ||||
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-14.9-r1.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/x11-drivers/ati-drivers/ChangeLog b/x11-drivers/ati-drivers/ChangeLog index b526ac7b5d94..3c686aaa2a05 100644 --- a/x11-drivers/ati-drivers/ChangeLog +++ b/x11-drivers/ati-drivers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/ati-drivers -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.367 2014/12/10 20:45:09 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.368 2015/01/01 12:15:55 mgorny Exp $ + + 01 Jan 2015; Michał Górny <mgorny@gentoo.org> ati-drivers-14.12.ebuild, + ati-drivers-14.9-r1.ebuild: + Restrict multilib ABIs to those actually supported. *ati-drivers-14.12 (10 Dec 2014) diff --git a/x11-drivers/ati-drivers/ati-drivers-14.12.ebuild b/x11-drivers/ati-drivers/ati-drivers-14.12.ebuild index b84013e08e12..7bf8239b5d43 100644 --- a/x11-drivers/ati-drivers/ati-drivers-14.12.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-14.12.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-14.12.ebuild,v 1.1 2014/12/10 20:45:09 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-14.12.ebuild,v 1.2 2015/01/01 12:15:55 mgorny Exp $ EAPI=5 +MULTILIB_COMPAT=( abi_x86_{32,64} ) inherit eutils multilib-build linux-info linux-mod toolchain-funcs versionator pax-utils DESCRIPTION="Ati precompiled drivers for Radeon Evergreen (HD5000 Series) and newer chipsets" diff --git a/x11-drivers/ati-drivers/ati-drivers-14.9-r1.ebuild b/x11-drivers/ati-drivers/ati-drivers-14.9-r1.ebuild index fc66282a9992..3b101ccb4d40 100644 --- a/x11-drivers/ati-drivers/ati-drivers-14.9-r1.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-14.9-r1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-14.9-r1.ebuild,v 1.1 2014/11/20 10:55:18 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-14.9-r1.ebuild,v 1.2 2015/01/01 12:15:55 mgorny Exp $ EAPI=5 +MULTILIB_COMPAT=( abi_x86_{32,64} ) inherit eutils multilib-build linux-info linux-mod toolchain-funcs versionator pax-utils DESCRIPTION="Ati precompiled drivers for Radeon Evergreen (HD5000 Series) and newer chipsets" |