diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-27 05:48:54 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-27 05:48:54 +0000 |
commit | 0ad6a890ea292dc33829d190fa1b31cb25884e27 (patch) | |
tree | cc32dcd96b631a14b292c0ddbf62c253a5d5b041 /app-admin | |
parent | Install the udhcp config files when features are enabled. (diff) | |
download | gentoo-2-0ad6a890ea292dc33829d190fa1b31cb25884e27.tar.gz gentoo-2-0ad6a890ea292dc33829d190fa1b31cb25884e27.tar.bz2 gentoo-2-0ad6a890ea292dc33829d190fa1b31cb25884e27.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p17/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/eselect-opengl/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/eselect-opengl/eselect-opengl-1.2.7.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-admin/eselect-opengl/ChangeLog b/app-admin/eselect-opengl/ChangeLog index de709b10f49d..12fa94c87000 100644 --- a/app-admin/eselect-opengl/ChangeLog +++ b/app-admin/eselect-opengl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/eselect-opengl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-opengl/ChangeLog,v 1.112 2013/01/26 04:08:04 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-opengl/ChangeLog,v 1.113 2013/02/27 05:48:54 zmedico Exp $ + + 27 Feb 2013; Zac Medico <zmedico@gentoo.org> eselect-opengl-1.2.7.ebuild: + Add ~arm-linux keyword. *eselect-opengl-1.2.7 (26 Jan 2013) @@ -493,4 +496,3 @@ 17 Aug 2005; Jeremy Huddleston <eradicator@gentoo.org> +metadata.xml, +eselect-opengl-1.0.0.ebuild: Added eselect opengl module which will be a replacement for opengl-update. - diff --git a/app-admin/eselect-opengl/eselect-opengl-1.2.7.ebuild b/app-admin/eselect-opengl/eselect-opengl-1.2.7.ebuild index 6724703c3174..9a88c7019ea7 100644 --- a/app-admin/eselect-opengl/eselect-opengl-1.2.7.ebuild +++ b/app-admin/eselect-opengl/eselect-opengl-1.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.2.7.ebuild,v 1.1 2013/01/26 04:08:04 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.2.7.ebuild,v 1.2 2013/02/27 05:48:54 zmedico Exp $ EAPI=4 @@ -22,7 +22,7 @@ SRC_URI="${MIRROR}/glext.h.${GLEXT}.xz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="app-arch/xz-utils" |