diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:23:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:23:25 +0200 |
commit | 2ae7fd468c9a70e2ec1e73a75b089189652f1818 (patch) | |
tree | 2c08f54e7f8745a4e3bc1ba0cfcab57f977bed98 /dev-tex/latex-calendar | |
parent | dev-tex/cdcover: Sort KEYWORDS (diff) | |
download | gentoo-2ae7fd468c9a70e2ec1e73a75b089189652f1818.tar.gz gentoo-2ae7fd468c9a70e2ec1e73a75b089189652f1818.tar.bz2 gentoo-2ae7fd468c9a70e2ec1e73a75b089189652f1818.zip |
dev-tex/latex-calendar: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-tex/latex-calendar')
-rw-r--r-- | dev-tex/latex-calendar/latex-calendar-3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/latex-calendar/latex-calendar-3.1.ebuild b/dev-tex/latex-calendar/latex-calendar-3.1.ebuild index 59c2c1b7b7b8..b5bb6f0e1891 100644 --- a/dev-tex/latex-calendar/latex-calendar-3.1.ebuild +++ b/dev-tex/latex-calendar/latex-calendar-3.1.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=0 @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="LaTeX-Calendar" SLOT="0" -KEYWORDS="x86 sparc ppc amd64" +KEYWORDS="amd64 ppc sparc x86" IUSE="" S=${WORKDIR}/${MY_P} |