diff options
Diffstat (limited to 'dev-lua/lgi/lgi-0.9.0.ebuild')
-rw-r--r-- | dev-lua/lgi/lgi-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |