diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:27:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:27:16 +0200 |
commit | 0a9f5ccdb05aa95d153ca35c4ab2c2e32d86f1a4 (patch) | |
tree | 43a423a703a020cec1c471ea6b7d9d349f4ac90d /x11-misc/quitcount | |
parent | www-misc/wsmake: Sort KEYWORDS (diff) | |
download | gentoo-0a9f5ccdb05aa95d153ca35c4ab2c2e32d86f1a4.tar.gz gentoo-0a9f5ccdb05aa95d153ca35c4ab2c2e32d86f1a4.tar.bz2 gentoo-0a9f5ccdb05aa95d153ca35c4ab2c2e32d86f1a4.zip |
x11-misc/quitcount: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc/quitcount')
-rw-r--r-- | x11-misc/quitcount/quitcount-3.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/quitcount/quitcount-3.1.3.ebuild b/x11-misc/quitcount/quitcount-3.1.3.ebuild index 36f0e61fa25d..1fa341a50b67 100644 --- a/x11-misc/quitcount/quitcount-3.1.3.ebuild +++ b/x11-misc/quitcount/quitcount-3.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MV}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" DEPEND="x11-libs/gtk+:3 >=dev-libs/glib-2.6:2" |