commit: 7359a7b6102cfa764c2b64ff6c6401c0b79e8e4b
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 1 23:54:38 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Oct 1 23:57:11 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7359a7b6
dev-java/openjdk-bin: really remove libjawt.so for headless
portage will fail to install binpkg of it with
emerge: there are no binary packages to satisfy "x86_64: libawt_xawt.so"
unless --ignore-soname-deps=y is passed
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
.../{openjdk-bin-8.222_p10.ebuild => openjdk-bin-8.222_p10-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/openjdk-bin/openjdk-bin-8.222_p10.ebuild
b/dev-java/openjdk-bin/openjdk-bin-8.222_p10-r1.ebuild
similarity index 98%
rename from dev-java/openjdk-bin/openjdk-bin-8.222_p10.ebuild
rename to dev-java/openjdk-bin/openjdk-bin-8.222_p10-r1.ebuild
index 05ab88cb032..c9b8c2cf4c9 100644
--- a/dev-java/openjdk-bin/openjdk-bin-8.222_p10.ebuild
+++ b/dev-java/openjdk-bin/openjdk-bin-8.222_p10-r1.ebuild
@@ -71,7 +71,7 @@ src_install() {
fi
if use headless-awt ; then
- rm -fvr jre/lib/*/lib*{[jx]awt,splashscreen}* \
+ rm -fvr {,jre/}lib/*/lib*{[jx]awt,splashscreen}* \
{,jre/}bin/policytool bin/appletviewer || die
fi