summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-08-21 12:34:40 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-08-21 13:22:26 +0000
commit6c298b9efe4d4eda9eab0986a5dd0abbbb221674 (patch)
tree06f4075ebeea0dec33e0b22618d2b9f5bf2466db /dev-java/bctsp/bctsp-1.45-r1.ebuild
parentdev-vcs/gitolite: amd64 stable wrt bug #556886 (diff)
downloadgentoo-6c298b9efe4d4eda9eab0986a5dd0abbbb221674.tar.gz
gentoo-6c298b9efe4d4eda9eab0986a5dd0abbbb221674.tar.bz2
gentoo-6c298b9efe4d4eda9eab0986a5dd0abbbb221674.zip
dev-java/bctsp: Stable for amd64+x86.
Package-Manager: portage-2.2.18 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/bctsp/bctsp-1.45-r1.ebuild')
-rw-r--r--dev-java/bctsp/bctsp-1.45-r1.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/dev-java/bctsp/bctsp-1.45-r1.ebuild b/dev-java/bctsp/bctsp-1.45-r1.ebuild
index ad001c777c09..29652e02e741 100644
--- a/dev-java/bctsp/bctsp-1.45-r1.ebuild
+++ b/dev-java/bctsp/bctsp-1.45-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,17 +15,16 @@ SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
-COMMON_DEPEND="
- dev-java/bcprov:1.45
+CDEPEND="dev-java/bcprov:1.45
dev-java/bcmail:1.45"
-RDEPEND="${COMMON_DEPEND}
- >=virtual/jre-1.5"
+RDEPEND="${CDEPEND}
+ >=virtual/jre-1.6"
-DEPEND="${COMMON_DEPEND}
- >=virtual/jdk-1.5
+DEPEND="${CDEPEND}
+ >=virtual/jdk-1.6
app-arch/unzip"
S="${WORKDIR}"/${MY_P}