diff options
author | Tom Gall <tgall@gentoo.org> | 2004-06-14 23:06:54 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-06-14 23:06:54 +0000 |
commit | 948e244aa8e9472e17c62ceda259bc0bd9b270ee (patch) | |
tree | 3259a6f7eb3324133133c14efdafc0e8554570d8 /x11-libs | |
parent | change to xorg (diff) | |
download | gentoo-2-948e244aa8e9472e17c62ceda259bc0bd9b270ee.tar.gz gentoo-2-948e244aa8e9472e17c62ceda259bc0bd9b270ee.tar.bz2 gentoo-2-948e244aa8e9472e17c62ceda259bc0bd9b270ee.zip |
~ppc64, initial x support, bug #53763
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/Xaw3d/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/Xaw3d/ChangeLog b/x11-libs/Xaw3d/ChangeLog index 6b0d6ccd3140..8428b171662b 100644 --- a/x11-libs/Xaw3d/ChangeLog +++ b/x11-libs/Xaw3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/Xaw3d # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/ChangeLog,v 1.12 2004/04/17 23:02:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/ChangeLog,v 1.13 2004/06/14 23:04:39 tgall Exp $ + + 14 Jun 2004; Tom Gall <tgall@gentoo.org> Xaw3d-1.5-r1.ebuild: + ~ppc64 initial x support, bug #53763 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> Xaw3d-1.5-r1.ebuild: Added IUSE= diff --git a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild index 4632641e88f0..7c096e92c4e1 100644 --- a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild +++ b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.20 2004/06/01 18:54:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.21 2004/06/14 23:04:39 tgall Exp $ # Ok, hopefully this will resolv the problem with the version of libXaw3d that # gets created. @@ -26,7 +26,7 @@ SRC_URI="ftp://ftp.x.org/contrib/widgets/Xaw3d/R6.3/${P}.tar.gz LICENSE="X11" SLOT="0" -KEYWORDS="x86 ppc sparc ~mips alpha arm hppa amd64 ia64" +KEYWORDS="x86 ppc sparc ~mips alpha arm hppa amd64 ia64 ~ppc64" IUSE="" # There _might_ be something else, but I doubt it. |