diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 00:45:38 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-02-24 00:45:38 +0000 |
commit | 5d050b1baf8fe544d62177d6d45fe75b47917d41 (patch) | |
tree | fbdc28e4c1c3260667cb7b2fc2028e47348f0824 /dev-lua | |
parent | x86 stable wrt bug #500728 (diff) | |
download | gentoo-2-5d050b1baf8fe544d62177d6d45fe75b47917d41.tar.gz gentoo-2-5d050b1baf8fe544d62177d6d45fe75b47917d41.tar.bz2 gentoo-2-5d050b1baf8fe544d62177d6d45fe75b47917d41.zip |
x86 stable wrt bug #500796
(Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/lgi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lua/lgi/lgi-0.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lua/lgi/ChangeLog b/dev-lua/lgi/ChangeLog index 4affcc205ddc..c5858501c451 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.3 2014/01/04 21:38:24 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/ChangeLog,v 1.4 2014/02/24 00:45:38 phajdan.jr Exp $ + + 23 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> lgi-0.7.2.ebuild: + x86 stable wrt bug #500796 *lgi-0.7.2 (04 Jan 2014) diff --git a/dev-lua/lgi/lgi-0.7.2.ebuild b/dev-lua/lgi/lgi-0.7.2.ebuild index 939e81f8075c..f597dd4738ec 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.1 2014/01/04 21:38:24 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.7.2.ebuild,v 1.2 2014/02/24 00:45:38 phajdan.jr 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 |