summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-05-17 01:42:05 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-05-17 01:42:05 +0200
commit2e58f2b873465521b445f42f7e376d85b9e44b16 (patch)
tree80a16c7c0595f6808ef8bc40301b78553fd03856 /dev-lua
parentdev-util/lldb: x86 stable (bug #685898) (diff)
downloadgentoo-2e58f2b873465521b445f42f7e376d85b9e44b16.tar.gz
gentoo-2e58f2b873465521b445f42f7e376d85b9e44b16.tar.bz2
gentoo-2e58f2b873465521b445f42f7e376d85b9e44b16.zip
dev-lua/luasec: x86 stable (bug #684618)
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r--dev-lua/luasec/luasec-0.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/luasec/luasec-0.7.ebuild b/dev-lua/luasec/luasec-0.7.ebuild
index df666e66d836..73ed9458e1b1 100644
--- a/dev-lua/luasec/luasec-0.7.ebuild
+++ b/dev-lua/luasec/luasec-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/brunoos/luasec/archive/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="~amd64 ~arm x86"
S=${WORKDIR}/${PN}-${P}
fi