summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-03-02 22:41:57 +0000
committerPacho Ramos <pacho@gentoo.org>2014-03-02 22:41:57 +0000
commit692ad5d275763b7600628bf3c4557511e2c3f739 (patch)
treefb8f39cb9bfd5428807d774065fa080a2a825732 /dev-lua
parentamd64 stable, bug #500684 (diff)
downloadgentoo-2-692ad5d275763b7600628bf3c4557511e2c3f739.tar.gz
gentoo-2-692ad5d275763b7600628bf3c4557511e2c3f739.tar.bz2
gentoo-2-692ad5d275763b7600628bf3c4557511e2c3f739.zip
amd64 stable, bug #500796
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-lua')
-rw-r--r--dev-lua/lgi/ChangeLog5
-rw-r--r--dev-lua/lgi/lgi-0.7.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lua/lgi/ChangeLog b/dev-lua/lgi/ChangeLog
index c5858501c451..32f1ced0118c 100644
--- a/dev-lua/lgi/ChangeLog
+++ b/dev-lua/lgi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lua/lgi
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/ChangeLog,v 1.4 2014/02/24 00:45:38 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/ChangeLog,v 1.5 2014/03/02 22:41:57 pacho Exp $
+
+ 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> lgi-0.7.2.ebuild:
+ amd64 stable, bug #500796
23 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> lgi-0.7.2.ebuild:
x86 stable wrt bug #500796
diff --git a/dev-lua/lgi/lgi-0.7.2.ebuild b/dev-lua/lgi/lgi-0.7.2.ebuild
index f597dd4738ec..c69aaa8de8b4 100644
--- a/dev-lua/lgi/lgi-0.7.2.ebuild
+++ b/dev-lua/lgi/lgi-0.7.2.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/lgi/lgi-0.7.2.ebuild,v 1.2 2014/02/24 00:45:38 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.7.2.ebuild,v 1.3 2014/03/02 22:41:57 pacho Exp $
EAPI=4
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/pavouk/lgi/archive/0.7.2.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd"
IUSE="examples"
RDEPEND=">=dev-lang/lua-5.1