dev-embedded/openocd: drop prepstrip
authorSergei Trofimovich <slyfox@gentoo.org>
Mon, 18 Feb 2019 09:06:34 +0000 (09:06 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Mon, 18 Feb 2019 09:08:16 +0000 (09:08 +0000)
Newer ebuilds use 'dostrip', older ebuilds will install unstripped binaries.

Closes: https://bugs.gentoo.org/587308
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
dev-embedded/openocd/openocd-0.10.0.ebuild
dev-embedded/openocd/openocd-0.9.0.ebuild

index 44c2c20d5379d39ddf12dd3923c02e6c554114a8..72a0bbe07a5c4d91023e0660582eb05914f1dcc4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -136,7 +136,6 @@ src_configure() {
 
 src_install() {
        default
-       env -uRESTRICT prepstrip "${ED}"/usr/bin
        udev_dorules "${D}"/usr/share/${PN}/contrib/*.rules
 }
 
index 7a694fd3a84d4b8d41dd1b0832ddac4595060f17..d6d36ec4b0a15d8eed8f36f7106bc7e4f6a39c4e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -126,7 +126,6 @@ src_configure() {
 
 src_install() {
        default
-       env -uRESTRICT prepstrip "${ED}"/usr/bin
        udev_dorules "${D}"/usr/share/${PN}/contrib/*.rules
 }