Bug: https://bugs.gentoo.org/697170
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
MY_PN="iwlwifi-6000g2b-ucode"
S="${WORKDIR}/${MY_PN}-${PV}"
-src_compile() { :; }
-
src_install() {
insinto /lib/firmware
- doins "${S}/iwlwifi-6000g2b-5.ucode" || die
+ doins iwlwifi-6000g2b-5.ucode
- dodoc README* || die "dodoc failed"
+ dodoc README*
}
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
MY_PN="iwlwifi-6000g2b-ucode"
S="${WORKDIR}/${MY_PN}-${PV}"
-src_compile() { :; }
-
src_install() {
insinto /lib/firmware
- doins "${S}/iwlwifi-6000g2b-6.ucode" || die
+ doins iwlwifi-6000g2b-6.ucode
- dodoc README* || die "dodoc failed"
+ dodoc README*
}