diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-04-30 20:17:18 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-04-30 20:17:18 +0000 |
commit | 5c13336c0c23554f49c5b38d4fd305c0722508a7 (patch) | |
tree | df86ea79a91726d72ed5d0c637d7d60c74a930f9 /dev-java | |
parent | dev-java/jibx: Version bump. (diff) | |
download | gentoo-5c13336c0c23554f49c5b38d4fd305c0722508a7.tar.gz gentoo-5c13336c0c23554f49c5b38d4fd305c0722508a7.tar.bz2 gentoo-5c13336c0c23554f49c5b38d4fd305c0722508a7.zip |
dev-java/commons-daemon: 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')
-rw-r--r-- | dev-java/commons-daemon/commons-daemon-1.0.15.ebuild | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/dev-java/commons-daemon/commons-daemon-1.0.15.ebuild b/dev-java/commons-daemon/commons-daemon-1.0.15.ebuild index 235c8f0b0b3b..21a6c2c53c3b 100644 --- a/dev-java/commons-daemon/commons-daemon-1.0.15.ebuild +++ b/dev-java/commons-daemon/commons-daemon-1.0.15.ebuild @@ -2,12 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=5 WANT_AUTOCONF=2.5 + JAVA_PKG_IUSE="doc examples source" -inherit eutils autotools java-pkg-2 java-ant-2 +inherit autotools java-pkg-2 java-ant-2 DESCRIPTION="Tools to allow Java programs to run as UNIX daemons" SRC_URI="mirror://apache/commons/daemon/source/${P}-src.tar.gz" @@ -15,16 +16,19 @@ HOMEPAGE="http://commons.apache.org/daemon/" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="kernel_linux" -COMMON_DEP="kernel_linux? ( sys-libs/libcap )" +CDEPEND="kernel_linux? ( sys-libs/libcap )" -DEPEND="${COMMON_DEP} - >=virtual/jdk-1.4" +DEPEND=" + ${CDEPEND} + >=virtual/jdk-1.6 + source? ( app-arch/zip )" -RDEPEND="${COMMON_DEP} - >=virtual/jre-1.4" +RDEPEND=" + ${CDEPEND} + >=virtual/jre-1.6" S="${WORKDIR}/${P}-src" |