diff options
author | Tom Gall <tgall@gentoo.org> | 2004-06-29 02:43:15 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-06-29 02:43:15 +0000 |
commit | e2ed3f72f76b5b963be2b32c53fb30cbe99047b0 (patch) | |
tree | 788839e6dc707b76db345899642063649aba4c5c /dev-libs/glib | |
parent | stable on ppc64, bug #54792 (Manifest recommit) (diff) | |
download | gentoo-2-e2ed3f72f76b5b963be2b32c53fb30cbe99047b0.tar.gz gentoo-2-e2ed3f72f76b5b963be2b32c53fb30cbe99047b0.tar.bz2 gentoo-2-e2ed3f72f76b5b963be2b32c53fb30cbe99047b0.zip |
stable on ppc64, bug #54792
Diffstat (limited to 'dev-libs/glib')
-rw-r--r-- | dev-libs/glib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog index 49ce83524fc4..2c2c216add38 100644 --- a/dev-libs/glib/ChangeLog +++ b/dev-libs/glib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/glib # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.78 2004/06/24 23:11:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.79 2004/06/29 02:43:15 tgall Exp $ + + 28 Jun 2004; Tom Gall <tgall@gentoo.org> glib-2.4.2.ebuild: + stable on ppc64 bug #54792 19 Jun 2004; Gustavo Zacarias <gustavoz@gentoo.org> glib-2.4.1.ebuild: sparc stable diff --git a/dev-libs/glib/glib-2.4.2.ebuild b/dev-libs/glib/glib-2.4.2.ebuild index e831ab9e82fc..d263a0585bbf 100644 --- a/dev-libs/glib/glib-2.4.2.ebuild +++ b/dev-libs/glib/glib-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.4.2.ebuild,v 1.2 2004/06/24 23:11:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.4.2.ebuild,v 1.3 2004/06/29 02:43:15 tgall Exp $ inherit libtool @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.4/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ppc64 ~s390" IUSE="doc" DEPEND=">=dev-util/pkgconfig-0.14 |