diff options
Diffstat (limited to 'dev-lua/lpeg/lpeg-0.12.2.ebuild')
-rw-r--r-- | dev-lua/lpeg/lpeg-0.12.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/lpeg/lpeg-0.12.2.ebuild b/dev-lua/lpeg/lpeg-0.12.2.ebuild index 3e9a1e044c2a..91c4183f7a41 100644 --- a/dev-lua/lpeg/lpeg-0.12.2.ebuild +++ b/dev-lua/lpeg/lpeg-0.12.2.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/lpeg/lpeg-0.12.2.ebuild,v 1.3 2015/05/15 07:40:37 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lpeg/lpeg-0.12.2.ebuild,v 1.4 2015/07/30 15:07:16 ago 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 ~mips ppc ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~mips ppc ppc64 sparc ~x86" IUSE="debug doc" RDEPEND=">=dev-lang/lua-5.1" |