summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-07-12 13:29:02 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-07-12 13:29:02 +0000
commit0707aecb7aa222ada891f6ba608d5d912d322d5e (patch)
treed8a218c0a477d2ed97a2f654b88b6426d194b062 /dev-java/commons-transaction/commons-transaction-1.0.1.ebuild
parentstyle fixes (diff)
downloadhistorical-0707aecb7aa222ada891f6ba608d5d912d322d5e.tar.gz
historical-0707aecb7aa222ada891f6ba608d5d912d322d5e.tar.bz2
historical-0707aecb7aa222ada891f6ba608d5d912d322d5e.zip
missing dep: dev-java/jta
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-java/commons-transaction/commons-transaction-1.0.1.ebuild')
-rw-r--r--dev-java/commons-transaction/commons-transaction-1.0.1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-java/commons-transaction/commons-transaction-1.0.1.ebuild b/dev-java/commons-transaction/commons-transaction-1.0.1.ebuild
index da0bf0e15202..1f5da873ecec 100644
--- a/dev-java/commons-transaction/commons-transaction-1.0.1.ebuild
+++ b/dev-java/commons-transaction/commons-transaction-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-transaction/commons-transaction-1.0.1.ebuild,v 1.2 2005/07/12 13:12:03 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-transaction/commons-transaction-1.0.1.ebuild,v 1.3 2005/07/12 13:29:02 axxo Exp $
inherit java-pkg
@@ -15,6 +15,7 @@ IUSE="doc jikes source"
RDEPEND=">=virtual/jre-1.4
dev-java/commons-codec
+ dev-java/jta
dev-java/log4j"
DEPEND=">=virtual/jdk-1.4
${RDEPEND}
@@ -31,6 +32,7 @@ src_unpack() {
rm -f *.jar
java-pkg_jar-from commons-codec
java-pkg_jar-from log4j
+ java-pkg_jar-from jta
}
src_compile() {