sys-kernel/linux-firmware: add missing GIT_COMMIT value
authorThomas Deutschmann <whissi@gentoo.org>
Sat, 3 Aug 2019 00:53:32 +0000 (02:53 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sat, 3 Aug 2019 00:53:56 +0000 (02:53 +0200)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
sys-kernel/linux-firmware/linux-firmware-20190726.ebuild

index c2afff9ee0c03f2bbdf4f37b2ba4edfc32a76989..9baa48016e3dd65aa3f9dd9d1a8d51e51add73d2 100644 (file)
@@ -8,7 +8,7 @@ if [[ ${PV} == 99999999* ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git"
 else
-       GIT_COMMIT=""
+       GIT_COMMIT="dff98c6c57383fe343407bcb7b6e775e0b87274f"
        SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 fi