diff options
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/luasec/luasec-0.7.ebuild | 4 |
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 |