diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:25:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:25:28 +0200 |
commit | e726e1f0763d47f97e431d0189a4d27af5e260e4 (patch) | |
tree | 9b2a437e8817cbfbca019889067444d26103d771 /net-mail/signify | |
parent | net-mail/qmailanalog: Sort KEYWORDS (diff) | |
download | gentoo-e726e1f0763d47f97e431d0189a4d27af5e260e4.tar.gz gentoo-e726e1f0763d47f97e431d0189a4d27af5e260e4.tar.bz2 gentoo-e726e1f0763d47f97e431d0189a4d27af5e260e4.zip |
net-mail/signify: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-mail/signify')
-rw-r--r-- | net-mail/signify/signify-1.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/signify/signify-1.14.ebuild b/net-mail/signify/signify-1.14.ebuild index b280797ec9a0..238ccb6c2656 100644 --- a/net-mail/signify/signify-1.14.ebuild +++ b/net-mail/signify/signify-1.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}-1.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="ppc sparc x86 ~amd64" +KEYWORDS="~amd64 ppc sparc x86" RDEPEND="dev-lang/perl" DEPEND="${RDEPEND}" |