diff options
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 3365a0e502f8..d465bbd4c99e 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.12 2015/06/26 14:28:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/ChangeLog,v 1.13 2015/06/27 12:40:36 maekke Exp $ + + 27 Jun 2015; Markus Meier <maekke@gentoo.org> lgi-0.9.0.ebuild: + arm stable, bug #551996 26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> lgi-0.9.0.ebuild: Stable for amd64, wrt bug #551996 diff --git a/dev-lua/lgi/lgi-0.9.0.ebuild b/dev-lua/lgi/lgi-0.9.0.ebuild index 7ae1a320ef26..6033666d59a4 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.2 2015/06/26 14:28:54 ago 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.3 2015/06/27 12:40:36 maekke 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 |