diff options
author | Jonathan Callen <abcd@gentoo.org> | 2011-03-01 21:42:04 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2011-03-01 21:42:04 +0000 |
commit | b22cbd8dbca3ddedf0cab33c6427447c17bf4899 (patch) | |
tree | 586e8d48da51fae99835ef60d115fbc6cb3f2bdc /app-admin/eselect-mesa | |
parent | Version bump. Switched to EAPI3. (diff) | |
download | gentoo-2-b22cbd8dbca3ddedf0cab33c6427447c17bf4899.tar.gz gentoo-2-b22cbd8dbca3ddedf0cab33c6427447c17bf4899.tar.bz2 gentoo-2-b22cbd8dbca3ddedf0cab33c6427447c17bf4899.zip |
Add ~amd64-linux/~x86-linux keywords
(Portage version: 2.2.0_alpha23_p5/cvs/Linux i686)
Diffstat (limited to 'app-admin/eselect-mesa')
-rw-r--r-- | app-admin/eselect-mesa/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/eselect-mesa/eselect-mesa-0.0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/eselect-mesa/ChangeLog b/app-admin/eselect-mesa/ChangeLog index f4120951c4b9..0aec20fc555d 100644 --- a/app-admin/eselect-mesa/ChangeLog +++ b/app-admin/eselect-mesa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/eselect-mesa # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-mesa/ChangeLog,v 1.11 2011/02/18 17:55:30 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-mesa/ChangeLog,v 1.12 2011/03/01 21:42:04 abcd Exp $ + + 01 Mar 2011; Jonathan Callen <abcd@gentoo.org> eselect-mesa-0.0.9.ebuild: + Add ~amd64-linux/~x86-linux keywords 18 Feb 2011; Pacho Ramos <pacho@gentoo.org> eselect-mesa-0.0.9.ebuild: amd64 stable, bug #355453 diff --git a/app-admin/eselect-mesa/eselect-mesa-0.0.9.ebuild b/app-admin/eselect-mesa/eselect-mesa-0.0.9.ebuild index 80c8167847c8..bc81b2db611b 100644 --- a/app-admin/eselect-mesa/eselect-mesa-0.0.9.ebuild +++ b/app-admin/eselect-mesa/eselect-mesa-0.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-mesa/eselect-mesa-0.0.9.ebuild,v 1.2 2011/02/18 17:55:30 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-mesa/eselect-mesa-0.0.9.ebuild,v 1.3 2011/03/01 21:42:04 abcd Exp $ EAPI=3 @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" DEPEND="" |