commit: 00a8edba743f662edf683ef8288666dddfd9b710 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Tue Apr 5 07:43:59 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Apr 5 07:47:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a8edba
dev-java/forehead: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.26 dev-java/forehead/forehead-1.0_beta5-r2.ebuild | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/dev-java/forehead/forehead-1.0_beta5-r2.ebuild b/dev-java/forehead/forehead-1.0_beta5-r2.ebuild index 432221e..a029003 100644 --- a/dev-java/forehead/forehead-1.0_beta5-r2.ebuild +++ b/dev-java/forehead/forehead-1.0_beta5-r2.ebuild @@ -1,7 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ - EAPI=5 JAVA_PKG_IUSE="doc source" @@ -10,15 +9,20 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="A framework to assist in controlling the run-time ClassLoader" HOMEPAGE="http://forehead.werken.com" -SRC_URI="mirror://gentoo/forehead-${PV}.tbz2" +SRC_URI="mirror://gentoo/forehead-${PV}.tbz2 -> ${P}.tbz2" LICENSE="Werken-1.1.1.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" -DEPEND=">=virtual/jdk-1.3" -RDEPEND=">=virtual/jre-1.3" +RDEPEND=" + >=virtual/jre-1.6" + +DEPEND=" + >=virtual/jdk-1.6 + source? ( app-arch/zip )" S="${WORKDIR}/${PN}" + JAVA_SRC_DIR="src"
