diff options
author | Brent Baude <ranger@gentoo.org> | 2008-04-03 14:24:50 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-04-03 14:24:50 +0000 |
commit | feaf5737b860eafba9a482ddcff4d77b936df044 (patch) | |
tree | eb89ecb8764dd72b6ae305dd178ec79fafa411fb /dev-util/gob | |
parent | stable ppc, bug 215898 (diff) | |
download | gentoo-2-feaf5737b860eafba9a482ddcff4d77b936df044.tar.gz gentoo-2-feaf5737b860eafba9a482ddcff4d77b936df044.tar.bz2 gentoo-2-feaf5737b860eafba9a482ddcff4d77b936df044.zip |
stable ppc, bug 215541
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util/gob')
-rw-r--r-- | dev-util/gob/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/gob/gob-2.0.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/gob/ChangeLog b/dev-util/gob/ChangeLog index 432df8edd120..4610721af4c4 100644 --- a/dev-util/gob/ChangeLog +++ b/dev-util/gob/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/gob # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.64 2008/04/02 08:00:33 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/ChangeLog,v 1.65 2008/04/03 14:24:50 ranger Exp $ + + 03 Apr 2008; Brent Baude <ranger@gentoo.org> gob-2.0.15.ebuild: + stable ppc, bug 215541 02 Apr 2008; Christian Faulhammer <opfer@gentoo.org> gob-2.0.15.ebuild: stable x86, bug 215541 diff --git a/dev-util/gob/gob-2.0.15.ebuild b/dev-util/gob/gob-2.0.15.ebuild index 1e4adde0b0d6..f98af4a9e0d4 100644 --- a/dev-util/gob/gob-2.0.15.ebuild +++ b/dev-util/gob/gob-2.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.15.ebuild,v 1.5 2008/04/02 08:00:33 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.15.ebuild,v 1.6 2008/04/03 14:24:50 ranger Exp $ inherit gnome2 @@ -15,7 +15,7 @@ SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="2" -KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sh sparc x86" +KEYWORDS="alpha ~amd64 ~arm hppa ia64 ppc ~ppc64 ~sh sparc x86" IUSE="" RDEPEND=">=dev-libs/glib-2" |