mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 23:51:07 +02:00
sys-apps/util-linux: Sync with Gentoo
It's from Gentoo commit 20ae1c7ef17a633f07e144698dbffa35ff406c64.
This commit is contained in:
parent
c71c584e41
commit
754c962afc
@ -22,7 +22,7 @@ else
|
|||||||
inherit verify-sig
|
inherit verify-sig
|
||||||
|
|
||||||
if [[ ${PV} != *_rc* ]] ; then
|
if [[ ${PV} != *_rc* ]] ; then
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos"
|
KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SRC_URI="https://www.kernel.org/pub/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
|
SRC_URI="https://www.kernel.org/pub/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
|
||||||
|
@ -110,10 +110,10 @@ pkg_pretend() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
if [[ ${PV} == 9999 ]] ; then
|
if [[ ${PV} == 9999 ]] ; then
|
||||||
git-r3_src_unpack
|
git-r3_src_unpack
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Upstream sign the decompressed .tar
|
# Upstream sign the decompressed .tar
|
||||||
if use verify-sig; then
|
if use verify-sig; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user