diff options
author | Sam James <sam@gentoo.org> | 2022-12-25 20:12:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-25 20:13:31 +0000 |
commit | c21854d94eb9c64496d247ff1e70b515d1de4d13 (patch) | |
tree | d73ea6e055127c05bd6f3ff361a75d5401430ad1 | |
parent | net-libs/libnftnl: Stabilize 1.2.4 arm64, #888449 (diff) | |
download | gentoo-c21854d94eb9c64496d247ff1e70b515d1de4d13.tar.gz gentoo-c21854d94eb9c64496d247ff1e70b515d1de4d13.tar.bz2 gentoo-c21854d94eb9c64496d247ff1e70b515d1de4d13.zip |
sys-apps/util-linux: Stabilize 2.38.1 arm64, #888447
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-apps/util-linux/util-linux-2.38.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/util-linux/util-linux-2.38.1.ebuild b/sys-apps/util-linux/util-linux-2.38.1.ebuild index 59eecef07674..269c710e31bb 100644 --- a/sys-apps/util-linux/util-linux-2.38.1.ebuild +++ b/sys-apps/util-linux/util-linux-2.38.1.ebuild @@ -19,7 +19,7 @@ else inherit verify-sig if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" fi SRC_URI="https://www.kernel.org/pub/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz" |