diff options
Diffstat (limited to 'dev-lua/lpeg/lpeg-0.12.ebuild')
-rw-r--r-- | dev-lua/lpeg/lpeg-0.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/lpeg/lpeg-0.12.ebuild b/dev-lua/lpeg/lpeg-0.12.ebuild index e77586641bb0..3bb3e0b8694d 100644 --- a/dev-lua/lpeg/lpeg-0.12.ebuild +++ b/dev-lua/lpeg/lpeg-0.12.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/lpeg/lpeg-0.12.ebuild,v 1.4 2014/02/25 20:50:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lpeg/lpeg-0.12.ebuild,v 1.5 2014/03/04 20:34:04 vincent Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://www.inf.puc-rio.br/~roberto/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa x86" +KEYWORDS="amd64 ~arm ~hppa ~mips x86" IUSE="debug doc" RDEPEND=">=dev-lang/lua-5.1" |