diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-04-15 07:17:23 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-04-15 07:42:07 +0000 |
commit | 7168f70a8fdbe11d32494394402fe9793e082e68 (patch) | |
tree | 844df9f1b2a1f01fb07f5277f633ca00bff9453f /dev-java/microba | |
parent | sci-physics/lammps: Version bump (diff) | |
download | gentoo-7168f70a8fdbe11d32494394402fe9793e082e68.tar.gz gentoo-7168f70a8fdbe11d32494394402fe9793e082e68.tar.bz2 gentoo-7168f70a8fdbe11d32494394402fe9793e082e68.zip |
dev-java/microba: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-java/microba')
-rw-r--r-- | dev-java/microba/microba-0.4.4.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/microba/microba-0.4.4.3.ebuild b/dev-java/microba/microba-0.4.4.3.ebuild index 5c9945dcffc1..68f4172fab2e 100644 --- a/dev-java/microba/microba-0.4.4.3.ebuild +++ b/dev-java/microba/microba-0.4.4.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/tdbear/${PN}/archive/${PV}.zip -> ${P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" CDEPEND="dev-java/jgraph:0" @@ -24,8 +24,8 @@ RDEPEND=" DEPEND=" ${CDEPEND} - source? ( app-arch/zip ) - >=virtual/jdk-1.6" + >=virtual/jdk-1.6 + source? ( app-arch/zip )" S="${WORKDIR}/${P}" |