diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-05-15 07:39:48 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-05-15 07:39:48 +0000 |
commit | c60cc83a7e22ee99436a7e1bd41df225db8759a8 (patch) | |
tree | 8510c2ed46d73b180c281ffd74399984c2d82a8b /dev-lua | |
parent | adding compute-only flag (diff) | |
download | gentoo-2-c60cc83a7e22ee99436a7e1bd41df225db8759a8.tar.gz gentoo-2-c60cc83a7e22ee99436a7e1bd41df225db8759a8.tar.bz2 gentoo-2-c60cc83a7e22ee99436a7e1bd41df225db8759a8.zip |
ppc stable, bug #526016
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/luaexpat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lua/luaexpat/luaexpat-1.3.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lua/luaexpat/ChangeLog b/dev-lua/luaexpat/ChangeLog index 88f789ab2fde..2c23939f2fa5 100644 --- a/dev-lua/luaexpat/ChangeLog +++ b/dev-lua/luaexpat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lua/luaexpat # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaexpat/ChangeLog,v 1.24 2015/05/11 04:21:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaexpat/ChangeLog,v 1.25 2015/05/15 07:39:48 pacho Exp $ + + 15 May 2015; Pacho Ramos <pacho@gentoo.org> luaexpat-1.3.0-r1.ebuild: + ppc stable, bug #526016 11 May 2015; Jeroen Roovers <jer@gentoo.org> luaexpat-1.3.0-r1.ebuild: Stable for PPC64 (bug #526016). diff --git a/dev-lua/luaexpat/luaexpat-1.3.0-r1.ebuild b/dev-lua/luaexpat/luaexpat-1.3.0-r1.ebuild index 72006b98596c..4bc57249b8c6 100644 --- a/dev-lua/luaexpat/luaexpat-1.3.0-r1.ebuild +++ b/dev-lua/luaexpat/luaexpat-1.3.0-r1.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/luaexpat/luaexpat-1.3.0-r1.ebuild,v 1.8 2015/05/11 04:21:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaexpat/luaexpat-1.3.0-r1.ebuild,v 1.9 2015/05/15 07:39:48 pacho Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://matthewwild.co.uk/projects/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm hppa ppc64 x86" +KEYWORDS="amd64 arm hppa ppc ppc64 x86" IUSE="" RDEPEND=">=dev-lang/lua-5.1.5-r2[deprecated,${MULTILIB_USEDEP}] |