summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-01-08 21:40:56 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-01-09 11:04:13 +0000
commite10f9c4664b317af159ccd3ce7248f4ec2ecffc1 (patch)
tree074cb182043975cd7434a9162d88f22c220cf996 /dev-java/jsch
parentapp-text/mupdf: Fix building on HPPA. (diff)
downloadgentoo-e10f9c4664b317af159ccd3ce7248f4ec2ecffc1.tar.gz
gentoo-e10f9c4664b317af159ccd3ce7248f4ec2ecffc1.tar.bz2
gentoo-e10f9c4664b317af159ccd3ce7248f4ec2ecffc1.zip
dev-java/jsch: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.26 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/jsch')
-rw-r--r--dev-java/jsch/jsch-0.1.52.ebuild16
1 files changed, 11 insertions, 5 deletions
diff --git a/dev-java/jsch/jsch-0.1.52.ebuild b/dev-java/jsch/jsch-0.1.52.ebuild
index 96a541c3d102..7e34c265ffe2 100644
--- a/dev-java/jsch/jsch-0.1.52.ebuild
+++ b/dev-java/jsch/jsch-0.1.52.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -12,14 +12,20 @@ HOMEPAGE="http://www.jcraft.com/jsch/"
SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="zlib"
-RDEPEND=">=virtual/jdk-1.6
+CDEPEND=""
+
+RDEPEND="
+ ${CDEPEND}
+ >=virtual/jre-1.6
zlib? ( dev-java/jzlib:0 )"
-DEPEND=">=virtual/jdk-1.6
+
+DEPEND="
+ ${CDEPEND}
app-arch/unzip
- ${RDEPEND}"
+ >=virtual/jdk-1.6"
EANT_BUILD_TARGET="dist"
JAVA_ANT_REWRITE_CLASSPATH="true"