diff options
author | Hardave Rior <hardave@gentoo.org> | 2005-10-09 22:38:02 +0000 |
---|---|---|
committer | Hardave Rior <hardave@gentoo.org> | 2005-10-09 22:38:02 +0000 |
commit | fd5ca11ca9335320f1f7e14b565ce2e8fd854e83 (patch) | |
tree | 326f7d04758eea4a5d247250ec6f6287c3a6a730 /gnome-base | |
parent | Added bindnow-flags function to find out the right flags to enable now bindin... (diff) | |
download | gentoo-2-fd5ca11ca9335320f1f7e14b565ce2e8fd854e83.tar.gz gentoo-2-fd5ca11ca9335320f1f7e14b565ce2e8fd854e83.tar.bz2 gentoo-2-fd5ca11ca9335320f1f7e14b565ce2e8fd854e83.zip |
Stable on mips.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libglade/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/libglade/libglade-2.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-base/libglade/ChangeLog b/gnome-base/libglade/ChangeLog index f63f1a559a37..9ab9044ec205 100644 --- a/gnome-base/libglade/ChangeLog +++ b/gnome-base/libglade/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/libglade # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.79 2005/09/11 06:52:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.80 2005/10/09 22:38:02 hardave Exp $ + + 09 Oct 2005; Hardave Riar <hardave@gentoo.org> libglade-2.5.1.ebuild: + Stable on mips. 11 Sep 2005; Aron Griffis <agriffis@gentoo.org> libglade-2.5.1.ebuild: Mark 2.5.1 stable on alpha diff --git a/gnome-base/libglade/libglade-2.5.1.ebuild b/gnome-base/libglade/libglade-2.5.1.ebuild index e64e1a108873..ec1233fc29d4 100644 --- a/gnome-base/libglade/libglade-2.5.1.ebuild +++ b/gnome-base/libglade/libglade-2.5.1.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/gnome-base/libglade/libglade-2.5.1.ebuild,v 1.10 2005/09/11 06:52:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.5.1.ebuild,v 1.11 2005/10/09 22:38:02 hardave Exp $ # FIXME : catalog stuff inherit gnome2 eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2" SLOT="2.0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" IUSE="doc" RDEPEND=">=dev-libs/glib-2.5 |