commit: 514ee76d7a70e92b3b7605522ac59b19194bbff9
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 3 00:53:32 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Aug 3 00:53:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514ee76d
sys-kernel/linux-firmware: add missing GIT_COMMIT value
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
sys-kernel/linux-firmware/linux-firmware-20190726.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-kernel/linux-firmware/linux-firmware-20190726.ebuild
b/sys-kernel/linux-firmware/linux-firmware-20190726.ebuild
index c2afff9ee0c..9baa48016e3 100644
--- a/sys-kernel/linux-firmware/linux-firmware-20190726.ebuild
+++ b/sys-kernel/linux-firmware/linux-firmware-20190726.ebuild
@@ -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