diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-11-29 19:30:44 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-11-29 20:41:51 +0100 |
commit | 4817e37094689fc3e776c35a37a9e6614c6a25ee (patch) | |
tree | 6cedac7ffa6bbe547a75a1abee4d755fe9bd7bdf /app-crypt | |
parent | sys-devel/clang: CTE tests require compiler-rt now (diff) | |
download | gentoo-4817e37094689fc3e776c35a37a9e6614c6a25ee.tar.gz gentoo-4817e37094689fc3e776c35a37a9e6614c6a25ee.tar.bz2 gentoo-4817e37094689fc3e776c35a37a9e6614c6a25ee.zip |
app-crypt/cardpeek-0.8.4: keyword and mask
Will be easier to switch to slotted Lua if there is only one place to
handle all the masking of ebuilds migrated to lua eclasses.
I wonder why 0.8.4 didn't have keywords in the first place.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/cardpeek/cardpeek-0.8.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild index 7845cde99bb1..502219dfe65b 100644 --- a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild +++ b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://downloads.pannetrat.com/install/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64" IUSE="libressl" REQUIRED_USE="${LUA_REQUIRED_USE}" |