Skip to content

Commit

Permalink
dev-java/annogen: Drop jdk-with-com-sun dep, fix jdk/jre reversal
Browse files Browse the repository at this point in the history
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
  • Loading branch information
chewi committed Feb 18, 2016
1 parent 984bc1a commit 913abde
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 913abde

Please sign in to comment.