summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-01-12 19:58:52 +0000
committerPacho Ramos <pacho@gentoo.org>2014-01-12 19:58:52 +0000
commit9ca111368875ddfcdc94a67431b7f684e6bc2ef9 (patch)
treeadd9d42a1a18486f1282c087083f2a7171f86ba6 /dev-java/httpunit
parentamd64 stable, bug #496436 (diff)
downloadgentoo-2-9ca111368875ddfcdc94a67431b7f684e6bc2ef9.tar.gz
gentoo-2-9ca111368875ddfcdc94a67431b7f684e6bc2ef9.tar.bz2
gentoo-2-9ca111368875ddfcdc94a67431b7f684e6bc2ef9.zip
amd64 stable, bug #496668
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-java/httpunit')
-rw-r--r--dev-java/httpunit/ChangeLog5
-rw-r--r--dev-java/httpunit/httpunit-1.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/httpunit/ChangeLog b/dev-java/httpunit/ChangeLog
index 40e5e3bd9c5c..9a36131b2d6b 100644
--- a/dev-java/httpunit/ChangeLog
+++ b/dev-java/httpunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/httpunit
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/ChangeLog,v 1.9 2014/01/01 12:42:22 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/ChangeLog,v 1.10 2014/01/12 19:58:52 pacho Exp $
+
+ 12 Jan 2014; Pacho Ramos <pacho@gentoo.org> httpunit-1.7.ebuild:
+ amd64 stable, bug #496668
01 Jan 2014; Tom Wijsman <TomWij@gentoo.org> httpunit-1.7.ebuild:
Remove TODO comment as META-INF is usual Java metadata and that thus isn't a
diff --git a/dev-java/httpunit/httpunit-1.7.ebuild b/dev-java/httpunit/httpunit-1.7.ebuild
index 1197a7e093bd..626f6af3901b 100644
--- a/dev-java/httpunit/httpunit-1.7.ebuild
+++ b/dev-java/httpunit/httpunit-1.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/httpunit-1.7.ebuild,v 1.3 2014/01/01 12:42:22 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/httpunit-1.7.ebuild,v 1.4 2014/01/12 19:58:52 pacho Exp $
EAPI="5"
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
CDEPEND="
>=dev-java/junit-3.8:0