From: Michał Górny Date: Mon, 15 Jul 2019 15:20:49 +0000 (+0200) Subject: app-admin/clog: Sort KEYWORDS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c5422c19cef34d3d47deaed0a816d44a33a2cc03;p=gentoo.git app-admin/clog: Sort KEYWORDS Signed-off-by: Michał Górny --- diff --git a/app-admin/clog/clog-1.3.0.ebuild b/app-admin/clog/clog-1.3.0.ebuild index 6b2025e3985b..75be48ed9125 100644 --- a/app-admin/clog/clog-1.3.0.ebuild +++ b/app-admin/clog/clog-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,6 +9,6 @@ DESCRIPTION="clog is a colorized log tail utility" HOMEPAGE="https://taskwarrior.org/docs/clog/" SRC_URI="https://tasktools.org/download/${P}.tar.gz" -KEYWORDS="~amd64 ~x86 ~x64-macos ~amd64-fbsd" +KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x64-macos" LICENSE="MIT" SLOT="0"