diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:21:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:21:15 +0200 |
commit | a99b56b11208210e80b6451d61188cd2608ccb3e (patch) | |
tree | 225060cfb4e5187927c8829d1badcd9ef742ef33 /app-crypt/ophcrack-tables | |
parent | app-crypt/md4sum: Sort KEYWORDS (diff) | |
download | gentoo-a99b56b11208210e80b6451d61188cd2608ccb3e.tar.gz gentoo-a99b56b11208210e80b6451d61188cd2608ccb3e.tar.bz2 gentoo-a99b56b11208210e80b6451d61188cd2608ccb3e.zip |
app-crypt/ophcrack-tables: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt/ophcrack-tables')
-rw-r--r-- | app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild b/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild index 619eee011d2d..f350b7c57fac 100644 --- a/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild +++ b/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ SRC_URI="xpfast? ( mirror://sourceforge/ophcrack/tables_xp_free_fast.zip ) LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="+xpfast xpsmall +vistafree" REQUIRED_USE="|| ( xpfast xpsmall vistafree )" |