diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-07-02 14:45:46 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-07-02 14:45:46 +0000 |
commit | 7688938c5b735e1b87ecd1e397a54fe21901f8ce (patch) | |
tree | cd2fef8d6e2443ce7c3657853738533fff3e530d /gnome-base | |
parent | Version bumped. Added multilib patch. (diff) | |
download | gentoo-2-7688938c5b735e1b87ecd1e397a54fe21901f8ce.tar.gz gentoo-2-7688938c5b735e1b87ecd1e397a54fe21901f8ce.tar.bz2 gentoo-2-7688938c5b735e1b87ecd1e397a54fe21901f8ce.zip |
Stable on alpha.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libglade/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/libglade/libglade-2.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-base/libglade/ChangeLog b/gnome-base/libglade/ChangeLog index dd9df2a50782..318eb7eabddd 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.69 2005/06/25 13:05:18 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.70 2005/07/02 14:45:46 kloeri Exp $ + + 02 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> libglade-2.5.0.ebuild: + Stable on alpha. 25 Jun 2005; Guy Martin <gmsoft@gentoo.org> libglade-2.5.0.ebuild: Stable on hppa. diff --git a/gnome-base/libglade/libglade-2.5.0.ebuild b/gnome-base/libglade/libglade-2.5.0.ebuild index 0b6ed49c52f1..2e0c9b0f42cb 100644 --- a/gnome-base/libglade/libglade-2.5.0.ebuild +++ b/gnome-base/libglade/libglade-2.5.0.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.0.ebuild,v 1.8 2005/06/25 13:05:18 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.5.0.ebuild,v 1.9 2005/07/02 14:45:46 kloeri 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 |