commit: 3a844f2aee7168d0f034ed281caf035aa3a3bc70 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Tue Feb 16 12:28:01 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Feb 16 12:46:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a844f2a
dev-java/minlog: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.26 dev-java/minlog/minlog-1.2.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-java/minlog/minlog-1.2.ebuild b/dev-java/minlog/minlog-1.2.ebuild index 06033d1..69a7b4b 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}"
