diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-09-28 09:45:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-09-28 09:45:58 +0000 |
commit | ab414dc707201bfebff4d19b7fdfca4f4ce88140 (patch) | |
tree | 69cc3ebe3d3597de8ac54aac06f5fec630ce5dcc /dev-lua | |
parent | EAPI4 bump (diff) | |
download | gentoo-2-ab414dc707201bfebff4d19b7fdfca4f4ce88140.tar.gz gentoo-2-ab414dc707201bfebff4d19b7fdfca4f4ce88140.tar.bz2 gentoo-2-ab414dc707201bfebff4d19b7fdfca4f4ce88140.zip |
Stable for amd64, wrt bug #429602
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/lua-zlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lua/lua-zlib/lua-zlib-0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lua/lua-zlib/ChangeLog b/dev-lua/lua-zlib/ChangeLog index 31d8f9ee21bd..00cc89bb36d5 100644 --- a/dev-lua/lua-zlib/ChangeLog +++ b/dev-lua/lua-zlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lua/lua-zlib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v 1.2 2012/05/04 04:01:51 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v 1.3 2012/09/28 09:45:58 ago Exp $ + + 28 Sep 2012; Agostino Sarubbo <ago@gentoo.org> lua-zlib-0.2.ebuild: + Stable for amd64, wrt bug #429602 04 May 2012; Jeff Horelick <jdhore@gentoo.org> lua-zlib-0.2.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/dev-lua/lua-zlib/lua-zlib-0.2.ebuild b/dev-lua/lua-zlib/lua-zlib-0.2.ebuild index acc577742ba4..8fa99a9da8e1 100644 --- a/dev-lua/lua-zlib/lua-zlib-0.2.ebuild +++ b/dev-lua/lua-zlib/lua-zlib-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/lua-zlib-0.2.ebuild,v 1.2 2012/05/04 04:01:51 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/lua-zlib-0.2.ebuild,v 1.3 2012/09/28 09:45:58 ago Exp $ EAPI=3 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/brimworks/${PN}/tarball/v${PV} -> ${P}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND="dev-lang/lua |