Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libbluray/
Date: Fri, 21 Sep 2018 18:21:46
Message-Id: 1537554090.87b9431b6ea158efa7078123ccedd25e1c98d022.chewi@gentoo
1 commit: 87b9431b6ea158efa7078123ccedd25e1c98d022
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 12 22:27:18 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 21 18:21:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b9431b
7
8 media-libs/libbluray: Install new awt jar for 9999
9
10 The original jar has been split in two.
11
12 Package-Manager: Portage-2.3.49, Repoman-2.3.10
13
14 media-libs/libbluray/libbluray-9999.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-libs/libbluray/libbluray-9999.ebuild b/media-libs/libbluray/libbluray-9999.ebuild
18 index f2d6ce9385e..a30dae66fdb 100644
19 --- a/media-libs/libbluray/libbluray-9999.ebuild
20 +++ b/media-libs/libbluray/libbluray-9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -81,7 +81,7 @@ multilib_src_install() {
28 fi
29
30 if multilib_is_native_abi && use java; then
31 - java-pkg_dojar "${BUILD_DIR}"/.libs/${PN}-j2se-*.jar
32 + java-pkg_dojar "${BUILD_DIR}"/.libs/${PN}{,-awt}-j2se-*.jar
33 fi
34 }