[sys-kernel/dracut] fix EGIT_COMMIT
This commit is contained in:
parent
a58474841e
commit
0742947528
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
|
|||||||
EGIT_REPO_URI="https://github.com/dracutdevs/dracut"
|
EGIT_REPO_URI="https://github.com/dracutdevs/dracut"
|
||||||
else
|
else
|
||||||
if [[ ${PV} == *_p* ]] ; then
|
if [[ ${PV} == *_p* ]] ; then
|
||||||
EGIT_COMMIT="856e7acdb1462803c2517c8d64afb2e34c73c735"
|
EGIT_COMMIT="4980bad34775da715a2639b736cba5e65a8a2604"
|
||||||
SRC_URI="https://github.com/dracutdevs/dracut/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/dracutdevs/dracut/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||||
S="${WORKDIR}"/${PN}-${EGIT_COMMIT}
|
S="${WORKDIR}"/${PN}-${EGIT_COMMIT}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user