diff options
author | 2015-07-07 14:05:53 +0000 | |
---|---|---|
committer | 2015-07-07 14:05:53 +0000 | |
commit | 9a553486f4d3eb601af10c7079b7adb319cdb067 (patch) | |
tree | 29eab8d916979440be7ac8a555937788263daf2e /dev-lua | |
parent | x86 stable wrt bug #551996 (diff) | |
download | gentoo-2-9a553486f4d3eb601af10c7079b7adb319cdb067.tar.gz gentoo-2-9a553486f4d3eb601af10c7079b7adb319cdb067.tar.bz2 gentoo-2-9a553486f4d3eb601af10c7079b7adb319cdb067.zip |
x86 stable wrt bug #551996
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/lgi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lua/lgi/lgi-0.9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lua/lgi/ChangeLog b/dev-lua/lgi/ChangeLog index 29efc116bdd8..59f96120fad6 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.14 2015/07/07 04:35:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/ChangeLog,v 1.15 2015/07/07 14:05:53 zlogene Exp $ + + 07 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> lgi-0.9.0.ebuild: + x86 stable wrt bug #551996 07 Jul 2015; Jeroen Roovers <jer@gentoo.org> lgi-0.9.0.ebuild: Stable for PPC64 (bug #551996). diff --git a/dev-lua/lgi/lgi-0.9.0.ebuild b/dev-lua/lgi/lgi-0.9.0.ebuild index 5a4c73b04fea..21e560caab91 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.4 2015/07/07 04:35:38 jer 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.5 2015/07/07 14:05:53 zlogene 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 |