sys-kernel/asahi-kernel: remove trailing .0
This commit is contained in:
parent
6d8d56a897
commit
df61bbca48
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ GENTOO_CONFIG_VER="g4"
|
|||
# Tag 'asahi-w.x-rcN-z' = PV="w.x_rcN_pz"
|
||||
MY_PV="${PV/_rc/-rc}"
|
||||
MY_PV="${MY_PV/_p/-}"
|
||||
# Remove trailing '.0' from version number
|
||||
MY_PV="${MY_PV/.0/}"
|
||||
|
||||
DESCRIPTION="Asahi Linux testing kernel for Apple silicon-based Macs built from sources"
|
||||
HOMEPAGE="https://asahilinux.org/"
|
||||
|
|
Loading…
Add table
Reference in a new issue