mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
OpenJDK: fix provides for devel package (hopefully)
This commit is contained in:
@@ -26,7 +26,7 @@ SOURCE_URI_7="hg+http://hg.openjdk.java.net/jdk7u/jdk7u/jaxws#jdk7u80-b32"
|
||||
SOURCE_URI_8="hg+http://bitbucket.org/hamishm/haiku-jdk7u-hotspot#43c8a75"
|
||||
SOURCE_URI_9="hg+http://bitbucket.org/hamishm/haiku-jdk7u-jdk#5d173cf"
|
||||
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
ARCHITECTURES="!x86_gcc2 ?x86"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
@@ -193,7 +193,8 @@ INSTALL()
|
||||
|
||||
SUMMARY_devel="OpenJDK Development Kit (JDK) source files, demos and examples"
|
||||
PROVIDES_devel="
|
||||
openjdk$secondaryArchSuffix_sources = $portVersion compat >= 1.8
|
||||
openjdk$secondaryArchSuffix_devel = $portVersion compat >= 1.7
|
||||
devel:openjdk$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES_devel="
|
||||
openjdk$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user