diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-07-22 16:48:17 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-07-22 16:48:17 +0300 |
commit | 80235f1d552bcc00fe9d9aa635c14f21c7bdff92 (patch) | |
tree | 266f1219fae20cf834d45641dd850956753fbab2 /sys-apps | |
parent | www-apache/mod_tidy: remove last rited package (diff) | |
download | gentoo-80235f1d552bcc00fe9d9aa635c14f21c7bdff92.tar.gz gentoo-80235f1d552bcc00fe9d9aa635c14f21c7bdff92.tar.bz2 gentoo-80235f1d552bcc00fe9d9aa635c14f21c7bdff92.zip |
sys-apps/util-linux: arm stable wrt bug #686166
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.33.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/util-linux/util-linux-2.33.2.ebuild b/sys-apps/util-linux/util-linux-2.33.2.ebuild index 603e9b589105..b4cc0f679788 100644 --- a/sys-apps/util-linux/util-linux-2.33.2.ebuild +++ b/sys-apps/util-linux/util-linux-2.33.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 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz" fi |