dev-java/jgoodies-common: Stable for amd64+x86.
authorPatrice Clement <monsieurp@gentoo.org>
Thu, 11 Feb 2016 14:28:33 +0000 (14:28 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 11 Feb 2016 14:41:35 +0000 (14:41 +0000)
Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-java/jgoodies-common/jgoodies-common-1.8.0.ebuild

index d1077902aae9146c90cf561162263c9e3d653369..7d46a567b7c9e600907f437e001e27db98c034bf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,15 +18,17 @@ SRC_URI="http://www.jgoodies.com/download/libraries/${MY_PN}/${MY_P}.zip"
 
 LICENSE="BSD"
 SLOT="1.8"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RESTRICT="test"
 
-DEPEND=">=virtual/jdk-1.6
-       app-arch/unzip"
 RDEPEND=">=virtual/jre-1.6"
 
+DEPEND="
+       app-arch/unzip
+       >=virtual/jdk-1.6"
+
 S="${WORKDIR}"/${P}
 
 JAVA_SRC_DIR="src"