diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-21 19:12:03 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-21 19:12:03 +0000 |
commit | a76eca8183ae62a1d483b5c1731b850061332077 (patch) | |
tree | c99481bba9ec4e78ebd45a5a27e80edbeb227ff6 /dev-util/gob | |
parent | filter -funroll-loops for bug #89749 (diff) | |
download | historical-a76eca8183ae62a1d483b5c1731b850061332077.tar.gz historical-a76eca8183ae62a1d483b5c1731b850061332077.tar.bz2 historical-a76eca8183ae62a1d483b5c1731b850061332077.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-util/gob')
-rw-r--r-- | dev-util/gob/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/gob/gob-2.0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/gob/ChangeLog b/dev-util/gob/ChangeLog index e25517de7f90..a56cf33e875d 100644 --- a/dev-util/gob/ChangeLog +++ b/dev-util/gob/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/gob # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.32 2005/04/01 18:27:28 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.33 2005/04/21 19:08:53 hansmi Exp $ + + 21 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> gob-2.0.9.ebuild: + Stable on ppc. 01 Apr 2005; Simon Stelling <blubb@gentoo.org> gob-2.0.9.ebuild: stable on amd64 diff --git a/dev-util/gob/gob-2.0.9.ebuild b/dev-util/gob/gob-2.0.9.ebuild index 55e04addac3e..40ba14b6e789 100644 --- a/dev-util/gob/gob-2.0.9.ebuild +++ b/dev-util/gob/gob-2.0.9.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-util/gob/gob-2.0.9.ebuild,v 1.6 2005/04/01 18:27:28 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.9.ebuild,v 1.7 2005/04/21 19:08:53 hansmi Exp $ inherit gnome2 @@ -14,7 +14,7 @@ IUSE="" SLOT="2" LICENSE="GPL-2" -KEYWORDS="x86 sparc ~hppa amd64 ~ppc alpha ia64" +KEYWORDS="x86 sparc ~hppa amd64 ppc alpha ia64" RDEPEND=">=dev-libs/glib-2.0" |