diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-09-15 11:21:55 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-09-15 11:21:55 +0000 |
commit | 46d82cadfee3a99f0238043e20a24f6facf834f4 (patch) | |
tree | 1e3e67a618df511ba271f63e7aa0477dab236426 /net-proxy/webscarab | |
parent | Version bump and removed older buggy versions. Thanks Elias Probst (diff) | |
download | gentoo-2-46d82cadfee3a99f0238043e20a24f6facf834f4.tar.gz gentoo-2-46d82cadfee3a99f0238043e20a24f6facf834f4.tar.bz2 gentoo-2-46d82cadfee3a99f0238043e20a24f6facf834f4.zip |
Stable on amd64 wrt bug #189755
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-proxy/webscarab')
-rw-r--r-- | net-proxy/webscarab/ChangeLog | 6 | ||||
-rw-r--r-- | net-proxy/webscarab/webscarab-20070504.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-proxy/webscarab/ChangeLog b/net-proxy/webscarab/ChangeLog index c395af3134c2..2396b226eb77 100644 --- a/net-proxy/webscarab/ChangeLog +++ b/net-proxy/webscarab/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-proxy/webscarab # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/webscarab/ChangeLog,v 1.13 2007/09/10 19:51:59 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/webscarab/ChangeLog,v 1.14 2007/09/15 11:21:55 angelos Exp $ + + 15 Sep 2007; Christoph Mende <angelos@gentoo.org> + webscarab-20070504.ebuild: + Stable on amd64 wrt bug #189755 10 Sep 2007; Markus Meier <maekke@gentoo.org> webscarab-20070504.ebuild: stable on x86, wrt bug #189755 diff --git a/net-proxy/webscarab/webscarab-20070504.ebuild b/net-proxy/webscarab/webscarab-20070504.ebuild index e8666e24d93f..40adea0370e4 100644 --- a/net-proxy/webscarab/webscarab-20070504.ebuild +++ b/net-proxy/webscarab/webscarab-20070504.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/webscarab/webscarab-20070504.ebuild,v 1.2 2007/09/10 19:51:59 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/webscarab/webscarab-20070504.ebuild,v 1.3 2007/09/15 11:21:55 angelos Exp $ DESCRIPTION="A framework for analysing applications that communicate using the HTTP and HTTPS protocols" HOMEPAGE="http://www.owasp.org/software/webscarab.html" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/owasp/${PN}-selfcontained-${PV}-1631.jar" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" RDEPEND=">=virtual/jre-1.5" |