diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-06-22 18:57:33 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-06-22 18:57:33 +0000 |
commit | e6c6201666e7d085db4941175602b16baa244388 (patch) | |
tree | 2b8da1f59a566be4afdcdf27e26ee4c5740e5539 /x11-libs | |
parent | Added fortran-2.eclass support (diff) | |
download | gentoo-2-e6c6201666e7d085db4941175602b16baa244388.tar.gz gentoo-2-e6c6201666e7d085db4941175602b16baa244388.tar.bz2 gentoo-2-e6c6201666e7d085db4941175602b16baa244388.zip |
Marked ~x64-macos, bug #371861
(Portage version: 2.2.01.18826-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXaw/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libXaw/libXaw-1.0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libXaw/ChangeLog b/x11-libs/libXaw/ChangeLog index 8b0bd26605d6..3f6f39595fb5 100644 --- a/x11-libs/libXaw/ChangeLog +++ b/x11-libs/libXaw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libXaw # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.94 2011/03/07 21:09:21 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.95 2011/06/22 18:57:33 grobian Exp $ + + 22 Jun 2011; Fabian Groffen <grobian@gentoo.org> libXaw-1.0.9.ebuild: + Marked ~x64-macos, bug #371861 07 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> -libXaw-1.0.8.ebuild: old diff --git a/x11-libs/libXaw/libXaw-1.0.9.ebuild b/x11-libs/libXaw/libXaw-1.0.9.ebuild index 2b666699a940..ef95f6664aeb 100644 --- a/x11-libs/libXaw/libXaw-1.0.9.ebuild +++ b/x11-libs/libXaw/libXaw-1.0.9.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.9.ebuild,v 1.7 2011/03/05 17:53:52 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.9.ebuild,v 1.8 2011/06/22 18:57:33 grobian Exp $ EAPI=3 inherit xorg-2 DESCRIPTION="X.Org Xaw library" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-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-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc" RDEPEND="x11-libs/libX11 |