diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-12-02 17:21:02 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-12-02 17:21:02 +0300 |
commit | c10b74783661879ed98d501e4395c544f53885ae (patch) | |
tree | b4265c52c1aa7e6959a6374f0b25ff893acedcc3 /sys-apps | |
parent | app-admin/glance: Stabilize 21.0.0 x86, #757660 (diff) | |
download | gentoo-c10b74783661879ed98d501e4395c544f53885ae.tar.gz gentoo-c10b74783661879ed98d501e4395c544f53885ae.tar.bz2 gentoo-c10b74783661879ed98d501e4395c544f53885ae.zip |
sys-apps/util-linux: Stabilize 2.35.2 s390, #729018
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.35.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/util-linux/util-linux-2.35.2.ebuild b/sys-apps/util-linux/util-linux-2.35.2.ebuild index a8a3a209c72a..006fd2ec7b8a 100644 --- a/sys-apps/util-linux/util-linux-2.35.2.ebuild +++ b/sys-apps/util-linux/util-linux-2.35.2.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 |