diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-15 11:11:36 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-15 11:11:36 +0100 |
commit | d2dab30d52a3f64023a514fd3059ea8255de1a87 (patch) | |
tree | 9c70726bcb99a5a91425251d3a715fd4c693b18b /sys-apps | |
parent | dev-python/argon2-cffi: Stabilize 21.3.0-r2 x86, #835177 (diff) | |
download | gentoo-d2dab30d52a3f64023a514fd3059ea8255de1a87.tar.gz gentoo-d2dab30d52a3f64023a514fd3059ea8255de1a87.tar.bz2 gentoo-d2dab30d52a3f64023a514fd3059ea8255de1a87.zip |
sys-apps/util-linux: Stabilize 2.37.4 arm64, #833367
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.37.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/util-linux/util-linux-2.37.4.ebuild b/sys-apps/util-linux/util-linux-2.37.4.ebuild index 26428d6d766d..5d48391aac46 100644 --- a/sys-apps/util-linux/util-linux-2.37.4.ebuild +++ b/sys-apps/util-linux/util-linux-2.37.4.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" else [[ "${PV}" = *_rc* ]] || \ - KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" SRC_URI="https://www.kernel.org/pub/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz" fi |