diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-08-08 20:49:58 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-08-08 20:59:36 +0200 |
commit | 942f59bfb00e7554cdc7b4430dab08d43461f2a8 (patch) | |
tree | f428b0444a0f539047f8286eaebe393809d9252c /sys-kernel/linux-firmware | |
parent | sys-firmware/intel-microcode: drop old (diff) | |
download | gentoo-942f59bfb00e7554cdc7b4430dab08d43461f2a8.tar.gz gentoo-942f59bfb00e7554cdc7b4430dab08d43461f2a8.tar.bz2 gentoo-942f59bfb00e7554cdc7b4430dab08d43461f2a8.zip |
sys-kernel/linux-firmware: update live ebuild
Remove KEYWORDS from live ebuild conditional. ekeyword can only
handle ONE KEYWORDS occurrence.
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'sys-kernel/linux-firmware')
-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 644175a05219..e7b169ebe516 100644 --- a/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI="6" inherit savedconfig if [[ ${PV} == 99999999* ]]; then inherit git-r3 SRC_URI="" EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git" - KEYWORDS="" else GIT_COMMIT="" SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" @@ -78,6 +77,7 @@ src_unpack() { src_prepare() { default + echo "# Remove files that shall not be installed from this list." > ${PN}.conf find * \( \! -type d -and \! -name ${PN}.conf \) >> ${PN}.conf |