diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-03-05 10:07:59 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-03-05 10:07:59 +0000 |
commit | e6f82cb5363d4f18e74699dc961bc158765fdacd (patch) | |
tree | 5874bfc026f39fa86883e518b03ad7804e3e91f1 /dev-java/java-config/files | |
parent | bad escaping on einfo comments thanks to johnny in irc (diff) | |
download | historical-e6f82cb5363d4f18e74699dc961bc158765fdacd.tar.gz historical-e6f82cb5363d4f18e74699dc961bc158765fdacd.tar.bz2 historical-e6f82cb5363d4f18e74699dc961bc158765fdacd.zip |
Install a revdep-rebuild control files to prevent revdep-rebuild from complaining about things like libjawt.so that are loaded by the vm. Fixes bug #152039.
Package-Manager: portage-2.1.2-r12
Diffstat (limited to 'dev-java/java-config/files')
-rw-r--r-- | dev-java/java-config/files/60-java | 9 | ||||
-rw-r--r-- | dev-java/java-config/files/digest-java-config-2.0.31-r4 | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/dev-java/java-config/files/60-java b/dev-java/java-config/files/60-java new file mode 100644 index 000000000000..1aca594a8ece --- /dev/null +++ b/dev-java/java-config/files/60-java @@ -0,0 +1,9 @@ +# The VM dynamically loads these at runtime so they will end up as missing +# but actually work just fine. See for example +# https://bugs.gentoo.org/show_bug.cgi?id=152039 +# +# This file should only have files the are used by things like swt. If there +# are "broken" links inside the jre itself, the jre should install it's own +# control file. + +LD_LIBRARY_MASK="libjvm.so libjawt.so" diff --git a/dev-java/java-config/files/digest-java-config-2.0.31-r4 b/dev-java/java-config/files/digest-java-config-2.0.31-r4 new file mode 100644 index 000000000000..393d9dbec4ef --- /dev/null +++ b/dev-java/java-config/files/digest-java-config-2.0.31-r4 @@ -0,0 +1,3 @@ +MD5 36b7893b20b9f4b6f0af6dd632703745 java-config-2.0.31.tar.bz2 17001 +RMD160 4b3d8362538b435a642312ee7289824d6662e309 java-config-2.0.31.tar.bz2 17001 +SHA256 314ec1783da8190d60e757aaef2af8eae7281c3c9754024e3e59643ce7a30752 java-config-2.0.31.tar.bz2 17001 |