Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luasec/
Date: Mon, 12 Oct 2020 10:21:45
Message-Id: 1602498064.d4b0e44fee672eab2e104f94fa97c0a7a3f74bd5.ago@gentoo
1 commit: d4b0e44fee672eab2e104f94fa97c0a7a3f74bd5
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 12 10:21:04 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 10:21:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b0e44f
7
8 dev-lua/luasec: amd64 stable wrt bug #747919
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-lua/luasec/luasec-0.9.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lua/luasec/luasec-0.9.ebuild b/dev-lua/luasec/luasec-0.9.ebuild
18 index 358630c3c0e..cb6d47476a2 100644
19 --- a/dev-lua/luasec/luasec-0.9.ebuild
20 +++ b/dev-lua/luasec/luasec-0.9.ebuild
21 @@ -8,7 +8,7 @@ inherit multilib toolchain-funcs
22 DESCRIPTION="Lua binding for OpenSSL library to provide TLS/SSL communication"
23 HOMEPAGE="https://github.com/brunoos/luasec"
24 SRC_URI="https://github.com/brunoos/luasec/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 -KEYWORDS="~amd64 arm ~arm64 x86"
26 +KEYWORDS="amd64 arm ~arm64 x86"
27
28 LICENSE="MIT"
29 SLOT="0"