diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-25 08:32:09 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-25 08:32:09 +0000 |
commit | 388eea758b0218f1bd486290d6c13203f8577951 (patch) | |
tree | bcd66ab4f89603aa7fd69377d3769462cb7fd490 /x11-apps | |
parent | Add ~arm-linux and ~x86-linux keywords. (diff) | |
download | gentoo-2-388eea758b0218f1bd486290d6c13203f8577951.tar.gz gentoo-2-388eea758b0218f1bd486290d6c13203f8577951.tar.bz2 gentoo-2-388eea758b0218f1bd486290d6c13203f8577951.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p13/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xkbcomp/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.2.4.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog index 5c7ff421769d..753d9f5c1409 100644 --- a/x11-apps/xkbcomp/ChangeLog +++ b/x11-apps/xkbcomp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xkbcomp -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.100 2012/05/10 17:09:35 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.101 2013/02/25 08:32:09 zmedico Exp $ + + 25 Feb 2013; Zac Medico <zmedico@gentoo.org> xkbcomp-1.2.4.ebuild: + Add ~arm-linux keyword. 10 May 2012; Alexis Ballier <aballier@gentoo.org> xkbcomp-1.2.4.ebuild: keyword ~amd64-fbsd @@ -367,4 +370,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xkbcomp-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/xkbcomp/xkbcomp-1.2.4.ebuild b/x11-apps/xkbcomp/xkbcomp-1.2.4.ebuild index 171bc93cf6f8..2c4d9261cd49 100644 --- a/x11-apps/xkbcomp/xkbcomp-1.2.4.ebuild +++ b/x11-apps/xkbcomp/xkbcomp-1.2.4.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.2.4.ebuild,v 1.2 2012/05/10 17:09:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.2.4.ebuild,v 1.3 2013/02/25 08:32:09 zmedico Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="compile XKB keyboard description" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libxkbfile" |