commit: 4b8bef01c2e0021fa1c2894f045e92e85289c5b2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Wed Oct 21 08:35:32 2015 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Wed Oct 21 08:36:35 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8bef01
dev-java/commons-graph: Stable for amd64. Stable for x86 using the ALLARCHES policy. Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> dev-java/commons-graph/commons-graph-0.1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-java/commons-graph/commons-graph-0.1.ebuild b/dev-java/commons-graph/commons-graph-0.1.ebuild index 2d7af9b..643324b 100644 --- a/dev-java/commons-graph/commons-graph-0.1.ebuild +++ b/dev-java/commons-graph/commons-graph-0.1.ebuild @@ -10,6 +10,10 @@ inherit java-pkg-2 java-ant-2 DESCRIPTION="A toolkit for managing graphs and graph based data structures" HOMEPAGE="https://commons.apache.org/sandbox/commons-graph/" SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" DEPEND=">=virtual/jdk-1.6 test? ( @@ -19,11 +23,6 @@ DEPEND=">=virtual/jdk-1.6 RDEPEND=">=virtual/jre-1.6 ${CDEPEND}" -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - JAVA_ANT_REWRITE_CLASSPATH="yes" EANT_TEST_TARGET="test"
