media-plugins/xbmc-addon-xvdr: install pre-stripped files fixed
authorJoerg Bornkessel <hd_brummy@gentoo.org>
Sun, 15 Dec 2019 17:02:36 +0000 (18:02 +0100)
committerJoerg Bornkessel <hd_brummy@gentoo.org>
Sun, 15 Dec 2019 17:03:20 +0000 (18:03 +0100)
Bug: https://bugs.gentoo.org/383483
Closes: https://bugs.gentoo.org/383483
Package-Manager: Portage-2.3.81, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild

index 0c3fcf9b0dad01503f3956403f1a8a8bf1e97e5b..8f64cf07d26658434f4faaca536e02683c68ddca 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit autotools multilib git-r3
 
@@ -17,6 +17,7 @@ RDEPEND="${DEPEND}"
 
 src_prepare() {
        default
+       export STRIP=true
        eautoreconf
 }