diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:22:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:22:01 +0200 |
commit | 7862ef64762bb10244bf6a4ee79b9e726d99cf2c (patch) | |
tree | fbe62f6c772fcf8300b793a754a4392e22d6b814 /app-text | |
parent | app-shells/soapbox: Sort KEYWORDS (diff) | |
download | gentoo-7862ef64762bb10244bf6a4ee79b9e726d99cf2c.tar.gz gentoo-7862ef64762bb10244bf6a4ee79b9e726d99cf2c.tar.bz2 gentoo-7862ef64762bb10244bf6a4ee79b9e726d99cf2c.zip |
app-text/binfind: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/binfind/binfind-0.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/binfind/binfind-0.0.3.ebuild b/app-text/binfind/binfind-0.0.3.ebuild index 4f084dc105ab..d5da3dc5dad5 100644 --- a/app-text/binfind/binfind-0.0.3.ebuild +++ b/app-text/binfind/binfind-0.0.3.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 @@ -8,7 +8,7 @@ HOMEPAGE="http://www.lith.at/binfind" SRC_URI="http://www.lith.at/binfind/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="" |