summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-07-23 20:01:03 +0000
committerPacho Ramos <pacho@gentoo.org>2015-07-23 20:01:03 +0000
commit332e1878f378467af96963a81ebaa2eb4bf2476f (patch)
tree13f6b57ad7020d1213f6bbf2cd586eafc93611a8 /dev-lua
parentppc stable wrt bug #533350 (diff)
downloadgentoo-2-332e1878f378467af96963a81ebaa2eb4bf2476f.tar.gz
gentoo-2-332e1878f378467af96963a81ebaa2eb4bf2476f.tar.bz2
gentoo-2-332e1878f378467af96963a81ebaa2eb4bf2476f.zip
ppc stable wrt bug #551996
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", 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.9.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lua/lgi/ChangeLog b/dev-lua/lgi/ChangeLog
index 59f96120fad6..1d82b960ae41 100644
--- a/dev-lua/lgi/ChangeLog
+++ b/dev-lua/lgi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lua/lgi
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/ChangeLog,v 1.15 2015/07/07 14:05:53 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/ChangeLog,v 1.16 2015/07/23 20:01:03 pacho Exp $
+
+ 23 Jul 2015; Pacho Ramos <pacho@gentoo.org> lgi-0.9.0.ebuild:
+ ppc stable wrt bug #551996
07 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> lgi-0.9.0.ebuild:
x86 stable wrt bug #551996
diff --git a/dev-lua/lgi/lgi-0.9.0.ebuild b/dev-lua/lgi/lgi-0.9.0.ebuild
index 21e560caab91..63cef7182715 100644
--- a/dev-lua/lgi/lgi-0.9.0.ebuild
+++ b/dev-lua/lgi/lgi-0.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.9.0.ebuild,v 1.5 2015/07/07 14:05:53 zlogene Exp ${PV}.ebuild,v 1.7 2015/04/02 18:22:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.9.0.ebuild,v 1.6 2015/07/23 20:01:03 pacho Exp ${PV}.ebuild,v 1.7 2015/04/02 18:22:41 mr_bones_ Exp $
EAPI=4
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/pavouk/lgi/archive/${PV}.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 test"
RDEPEND=">=dev-lang/lua-5.1