diff options
author | Mike Frysinger <vapier@gentoo.org> | 2018-01-11 23:01:54 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2018-01-11 23:08:08 -0500 |
commit | 674ec56f2f25ed0b19feea12683d9b273ceccb1b (patch) | |
tree | ae11de93465eb1f5bd1b2dead3948eeee7c01c39 | |
parent | dev-util/intltool: mark 0.51.0-r2 m68k/s390/sh stable (diff) | |
download | gentoo-674ec56f2f25ed0b19feea12683d9b273ceccb1b.tar.gz gentoo-674ec56f2f25ed0b19feea12683d9b273ceccb1b.tar.bz2 gentoo-674ec56f2f25ed0b19feea12683d9b273ceccb1b.zip |
sys-apps/util-linux: mark 2.30.2 arm64/m68k/s390/sh stable
-rw-r--r-- | sys-apps/util-linux/util-linux-2.30.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/util-linux/util-linux-2.30.2.ebuild b/sys-apps/util-linux/util-linux-2.30.2.ebuild index d5d2a35f984e..941bf4695f5c 100644 --- a/sys-apps/util-linux/util-linux-2.30.2.ebuild +++ b/sys-apps/util-linux/util-linux-2.30.2.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="git://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 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz" fi |