diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-07-16 21:43:57 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-07-16 21:43:57 +0000 |
commit | 8633ce5bc7de474a9bceef58da8893a02b9cbf37 (patch) | |
tree | 78231e24e996da919e74044b5479764ef2c87d14 /net-proxy | |
parent | removed mask from trac as beta is removed from the tree and stable was added (diff) | |
download | gentoo-2-8633ce5bc7de474a9bceef58da8893a02b9cbf37.tar.gz gentoo-2-8633ce5bc7de474a9bceef58da8893a02b9cbf37.tar.bz2 gentoo-2-8633ce5bc7de474a9bceef58da8893a02b9cbf37.zip |
Stable on sparc, bug #231691
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r6 sparc64)
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/wwwoffle/ChangeLog | 5 | ||||
-rw-r--r-- | net-proxy/wwwoffle/wwwoffle-2.9d.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-proxy/wwwoffle/ChangeLog b/net-proxy/wwwoffle/ChangeLog index 4bb7cbabbc34..7942bd75bcef 100644 --- a/net-proxy/wwwoffle/ChangeLog +++ b/net-proxy/wwwoffle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-proxy/wwwoffle # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/wwwoffle/ChangeLog,v 1.40 2008/07/13 15:58:56 ken69267 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/wwwoffle/ChangeLog,v 1.41 2008/07/16 21:43:57 bluebird Exp $ + + 16 Jul 2008; Friedrich Oslage <bluebird@gentoo.org> wwwoffle-2.9d.ebuild: + Stable on sparc, bug #231691 13 Jul 2008; Kenneth Prugh <ken69267@gentoo.org> wwwoffle-2.9d.ebuild: amd64 stable, bug #231691 diff --git a/net-proxy/wwwoffle/wwwoffle-2.9d.ebuild b/net-proxy/wwwoffle/wwwoffle-2.9d.ebuild index a8eb01440cc2..3533e376d551 100644 --- a/net-proxy/wwwoffle/wwwoffle-2.9d.ebuild +++ b/net-proxy/wwwoffle/wwwoffle-2.9d.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/net-proxy/wwwoffle/wwwoffle-2.9d.ebuild,v 1.3 2008/07/13 15:58:56 ken69267 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/wwwoffle/wwwoffle-2.9d.ebuild,v 1.4 2008/07/16 21:43:57 bluebird Exp $ inherit eutils @@ -8,7 +8,7 @@ DESCRIPTION="Web caching proxy suitable for non-permanent Internet connections" SRC_URI="http://www.gedanken.demon.co.uk/download-wwwoffle/${P}.tgz" HOMEPAGE="http://www.gedanken.demon.co.uk/wwwoffle" -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 sparc ~x86" SLOT="0" LICENSE="GPL-2" IUSE="gnutls ipv6 zlib" |