diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-24 14:27:28 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-24 14:31:31 +0200 |
commit | 5cb0314143c7adbcb1187affcc36a0c166540604 (patch) | |
tree | 452c6ed406e4aeb5044cdda75e88806703ca63d7 /sys-kernel/linux-firmware/linux-firmware-99999999.ebuild | |
parent | sys-kernel/linux-firmware: drop old (diff) | |
download | gentoo-5cb0314143c7adbcb1187affcc36a0c166540604.tar.gz gentoo-5cb0314143c7adbcb1187affcc36a0c166540604.tar.bz2 gentoo-5cb0314143c7adbcb1187affcc36a0c166540604.zip |
sys-kernel/linux-firmware: Add RESTRICT="binchecks strip"
Closes: https://bugs.gentoo.org/656130
Package-Manager: Portage-2.3.43, Repoman-2.3.10
RepoMan-Options: --force
Diffstat (limited to 'sys-kernel/linux-firmware/linux-firmware-99999999.ebuild')
-rw-r--r-- | sys-kernel/linux-firmware/linux-firmware-99999999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild b/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild index 1056574b8066..644175a05219 100644 --- a/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -64,7 +64,7 @@ RDEPEND="!savedconfig? ( )" #add anything else that collides to this -QA_PREBUILT="lib/firmware/*" +RESTRICT="binchecks strip" src_unpack() { if [[ ${PV} == 99999999* ]]; then |