diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-09-08 20:04:20 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-09-08 20:04:20 +0000 |
commit | 950748e99dbe0f98ad09922558713912727c46db (patch) | |
tree | 2ee723c399dbbbfed53812503833b951f376156a /www-client | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-950748e99dbe0f98ad09922558713912727c46db.tar.gz gentoo-2-950748e99dbe0f98ad09922558713912727c46db.tar.bz2 gentoo-2-950748e99dbe0f98ad09922558713912727c46db.zip |
Removed ~ppc64, no firefox on ppc64 available; bug #146851
(Portage version: 2.1-r2)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/epiphany/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/epiphany/epiphany-2.16.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/epiphany/ChangeLog b/www-client/epiphany/ChangeLog index f85ece4d79e3..3b67b0e6e00b 100644 --- a/www-client/epiphany/ChangeLog +++ b/www-client/epiphany/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/epiphany # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.81 2006/09/07 03:49:10 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.82 2006/09/08 20:04:20 corsair Exp $ + + 08 Sep 2006; Markus Rothe <corsair@gentoo.org> epiphany-2.16.0.ebuild: + Removed ~ppc64, no firefox on ppc64 available; bug #146851 *epiphany-2.16.0 (07 Sep 2006) diff --git a/www-client/epiphany/epiphany-2.16.0.ebuild b/www-client/epiphany/epiphany-2.16.0.ebuild index 3dca02f3d58b..c61424000ccc 100644 --- a/www-client/epiphany/epiphany-2.16.0.ebuild +++ b/www-client/epiphany/epiphany-2.16.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.16.0.ebuild,v 1.1 2006/09/07 03:49:10 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.16.0.ebuild,v 1.2 2006/09/08 20:04:20 corsair Exp $ inherit eutils gnome2 multilib autotools @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/projects/epiphany/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" IUSE="doc firefox python" # require firefox on sparc and ia64, seamonkey on ppc64 |