Skip to content

Commit

Permalink
dev-java/bctsp: Stable for amd64+x86.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
monsieurp committed Aug 21, 2015
1 parent a97b73f commit 6c298b9
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions dev-java/bctsp/bctsp-1.45-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand All @@ -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}
Expand Down

0 comments on commit 6c298b9

Please sign in to comment.