summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-10-23 13:46:17 +0000
committerPacho Ramos <pacho@gentoo.org>2014-10-23 13:46:17 +0000
commita5d10936622c488268f63fac526ab8008a173e23 (patch)
treee6abc597d245bd7c35f70bcfa7e8eea693e20b42 /dev-lua
parentx86 stable, bug #520864 (diff)
downloadgentoo-2-a5d10936622c488268f63fac526ab8008a173e23.tar.gz
gentoo-2-a5d10936622c488268f63fac526ab8008a173e23.tar.bz2
gentoo-2-a5d10936622c488268f63fac526ab8008a173e23.zip
amd64/x86 stable, bug #525992
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-lua')
-rw-r--r--dev-lua/luasocket/ChangeLog5
-rw-r--r--dev-lua/luasocket/luasocket-3.0_rc1-r3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lua/luasocket/ChangeLog b/dev-lua/luasocket/ChangeLog
index 40e072ed2b78..74aee348029d 100644
--- a/dev-lua/luasocket/ChangeLog
+++ b/dev-lua/luasocket/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lua/luasocket
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasocket/ChangeLog,v 1.20 2014/08/10 20:42:11 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasocket/ChangeLog,v 1.21 2014/10/23 13:46:17 pacho Exp $
+
+ 23 Oct 2014; Pacho Ramos <pacho@gentoo.org> luasocket-3.0_rc1-r3.ebuild:
+ amd64/x86 stable, bug #525992
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> luasocket-2.0.2.ebuild,
luasocket-3.0_rc1-r2.ebuild:
diff --git a/dev-lua/luasocket/luasocket-3.0_rc1-r3.ebuild b/dev-lua/luasocket/luasocket-3.0_rc1-r3.ebuild
index 3908f159e3c8..d670c74c4597 100644
--- a/dev-lua/luasocket/luasocket-3.0_rc1-r3.ebuild
+++ b/dev-lua/luasocket/luasocket-3.0_rc1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasocket/luasocket-3.0_rc1-r3.ebuild,v 1.2 2014/06/19 08:16:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasocket/luasocket-3.0_rc1-r3.ebuild,v 1.3 2014/10/23 13:46:17 pacho Exp $
EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/diegonehab/${PN}/archive/v${PV/_/-}.tar.gz -> ${P}.t
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~mips x86"
IUSE="debug"
RDEPEND=">=dev-lang/lua-5.1.5-r2[deprecated,${MULTILIB_USEDEP}]"