commit: 87b9431b6ea158efa7078123ccedd25e1c98d022
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 12 22:27:18 2018 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Sep 21 18:21:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b9431b
media-libs/libbluray: Install new awt jar for 9999
The original jar has been split in two.
Package-Manager: Portage-2.3.49, Repoman-2.3.10
media-libs/libbluray/libbluray-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libbluray/libbluray-9999.ebuild
b/media-libs/libbluray/libbluray-9999.ebuild
index f2d6ce9385e..a30dae66fdb 100644
--- a/media-libs/libbluray/libbluray-9999.ebuild
+++ b/media-libs/libbluray/libbluray-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -81,7 +81,7 @@ multilib_src_install() {
fi
if multilib_is_native_abi && use java; then
- java-pkg_dojar "${BUILD_DIR}"/.libs/${PN}-j2se-*.jar
+ java-pkg_dojar "${BUILD_DIR}"/.libs/${PN}{,-awt}-j2se-*.jar
fi
}