diff options
author | 2013-03-14 07:15:15 +0000 | |
---|---|---|
committer | 2013-03-14 07:15:15 +0000 | |
commit | c2489bdfb65ee46ce6f2f4f37a9b381efa25c7c7 (patch) | |
tree | 352a4d82f1850bee6f2521b0f837cb198b1f8855 /dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild | |
parent | Stable for arm, wrt bug #461538 (diff) | |
download | gentoo-2-c2489bdfb65ee46ce6f2f4f37a9b381efa25c7c7.tar.gz gentoo-2-c2489bdfb65ee46ce6f2f4f37a9b381efa25c7c7.tar.bz2 gentoo-2-c2489bdfb65ee46ce6f2f4f37a9b381efa25c7c7.zip |
Stable for arm, wrt bug #461538
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild')
-rw-r--r-- | dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild b/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild index 4e133012811c..53ee07204a9d 100644 --- a/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild +++ b/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild,v 1.7 2012/08/22 08:47:24 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild,v 1.8 2013/03/14 07:15:15 ago Exp $ EAPI="3" inherit multilib toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://github/keplerproject/luafilesystem/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/lua-5.1" |