Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 138753 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/dev-java/jdbc3-postgresql/jdbc3-postgresql-8.1_p404-r1.ebuild (-3 / +3 lines)
Lines 17-31 Link Here
17
KEYWORDS="~x86 ~ppc ~sparc ~amd64"
17
KEYWORDS="~x86 ~ppc ~sparc ~amd64"
18
IUSE="doc examples source"
18
IUSE="doc examples source"
19
19
20
DEPEND=">=virtual/jdk-1.4
20
DEPEND=">=virtual/jdk-1.5
21
	>=dev-java/ant-core-1.6
21
	>=dev-java/ant-core-1.6
22
	source? ( app-arch/zip )"
22
	source? ( app-arch/zip )"
23
RDEPEND=">=virtual/jre-1.4"
23
RDEPEND=">=virtual/jre-1.5"
24
24
25
# Apparently this has 1.5 specific features, which will need to handled
25
# Apparently this has 1.5 specific features, which will need to handled
26
# somehow with use flags, and may need to patch build.xml to make sure the
26
# somehow with use flags, and may need to patch build.xml to make sure the
27
# right -source / -target are used
27
# right -source / -target are used
28
JAVA_PKG_NV_DEPEND="=virtual/jdk-1.4*"
28
JAVA_PKG_NV_DEPEND="=virtual/jdk-1.5*"
29
29
30
S="${WORKDIR}/${MY_P}"
30
S="${WORKDIR}/${MY_P}"
31
31

Return to bug 138753