Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luasec/
Date: Sun, 25 Apr 2021 15:21:28
Message-Id: 1619364066.1fedbed451e1a447ac32bceae1a7e7823f8afb52.sam@gentoo
1 commit: 1fedbed451e1a447ac32bceae1a7e7823f8afb52
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 15:20:57 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 15:21:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fedbed4
7
8 dev-lua/luasec: Stabilize 1.0 arm, #785601
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-lua/luasec/luasec-1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lua/luasec/luasec-1.0.ebuild b/dev-lua/luasec/luasec-1.0.ebuild
16 index 3aff02a8814..6f32b30e65e 100644
17 --- a/dev-lua/luasec/luasec-1.0.ebuild
18 +++ b/dev-lua/luasec/luasec-1.0.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/brunoos/luasec/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
24 +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
25 IUSE="libressl"
26 REQUIRED_USE="${LUA_REQUIRED_USE}"