sys-kernel/linux-firmware: update live ebuild
authorThomas Deutschmann <whissi@gentoo.org>
Wed, 8 Aug 2018 18:49:58 +0000 (20:49 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Wed, 8 Aug 2018 18:59:36 +0000 (20:59 +0200)
Remove KEYWORDS from live ebuild conditional. ekeyword can only
handle ONE KEYWORDS occurrence.

Package-Manager: Portage-2.3.44, Repoman-2.3.10

sys-kernel/linux-firmware/linux-firmware-99999999.ebuild

index 644175a05219185f2167d064f74ae4b06511fdb1..e7b169ebe516e49202d7862fffe3175494822e13 100644 (file)
@@ -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