diff options
author | Jason Wever <weeve@gentoo.org> | 2003-04-30 16:59:15 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-04-30 16:59:15 +0000 |
commit | a5a16ec10bef818de1363c65ca547966786274a9 (patch) | |
tree | c41afc7d8c4657b9e6c5351155c153ad0fd2d6b8 /net-www | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-a5a16ec10bef818de1363c65ca547966786274a9.tar.gz gentoo-2-a5a16ec10bef818de1363c65ca547966786274a9.tar.bz2 gentoo-2-a5a16ec10bef818de1363c65ca547966786274a9.zip |
Changed ~sparc keyword to -sparc in relation to bug #18911
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/phoenix-cvs/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/phoenix-cvs/phoenix-cvs-0.5-r1.ebuild | 2 | ||||
-rw-r--r-- | net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-www/phoenix-cvs/ChangeLog b/net-www/phoenix-cvs/ChangeLog index 9ed19f736ab8..99dd26d55ea8 100644 --- a/net-www/phoenix-cvs/ChangeLog +++ b/net-www/phoenix-cvs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/phoenix-cvs # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-cvs/ChangeLog,v 1.3 2003/04/18 01:42:07 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-cvs/ChangeLog,v 1.4 2003/04/30 16:59:15 weeve Exp $ + + 30 Apr 2003; Jason Wever <weeve@gentoo.org> phoenix-cvs-0.5-r1.ebuild, + phoenix-cvs-0.5-r2.ebuild: + Changed ~sparc keyword to -sparc in relation to bug #18911 *phoenix-cvs-0.5-r1 (30 Mar 2003) @@ -10,7 +14,7 @@ 30 Mar 2003; phoen][x <phoenix@gentoo.org>; phoenix-cvs-0.5-r2.ebuild, files/digest-phoenix-cvs-0.5-r2, files/phoenix: Seth asked me to take a look into -r1. I cleaned up a few things: - - Added the missing $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-cvs/ChangeLog,v 1.3 2003/04/18 01:42:07 foser Exp $ + - Added the missing $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-cvs/ChangeLog,v 1.4 2003/04/30 16:59:15 weeve Exp $ - made ebuild use flag-o-matic over ${CFLAGS//} - made ebuild use nsplugins.eclass for easy plugin integration TODO: diff --git a/net-www/phoenix-cvs/phoenix-cvs-0.5-r1.ebuild b/net-www/phoenix-cvs/phoenix-cvs-0.5-r1.ebuild index 33d4fdd6762a..60d898ffab22 100644 --- a/net-www/phoenix-cvs/phoenix-cvs-0.5-r1.ebuild +++ b/net-www/phoenix-cvs/phoenix-cvs-0.5-r1.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="The Phoenix Web Browser" #SRC_URI="ftp://ftp.mozilla.org/pub/mozilla/nightly/latest/mozilla-source.tar.bz2" HOMEPAGE="http://www.mozilla.org/projects/phoenix/" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="~x86 ~ppc -sparc" SLOT="0" LICENSE="MPL-1.1 | NPL-1.1" IUSE="java gtk2 ipv6" diff --git a/net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild b/net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild index c4c1a2ba4211..36f96e7ab825 100644 --- a/net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild +++ b/net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild,v 1.5 2003/04/18 01:42:07 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild,v 1.6 2003/04/30 16:59:15 weeve Exp $ inherit makeedit flag-o-matic gcc nsplugins @@ -14,7 +14,7 @@ S=${WORKDIR}/mozilla DESCRIPTION="The Phoenix Web Browser" HOMEPAGE="http://www.mozilla.org/projects/phoenix/" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="~x86 ~ppc -sparc" SLOT="0" LICENSE="MPL-1.1 | NPL-1.1" IUSE="java gtk2 ipv6" |