diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-15 16:30:56 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-15 16:30:56 +0000 |
commit | eb501d9f56323b6a030547bdaa5019a9e59b2ab9 (patch) | |
tree | cc6a75cb85828ea9da04d3f7248612c16ac4d08e /x11-proto | |
parent | Disable long-double support on MIPS only for o32 ABI (no longer disable long-... (diff) | |
download | gentoo-2-eb501d9f56323b6a030547bdaa5019a9e59b2ab9.tar.gz gentoo-2-eb501d9f56323b6a030547bdaa5019a9e59b2ab9.tar.bz2 gentoo-2-eb501d9f56323b6a030547bdaa5019a9e59b2ab9.zip |
ppc64 stable wrt #363965
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/xproto/ChangeLog | 5 | ||||
-rw-r--r-- | x11-proto/xproto/xproto-7.0.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-proto/xproto/ChangeLog b/x11-proto/xproto/ChangeLog index 0ab7efce185c..6ae91868857c 100644 --- a/x11-proto/xproto/ChangeLog +++ b/x11-proto/xproto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-proto/xproto # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.125 2011/06/29 12:47:24 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.126 2011/07/15 16:30:56 xarthisius Exp $ + + 15 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> xproto-7.0.21.ebuild: + ppc64 stable wrt #363965 *xproto-7.0.22 (29 Jun 2011) diff --git a/x11-proto/xproto/xproto-7.0.21.ebuild b/x11-proto/xproto/xproto-7.0.21.ebuild index 8479c00fef7b..1ad7a4c8e2df 100644 --- a/x11-proto/xproto/xproto-7.0.21.ebuild +++ b/x11-proto/xproto/xproto-7.0.21.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/x11-proto/xproto/xproto-7.0.21.ebuild,v 1.7 2011/06/28 20:08:56 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/xproto-7.0.21.ebuild,v 1.8 2011/07/15 16:30:56 xarthisius Exp $ EAPI=4 @@ -8,7 +8,7 @@ XORG_DOC=doc inherit xorg-2 DESCRIPTION="X.Org xproto protocol headers" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" |