diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2014-03-14 04:05:07 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2014-03-14 04:05:07 +0000 |
commit | dad741e15e7969b2ff8c749704348340764f515e (patch) | |
tree | 52aa4eee6e0495a5cc9561f691290d9b1f57a74e /dev-lua | |
parent | Add snapshot useflag #504454 (diff) | |
download | gentoo-2-dad741e15e7969b2ff8c749704348340764f515e.tar.gz gentoo-2-dad741e15e7969b2ff8c749704348340764f515e.tar.bz2 gentoo-2-dad741e15e7969b2ff8c749704348340764f515e.zip |
Stable on arm (tested on armv7 trimslice and MK-802) wrt bug #500796
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key )
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 5a5e72fbbd0d..61499ea874e1 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.7 2014/03/06 10:33:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/ChangeLog,v 1.8 2014/03/14 04:05:07 nerdboy Exp $ + + 14 Mar 2014; Steve Arnold <nerdboy@gentoo.org> lgi-0.7.2.ebuild: + Stable on arm (tested on armv7 trimslice and MK-802) wrt bug #500796 06 Mar 2014; Agostino Sarubbo <ago@gentoo.org> lgi-0.7.2.ebuild: Stable for ppc64, wrt bug #500796 diff --git a/dev-lua/lgi/lgi-0.7.2.ebuild b/dev-lua/lgi/lgi-0.7.2.ebuild index f2107b53c5d9..e34220405120 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.5 2014/03/06 10:33:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.7.2.ebuild,v 1.6 2014/03/14 04:05:07 nerdboy 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 |