diff options
author | Sam James <sam@gentoo.org> | 2021-09-03 19:02:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-03 19:02:18 +0100 |
commit | 879af2700ea7765fc8bec689ce5a4454afc4a583 (patch) | |
tree | 56c19476892751bfafdb9727acee46124954cf81 /sys-apps | |
parent | dev-vcs/tortoisehg: Stabilize 5.8.1 amd64, #811126 (diff) | |
download | gentoo-879af2700ea7765fc8bec689ce5a4454afc4a583.tar.gz gentoo-879af2700ea7765fc8bec689ce5a4454afc4a583.tar.bz2 gentoo-879af2700ea7765fc8bec689ce5a4454afc4a583.zip |
sys-apps/util-linux: Stabilize 2.37.2 amd64, #809491
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.37.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/util-linux/util-linux-2.37.2.ebuild b/sys-apps/util-linux/util-linux-2.37.2.ebuild index 3869fedbb089..63c386bf9e3c 100644 --- a/sys-apps/util-linux/util-linux-2.37.2.ebuild +++ b/sys-apps/util-linux/util-linux-2.37.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 |