summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-02-16 12:28:01 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-02-16 12:46:48 +0000
commit3a844f2aee7168d0f034ed281caf035aa3a3bc70 (patch)
tree86785a348f8fa1c8595238be7d0967251bd14339 /dev-java/minlog
parentdev-java/reflectasm: Clean up old. (diff)
downloadgentoo-3a844f2aee7168d0f034ed281caf035aa3a3bc70.tar.gz
gentoo-3a844f2aee7168d0f034ed281caf035aa3a3bc70.tar.bz2
gentoo-3a844f2aee7168d0f034ed281caf035aa3a3bc70.zip
dev-java/minlog: 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/minlog')
-rw-r--r--dev-java/minlog/minlog-1.2.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-java/minlog/minlog-1.2.ebuild b/dev-java/minlog/minlog-1.2.ebuild
index 06033d13402c..69a7b4b85043 100644
--- a/dev-java/minlog/minlog-1.2.ebuild
+++ b/dev-java/minlog/minlog-1.2.ebuild
@@ -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$
@@ -14,12 +14,14 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}.zip"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
-DEPEND="${CDEPEND}
+DEPEND="
+ ${CDEPEND}
>=virtual/jdk-1.5"
-RDEPEND="${CDEPEND}
+RDEPEND="
+ ${CDEPEND}
>=virtual/jre-1.5"
S="${WORKDIR}/${PN}"