diff options
Diffstat (limited to 'dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild')
-rw-r--r-- | dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild b/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild index 0d282d08423b..0aa42e2580f7 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 # 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.5 2012/08/03 13:43:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild,v 1.6 2012/08/06 21:11:48 ranger 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" |