diff options
author | 2004-12-16 10:15:13 +0000 | |
---|---|---|
committer | 2004-12-16 10:15:13 +0000 | |
commit | 7342fcc416f0413a1a277f7cb73322a37ad190b4 (patch) | |
tree | 7da0cc6b802f368d26e003b976a8dfd574d7d62d /dev-libs | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-7342fcc416f0413a1a277f7cb73322a37ad190b4.tar.gz gentoo-2-7342fcc416f0413a1a277f7cb73322a37ad190b4.tar.bz2 gentoo-2-7342fcc416f0413a1a277f7cb73322a37ad190b4.zip |
Stable on amd64.
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/glib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.4.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog index 8ca0f4b21ab5..b1663f77a8bf 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.107 2004/12/06 13:50:38 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.108 2004/12/16 10:15:13 absinthe Exp $ + + 16 Dec 2004; Dylan Carlson <absinthe@gentoo.org> glib-2.4.7.ebuild: + Stable on amd64. 06 Dec 2004; Gustavo Zacarias <gustavoz@gentoo.org> glib-2.4.7.ebuild: Stable on sparc diff --git a/dev-libs/glib/glib-2.4.7.ebuild b/dev-libs/glib/glib-2.4.7.ebuild index c462b47cd513..a80244edf37b 100644 --- a/dev-libs/glib/glib-2.4.7.ebuild +++ b/dev-libs/glib/glib-2.4.7.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.7.ebuild,v 1.4 2004/12/06 13:50:38 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.4.7.ebuild,v 1.5 2004/12/16 10:15:13 absinthe 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 ~ppc-macos" +KEYWORDS="x86 ~ppc sparc ~mips ~alpha ~arm ~hppa amd64 ~ia64 ~ppc64 ~s390 ~ppc-macos" IUSE="doc" DEPEND=">=dev-util/pkgconfig-0.14 |