Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/exempi/
Date: Thu, 29 Apr 2021 15:38:08
Message-Id: 1619710671.e2114b81d80929aae6e0f9ef0db61f97f17dc5be.sam@gentoo
1 commit: e2114b81d80929aae6e0f9ef0db61f97f17dc5be
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 15:35:12 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 15:37:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2114b81
7
8 media-libs/exempi: fix config.rpath refresh on Prefix
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/exempi/exempi-2.4.5-r1.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/exempi/exempi-2.4.5-r1.ebuild b/media-libs/exempi/exempi-2.4.5-r1.ebuild
16 index 34771335ec2..30c580e232d 100644
17 --- a/media-libs/exempi/exempi-2.4.5-r1.ebuild
18 +++ b/media-libs/exempi/exempi-2.4.5-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -34,7 +34,8 @@ PATCHES=(
26
27 src_prepare() {
28 default
29 - cp /usr/share/gettext/config.rpath . || die
30 +
31 + config_rpath_update .
32 eautoreconf
33 }