diff options
author | 2015-06-22 15:13:48 +0000 | |
---|---|---|
committer | 2015-06-22 15:13:48 +0000 | |
commit | 905a08d73b6ee2f545328c525f8d44eea7687cc0 (patch) | |
tree | 82b7a7100b4aa2812777f8c72aec2d8edd41d21c /dev-java/commons-collections | |
parent | New package sci-mathematics/rw to compute rank-width decompositions of graphs... (diff) | |
download | gentoo-2-905a08d73b6ee2f545328c525f8d44eea7687cc0.tar.gz gentoo-2-905a08d73b6ee2f545328c525f8d44eea7687cc0.tar.bz2 gentoo-2-905a08d73b6ee2f545328c525f8d44eea7687cc0.zip |
Add ant-junit to CDEPENDs to clear QA warning.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Diffstat (limited to 'dev-java/commons-collections')
-rw-r--r-- | dev-java/commons-collections/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-collections/commons-collections-3.2.1-r1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-java/commons-collections/ChangeLog b/dev-java/commons-collections/ChangeLog index 1aba97a2c2e8..b1313d890d8f 100644 --- a/dev-java/commons-collections/ChangeLog +++ b/dev-java/commons-collections/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-collections # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.60 2015/06/21 11:19:31 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.61 2015/06/22 15:13:48 monsieurp Exp $ + + 22 Jun 2015; Patrice Clement <monsieurp@gentoo.org> + commons-collections-3.2.1-r1.ebuild: + Add ant-junit to CDEPENDs to clear QA warning. *commons-collections-3.2.1-r1 (21 Jun 2015) diff --git a/dev-java/commons-collections/commons-collections-3.2.1-r1.ebuild b/dev-java/commons-collections/commons-collections-3.2.1-r1.ebuild index 4efb52273d89..8ddeabdb8b5e 100644 --- a/dev-java/commons-collections/commons-collections-3.2.1-r1.ebuild +++ b/dev-java/commons-collections/commons-collections-3.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.1-r1.ebuild,v 1.1 2015/06/21 11:19:31 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.1-r1.ebuild,v 1.2 2015/06/22 15:13:48 monsieurp Exp $ EAPI=5 JAVA_PKG_IUSE="doc source test" @@ -19,6 +19,7 @@ IUSE="test-framework" CDEPEND=" test-framework? ( dev-java/junit:0 + dev-java/ant-junit:0 ) " DEPEND=">=virtual/jdk-1.6 |