diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-02-14 22:25:29 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-02-14 22:25:29 +0000 |
commit | 9a9c9f3fd589b707b35405fc0543df89bfeba69c (patch) | |
tree | a37dd1f06e5fa943244e368a28ca94af563f15ea /x11-libs/libXaw | |
parent | modular X dependency & opengl use flag fix (diff) | |
download | gentoo-2-9a9c9f3fd589b707b35405fc0543df89bfeba69c.tar.gz gentoo-2-9a9c9f3fd589b707b35405fc0543df89bfeba69c.tar.bz2 gentoo-2-9a9c9f3fd589b707b35405fc0543df89bfeba69c.zip |
Added ~ppc64
(Portage version: 2.0.54)
Diffstat (limited to 'x11-libs/libXaw')
-rw-r--r-- | x11-libs/libXaw/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libXaw/libXaw-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libXaw/ChangeLog b/x11-libs/libXaw/ChangeLog index 171814db07e1..703422190c30 100644 --- a/x11-libs/libXaw/ChangeLog +++ b/x11-libs/libXaw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libXaw # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.17 2006/01/31 13:32:05 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.18 2006/02/14 22:21:14 corsair Exp $ + + 14 Feb 2006; Markus Rothe <corsair@gentoo.org> libXaw-1.0.1.ebuild: + Added ~ppc64 31 Jan 2006; Rene Nussbaumer <killerfox@gentoo.org> libXaw-1.0.1.ebuild: Unstable on hppa. diff --git a/x11-libs/libXaw/libXaw-1.0.1.ebuild b/x11-libs/libXaw/libXaw-1.0.1.ebuild index c7bad1fbb077..bc22517acd62 100644 --- a/x11-libs/libXaw/libXaw-1.0.1.ebuild +++ b/x11-libs/libXaw/libXaw-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.1.ebuild,v 1.3 2006/01/31 13:32:05 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.1.ebuild,v 1.4 2006/02/14 22:21:14 corsair Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -12,7 +12,7 @@ DESCRIPTION="X.Org Xaw library" #SRC_URI="ftp://foo.bar.com/${P}.tar.bz2" #LICENSE="" #SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="xprint" RDEPEND="x11-libs/libX11 x11-libs/libXt |