summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-03-05 15:23:18 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-03-05 15:23:18 +0000
commite9ef5ce7f213e3276c6e83709646e53a4d39b5e2 (patch)
tree7be5757805f744162d3884e1c39f43c4d5e04aa0 /dev-lua
parentStable for ppc, wrt bug #500644 (diff)
downloadgentoo-2-e9ef5ce7f213e3276c6e83709646e53a4d39b5e2.tar.gz
gentoo-2-e9ef5ce7f213e3276c6e83709646e53a4d39b5e2.tar.bz2
gentoo-2-e9ef5ce7f213e3276c6e83709646e53a4d39b5e2.zip
Stable for ppc, wrt bug #500796
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
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 32f1ced0118c..e6c4a9ffd11f 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.5 2014/03/02 22:41:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/ChangeLog,v 1.6 2014/03/05 15:23:18 ago Exp $
+
+ 05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> lgi-0.7.2.ebuild:
+ Stable for ppc, wrt bug #500796
02 Mar 2014; Pacho Ramos <pacho@gentoo.org> lgi-0.7.2.ebuild:
amd64 stable, bug #500796
diff --git a/dev-lua/lgi/lgi-0.7.2.ebuild b/dev-lua/lgi/lgi-0.7.2.ebuild
index c69aaa8de8b4..787e4f942399 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.3 2014/03/02 22:41:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.7.2.ebuild,v 1.4 2014/03/05 15:23:18 ago 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