diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-04-01 04:07:45 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-04-01 04:07:45 +0000 |
commit | 31843bba2ac462b8520771b428d2c6ec4139d77a (patch) | |
tree | 68532ffe03582cf4d323e63320f4959a08b2c50e /dev-libs/glib | |
parent | stable on ia64 (diff) | |
download | gentoo-2-31843bba2ac462b8520771b428d2c6ec4139d77a.tar.gz gentoo-2-31843bba2ac462b8520771b428d2c6ec4139d77a.tar.bz2 gentoo-2-31843bba2ac462b8520771b428d2c6ec4139d77a.zip |
stable on ia64
(Portage version: 2.0.51.16)
Diffstat (limited to 'dev-libs/glib')
-rw-r--r-- | dev-libs/glib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog index e0028a96b16c..ade26a4463b3 100644 --- a/dev-libs/glib/ChangeLog +++ b/dev-libs/glib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/glib # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.130 2005/03/26 20:05:50 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.131 2005/04/01 04:07:45 agriffis Exp $ + + 31 Mar 2005; Aron Griffis <agriffis@gentoo.org> glib-2.6.3.ebuild: + stable on ia64 26 Mar 2005; Bryan Østergaard <kloeri@gentoo.org> glib-2.6.2-r1.ebuild: Stable on alpha. diff --git a/dev-libs/glib/glib-2.6.3.ebuild b/dev-libs/glib/glib-2.6.3.ebuild index e800c0439f1b..6ce9e1b92af7 100644 --- a/dev-libs/glib/glib-2.6.3.ebuild +++ b/dev-libs/glib/glib-2.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.6.3.ebuild,v 1.2 2005/03/08 13:54:09 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.6.3.ebuild,v 1.3 2005/04/01 04:07:45 agriffis Exp $ inherit libtool eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.6/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="~x86 ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~s390 sparc" +KEYWORDS="~x86 ~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~s390 sparc" IUSE="doc" DEPEND=">=dev-util/pkgconfig-0.14 |