diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-18 09:06:34 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-18 09:08:16 +0000 |
commit | 17d57dfd9387077096e3238fd82252c2f6360e89 (patch) | |
tree | 51ff1e8f46854908fffc99c1bc6ea3b651c22c46 /dev-embedded/openocd | |
parent | dev-embedded/openocd: update to EAPI=7 (diff) | |
download | gentoo-17d57dfd9387077096e3238fd82252c2f6360e89.tar.gz gentoo-17d57dfd9387077096e3238fd82252c2f6360e89.tar.bz2 gentoo-17d57dfd9387077096e3238fd82252c2f6360e89.zip |
dev-embedded/openocd: drop prepstrip
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>
Diffstat (limited to 'dev-embedded/openocd')
-rw-r--r-- | dev-embedded/openocd/openocd-0.10.0.ebuild | 3 | ||||
-rw-r--r-- | dev-embedded/openocd/openocd-0.9.0.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-embedded/openocd/openocd-0.10.0.ebuild b/dev-embedded/openocd/openocd-0.10.0.ebuild index 44c2c20d5379..72a0bbe07a5c 100644 --- a/dev-embedded/openocd/openocd-0.10.0.ebuild +++ b/dev-embedded/openocd/openocd-0.10.0.ebuild @@ -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 } diff --git a/dev-embedded/openocd/openocd-0.9.0.ebuild b/dev-embedded/openocd/openocd-0.9.0.ebuild index 7a694fd3a84d..d6d36ec4b0a1 100644 --- a/dev-embedded/openocd/openocd-0.9.0.ebuild +++ b/dev-embedded/openocd/openocd-0.9.0.ebuild @@ -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 } |