diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-21 17:23:12 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-21 17:23:12 +0000 |
commit | 65c21af4937e702d3d6e43b782982d346a06706b (patch) | |
tree | 72c15e2845cc588861e0e2be9b954d2af3522043 /x11-proto/inputproto | |
parent | Stable for amd64 wrt bug #457890 (diff) | |
download | gentoo-2-65c21af4937e702d3d6e43b782982d346a06706b.tar.gz gentoo-2-65c21af4937e702d3d6e43b782982d346a06706b.tar.bz2 gentoo-2-65c21af4937e702d3d6e43b782982d346a06706b.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'x11-proto/inputproto')
-rw-r--r-- | x11-proto/inputproto/ChangeLog | 5 | ||||
-rw-r--r-- | x11-proto/inputproto/inputproto-2.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-proto/inputproto/ChangeLog b/x11-proto/inputproto/ChangeLog index 93eb61c5532a..6f6c90d4bcd8 100644 --- a/x11-proto/inputproto/ChangeLog +++ b/x11-proto/inputproto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-proto/inputproto # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.133 2013/01/04 03:23:43 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.134 2013/02/21 17:23:12 zmedico Exp $ + + 21 Feb 2013; Zac Medico <zmedico@gentoo.org> inputproto-2.2.ebuild: + Add ~arm-linux keyword. *inputproto-2.2.99.1 (04 Jan 2013) diff --git a/x11-proto/inputproto/inputproto-2.2.ebuild b/x11-proto/inputproto/inputproto-2.2.ebuild index 04816359b835..7144846048b9 100644 --- a/x11-proto/inputproto/inputproto-2.2.ebuild +++ b/x11-proto/inputproto/inputproto-2.2.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-proto/inputproto/inputproto-2.2.ebuild,v 1.9 2012/08/26 18:14:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/inputproto-2.2.ebuild,v 1.10 2013/02/21 17:23:12 zmedico Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="X.Org Input protocol headers" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" RDEPEND="" |