summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-02-28 22:46:01 +0100
committerJeroen Roovers <jer@gentoo.org>2019-02-28 22:46:16 +0100
commitdd46f78dcac8b3cf3ce3e7954f198929bcd52089 (patch)
treeab6256e87c1c0ddf51c3fa691117b552fa5604f8 /x11-libs
parentx11-libs/libvdpau: Version 1.2 (diff)
downloadgentoo-dd46f78dcac8b3cf3ce3e7954f198929bcd52089.tar.gz
gentoo-dd46f78dcac8b3cf3ce3e7954f198929bcd52089.tar.bz2
gentoo-dd46f78dcac8b3cf3ce3e7954f198929bcd52089.zip
x11-libs/libvdpau: Drop .la files
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libvdpau/libvdpau-1.2.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-libs/libvdpau/libvdpau-1.2.ebuild b/x11-libs/libvdpau/libvdpau-1.2.ebuild
index b0205ff82448..4490f4119d16 100644
--- a/x11-libs/libvdpau/libvdpau-1.2.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.2.ebuild
@@ -48,3 +48,8 @@ multilib_src_configure() {
multilib_src_test() {
virtx emake check
}
+
+multilib_src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}