Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openh264/
Date: Tue, 30 Jun 2020 13:53:37
Message-Id: 1593525209.888a73cb74f4b728c8c5cdaafcfea1a858603529.whissi@gentoo
1 commit: 888a73cb74f4b728c8c5cdaafcfea1a858603529
2 Author: Jeffrey Lin <jeffrey <AT> icurse <DOT> nl>
3 AuthorDate: Mon Jun 22 00:32:59 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 30 13:53:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888a73cb
7
8 media-libs/openh264: fix double prefix
9
10 Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl>
11 Closes: https://github.com/gentoo/gentoo/pull/16368
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 media-libs/openh264/openh264-2.1.0.ebuild | 2 +-
15 media-libs/openh264/openh264-2.1.1.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/media-libs/openh264/openh264-2.1.0.ebuild b/media-libs/openh264/openh264-2.1.0.ebuild
19 index adcec1df1fb..486e6828d1b 100644
20 --- a/media-libs/openh264/openh264-2.1.0.ebuild
21 +++ b/media-libs/openh264/openh264-2.1.0.ebuild
22 @@ -65,7 +65,7 @@ multilib_src_install() {
23 fi
24
25 if use plugin; then
26 - local plugpath="${EROOT}/usr/$(get_libdir)/nsbrowser/plugins/gmp-gmp${PN}/system-installed"
27 + local plugpath="${ROOT}/usr/$(get_libdir)/nsbrowser/plugins/gmp-gmp${PN}/system-installed"
28 insinto "${plugpath}"
29 doins libgmpopenh264.so* gmpopenh264.info
30 echo "MOZ_GMP_PATH=\"${plugpath}\"" >"${T}"/98-moz-gmp-${PN}
31
32 diff --git a/media-libs/openh264/openh264-2.1.1.ebuild b/media-libs/openh264/openh264-2.1.1.ebuild
33 index 49c486ea6f5..1247581b4db 100644
34 --- a/media-libs/openh264/openh264-2.1.1.ebuild
35 +++ b/media-libs/openh264/openh264-2.1.1.ebuild
36 @@ -65,7 +65,7 @@ multilib_src_install() {
37 fi
38
39 if use plugin; then
40 - local plugpath="${EROOT}/usr/$(get_libdir)/nsbrowser/plugins/gmp-gmp${PN}/system-installed"
41 + local plugpath="${ROOT}/usr/$(get_libdir)/nsbrowser/plugins/gmp-gmp${PN}/system-installed"
42 insinto "${plugpath}"
43 doins libgmpopenh264.so* gmpopenh264.info
44 echo "MOZ_GMP_PATH=\"${plugpath}\"" >"${T}"/98-moz-gmp-${PN}