diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-06-10 00:57:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-06-10 00:57:55 +0000 |
commit | 41f9112db74296d36ca9130036406c34a3f4ec5c (patch) | |
tree | d0c994690b0ce0982048f248a3f5ee9dd3718574 /x11-proto | |
parent | Add arm64 love. (diff) | |
download | gentoo-2-41f9112db74296d36ca9130036406c34a3f4ec5c.tar.gz gentoo-2-41f9112db74296d36ca9130036406c34a3f4ec5c.tar.bz2 gentoo-2-41f9112db74296d36ca9130036406c34a3f4ec5c.zip |
Mark arm64/m68k/s390/sh stable.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/inputproto/ChangeLog | 5 | ||||
-rw-r--r-- | x11-proto/inputproto/inputproto-2.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-proto/inputproto/ChangeLog b/x11-proto/inputproto/ChangeLog index 87d820b70d99..01d49b00003f 100644 --- a/x11-proto/inputproto/ChangeLog +++ b/x11-proto/inputproto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-proto/inputproto # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.146 2014/05/30 14:48:10 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.147 2014/06/10 00:57:55 vapier Exp $ + + 10 Jun 2014; Mike Frysinger <vapier@gentoo.org> inputproto-2.3.ebuild: + Mark arm64/m68k/s390/sh stable. *inputproto-2.3.1 (30 May 2014) diff --git a/x11-proto/inputproto/inputproto-2.3.ebuild b/x11-proto/inputproto/inputproto-2.3.ebuild index bc4f832864f6..355363988011 100644 --- a/x11-proto/inputproto/inputproto-2.3.ebuild +++ b/x11-proto/inputproto/inputproto-2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/inputproto-2.3.ebuild,v 1.10 2013/10/08 05:09:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/inputproto-2.3.ebuild,v 1.11 2014/06/10 00:57:55 vapier Exp $ EAPI=5 @@ -9,7 +9,7 @@ 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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~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="" |