diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-11-07 12:28:00 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-11-07 12:28:00 +0100 |
commit | 9423e9bdff2a51a08f2d122ef42c27dcdf666a5c (patch) | |
tree | 16dca4dae3da51fce81881f67d3c54756bbce94d | |
parent | sys-block/mbuffer: Re-enable test suite (diff) | |
download | gentoo-9423e9bdff2a51a08f2d122ef42c27dcdf666a5c.tar.gz gentoo-9423e9bdff2a51a08f2d122ef42c27dcdf666a5c.tar.bz2 gentoo-9423e9bdff2a51a08f2d122ef42c27dcdf666a5c.zip |
sys-apps/util-linux: Stable on amd64
Package-Manager: Portage-2.3.12, Repoman-2.3.4
-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 dccc2ec94e44..fc56d24abdf6 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 |