diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-29 09:05:14 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-29 09:05:14 +0200 |
commit | f53a8b91bdd5f12a599e5ea8d716c498f8595966 (patch) | |
tree | aa081a8c389f8ee906134f04fe38ffa509da3e5c /sys-apps/util-linux | |
parent | dev-python/tappy: Stabilize 3.1 ALLARCHES, #832276 (diff) | |
download | gentoo-f53a8b91bdd5f12a599e5ea8d716c498f8595966.tar.gz gentoo-f53a8b91bdd5f12a599e5ea8d716c498f8595966.tar.bz2 gentoo-f53a8b91bdd5f12a599e5ea8d716c498f8595966.zip |
sys-apps/util-linux: Stabilize 2.37.3-r1 arm64, #832271
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.37.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/util-linux/util-linux-2.37.3-r1.ebuild b/sys-apps/util-linux/util-linux-2.37.3-r1.ebuild index ce138823146a..740ce9fa2b2a 100644 --- a/sys-apps/util-linux/util-linux-2.37.3-r1.ebuild +++ b/sys-apps/util-linux/util-linux-2.37.3-r1.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 |