mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-java/annogen: Drop jdk-with-com-sun dep, fix jdk/jre reversal
Straight to stable as it shouldn't affect the build and jdk-with-com-sun really needs to go. It still can't just yet but at least ppc64 is clear now. Package-Manager: portage-2.2.27
This commit is contained in:
@@ -17,17 +17,16 @@ KEYWORDS="amd64 ~ppc64 ~x86"
|
||||
|
||||
CDEPEND="
|
||||
dev-java/qdox:1.6
|
||||
dev-java/ant-core:0
|
||||
java-virtuals/jdk-with-com-sun:0"
|
||||
dev-java/ant-core:0"
|
||||
|
||||
RDEPEND="
|
||||
${CDEPEND}
|
||||
>=virtual/jdk-1.6"
|
||||
>=virtual/jre-1.6"
|
||||
|
||||
DEPEND="
|
||||
${CDEPEND}
|
||||
app-arch/unzip
|
||||
>=virtual/jre-1.6"
|
||||
>=virtual/jdk-1.6"
|
||||
|
||||
# com.sun.mirror.declaration was removed from JDK 7 onwards.
|
||||
# These two files are just interfaces anyway.
|
||||
Reference in New Issue
Block a user