diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-01 14:32:05 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-01 14:32:05 +0000 |
commit | c73e6168f0f93cf24b27be85e1e7db76785885c5 (patch) | |
tree | 8a9460b6b23e0dfe2737341b1751b15bd1feb4df /gnome-base/gnome | |
parent | ppc64 stable wrt #324077 (diff) | |
download | gentoo-2-c73e6168f0f93cf24b27be85e1e7db76785885c5.tar.gz gentoo-2-c73e6168f0f93cf24b27be85e1e7db76785885c5.tar.bz2 gentoo-2-c73e6168f0f93cf24b27be85e1e7db76785885c5.zip |
ppc64 stable wrt #324077
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/gnome')
-rw-r--r-- | gnome-base/gnome/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gnome/gnome-2.30.2.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gnome-base/gnome/ChangeLog b/gnome-base/gnome/ChangeLog index 0e5994fac967..6f52bc149b34 100644 --- a/gnome-base/gnome/ChangeLog +++ b/gnome-base/gnome/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gnome # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.394 2010/10/17 16:22:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.395 2010/11/01 14:32:05 ssuominen Exp $ + + 01 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> gnome-2.30.2.ebuild: + ppc64 stable wrt #324077 17 Oct 2010; Raúl Porcel <armin76@gentoo.org> gnome-2.30.2.ebuild: alpha/ia64/sparc stable wrt #324077 diff --git a/gnome-base/gnome/gnome-2.30.2.ebuild b/gnome-base/gnome/gnome-2.30.2.ebuild index 3553f5e12a4d..d211dcc90869 100644 --- a/gnome-base/gnome/gnome-2.30.2.ebuild +++ b/gnome-base/gnome/gnome-2.30.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.30.2.ebuild,v 1.9 2010/10/17 16:22:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.30.2.ebuild,v 1.10 2010/11/01 14:32:05 ssuominen Exp $ EAPI="2" @@ -12,7 +12,7 @@ SLOT="2.0" # when unmasking for an arch # double check none of the deps are still masked ! -KEYWORDS="alpha amd64 ia64 ppc sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="accessibility cdr cups dvdr ldap mono policykit" @@ -22,6 +22,7 @@ S=${WORKDIR} # XXX: lower gdm to 2.20 since we still keep 2.28 masked # Lower epiphany to 2.26 since 2.28 is not ready to go stable # Lower ekiga since 3.x cannot be stabilized yet as talked with voip herd +# ppc64 and epiphany, bug 323857 RDEPEND=" >=dev-libs/glib-2.24.1 >=x11-libs/gtk+-2.20.1 @@ -72,7 +73,7 @@ RDEPEND=" >=media-gfx/eog-2.30.2 - >=www-client/epiphany-2.30.2 + !ppc64? ( >=www-client/epiphany-2.30.2 ) >=app-arch/file-roller-2.30.2 >=gnome-extra/gcalctool-5.28.2 |