summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-29 16:35:12 +0100
committerSam James <sam@gentoo.org>2021-04-29 16:37:51 +0100
commite2114b81d80929aae6e0f9ef0db61f97f17dc5be (patch)
treefdaf8c930c7cc879c17e2502f64287cbb297043a /media-libs
parentpackage.mask: clean up comment/bug references (diff)
downloadgentoo-e2114b81d80929aae6e0f9ef0db61f97f17dc5be.tar.gz
gentoo-e2114b81d80929aae6e0f9ef0db61f97f17dc5be.tar.bz2
gentoo-e2114b81d80929aae6e0f9ef0db61f97f17dc5be.zip
media-libs/exempi: fix config.rpath refresh on Prefix
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/exempi/exempi-2.4.5-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/exempi/exempi-2.4.5-r1.ebuild b/media-libs/exempi/exempi-2.4.5-r1.ebuild
index 34771335ec29..30c580e232da 100644
--- a/media-libs/exempi/exempi-2.4.5-r1.ebuild
+++ b/media-libs/exempi/exempi-2.4.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -34,7 +34,8 @@ PATCHES=(
src_prepare() {
default
- cp /usr/share/gettext/config.rpath . || die
+
+ config_rpath_update .
eautoreconf
}