diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-04-11 00:42:41 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-04-11 00:42:41 +0200 |
commit | 6cbcc316d68169904db6155f129f4d4aa08b96d2 (patch) | |
tree | 1cf242a6d933cbdd74bc00e77e6a8908e8f8793a /sys-apps | |
parent | dev-php/xdebug: bump to v3.0.4 (diff) | |
download | gentoo-6cbcc316d68169904db6155f129f4d4aa08b96d2.tar.gz gentoo-6cbcc316d68169904db6155f129f4d4aa08b96d2.tar.bz2 gentoo-6cbcc316d68169904db6155f129f4d4aa08b96d2.zip |
sys-apps/util-linux: x86 stable (bug #781599)
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.36.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/util-linux/util-linux-2.36.2.ebuild b/sys-apps/util-linux/util-linux-2.36.2.ebuild index b2e83b875c49..2b2eb2b7b399 100644 --- a/sys-apps/util-linux/util-linux-2.36.2.ebuild +++ b/sys-apps/util-linux/util-linux-2.36.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 |