diff options
author | Tom Gall <tgall@gentoo.org> | 2004-03-06 01:24:55 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-03-06 01:24:55 +0000 |
commit | abc16c79f8b220dcf92c56724797878273ab3c77 (patch) | |
tree | 334ccbc61eaacb5954f928e4e367fca2cf3c2bac /dev-libs/glib | |
parent | stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-abc16c79f8b220dcf92c56724797878273ab3c77.tar.gz gentoo-2-abc16c79f8b220dcf92c56724797878273ab3c77.tar.bz2 gentoo-2-abc16c79f8b220dcf92c56724797878273ab3c77.zip |
glib-2.2.3.ebuild marked stable on ppc64
Diffstat (limited to 'dev-libs/glib')
-rw-r--r-- | dev-libs/glib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.2.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog index a5fe87131c52..4c7e17715b5d 100644 --- a/dev-libs/glib/ChangeLog +++ b/dev-libs/glib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/glib # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.60 2004/03/05 18:30:46 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.61 2004/03/06 01:24:55 tgall Exp $ + + 05 Mar 2004; Tom Gall <tgall@gentoo.org> glib-2.2.3.ebuild: + stable on ppc64 04 Mar 2004; Brian Jackson <iggy@gentoo.org> glib-2.2.3.ebuild: add s390? around gtk-doc diff --git a/dev-libs/glib/glib-2.2.3.ebuild b/dev-libs/glib/glib-2.2.3.ebuild index e50f677ea4de..5bc587c31125 100644 --- a/dev-libs/glib/glib-2.2.3.ebuild +++ b/dev-libs/glib/glib-2.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.2.3.ebuild,v 1.14 2004/03/05 18:30:46 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.2.3.ebuild,v 1.15 2004/03/06 01:24:55 tgall Exp $ inherit libtool @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.2/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="2" -KEYWORDS="x86 ppc sparc alpha hppa mips amd64 ia64 s390" +KEYWORDS="x86 ppc sparc alpha hppa mips amd64 ia64 s390 ppc64" IUSE="doc debug" DEPEND=">=dev-util/pkgconfig-0.14 |