commit: 683a1990ebe7564e95ce63bc49b10a5596beda64 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jul 15 15:26:57 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jul 15 15:26:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683a1990
sys-fs/zerofree: Sort KEYWORDS Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-fs/zerofree/zerofree-1.0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/zerofree/zerofree-1.0.4.ebuild b/sys-fs/zerofree/zerofree-1.0.4.ebuild index 55a370d58cf..dfa87892784 100644 --- a/sys-fs/zerofree/zerofree-1.0.4.ebuild +++ b/sys-fs/zerofree/zerofree-1.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -10,7 +10,7 @@ SRC_URI="http://frippery.org/uml/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~mips" +KEYWORDS="~amd64 ~arm ~mips ~x86" IUSE="" DEPEND="sys-libs/e2fsprogs-libs"