Skip to content

Commit

Permalink
dev-java/c3p0: Stable for amd64. Retroactively mark stable for the re…
Browse files Browse the repository at this point in the history
…maining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
monsieurp committed Jan 8, 2016
1 parent d393de3 commit 7f6b456
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions dev-java/c3p0/c3p0-0.9.5.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,23 @@ MY_P="${P}.src"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE=""

CDEPEND="dev-java/log4j:0
CDEPEND="
dev-java/log4j:0
dev-java/mchange-commons:0"
DEPEND=">=virtual/jdk-1.6

DEPEND="
${CDEPEND}
test? (
dev-java/junit:4
)
>=virtual/jdk-1.6"

RDEPEND="
${CDEPEND}
test? ( dev-java/junit:4 )
"
RDEPEND=">=virtual/jre-1.6
${CDEPEND}"
>=virtual/jre-1.6"

S="${WORKDIR}/${MY_P}"

Expand All @@ -46,7 +52,7 @@ src_test() {
}

src_install() {
java-pkg_newjar build/${P}.jar
java-pkg_newjar "build/${P}.jar"
dodoc README-SRC
use doc && java-pkg_dojavadoc build/apidocs
use source && java-pkg_dosrc src/java/com/mchange/v2
Expand Down

0 comments on commit 7f6b456

Please sign in to comment.