Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luasocket/
Date: Sat, 09 Feb 2019 18:36:45
Message-Id: 1549737368.2afde2f26e6f7760e8f631434852ddd042c4ef58.whissi@gentoo
1 commit: 2afde2f26e6f7760e8f631434852ddd042c4ef58
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 18:15:05 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 18:36:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2afde2f2
7
8 dev-lua/luasocket: x86 stable (bug #676488)
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-lua/luasocket/luasocket-3.0_rc1-r4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-lua/luasocket/luasocket-3.0_rc1-r4.ebuild b/dev-lua/luasocket/luasocket-3.0_rc1-r4.ebuild
17 index 88c72a50b06..e94dc2ca5fb 100644
18 --- a/dev-lua/luasocket/luasocket-3.0_rc1-r4.ebuild
19 +++ b/dev-lua/luasocket/luasocket-3.0_rc1-r4.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/diegonehab/${PN}/archive/v${PV/_/-}.tar.gz -> ${P}.t
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="amd64 ~arm ~arm64 hppa ~mips ppc ppc64 sparc ~x86"
25 +KEYWORDS="amd64 ~arm ~arm64 hppa ~mips ppc ppc64 sparc x86"
26 IUSE="debug"
27
28 RDEPEND=">=dev-lang/lua-5.1.5-r2[deprecated,${MULTILIB_USEDEP}]"