diff options
-rw-r--r-- | dev-lua/lpeg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lua/lpeg/lpeg-0.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lua/lpeg/ChangeLog b/dev-lua/lpeg/ChangeLog index ca203516d660..a6e7546c7303 100644 --- a/dev-lua/lpeg/ChangeLog +++ b/dev-lua/lpeg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lua/lpeg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/lpeg/ChangeLog,v 1.4 2014/02/25 20:50:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lpeg/ChangeLog,v 1.5 2014/03/04 20:34:04 vincent Exp $ + + 04 Mar 2014; Vicente Olivert Riera <vincent@gentoo.org> lpeg-0.12.ebuild: + Add ~mips keyword. 25 Feb 2014; Markus Meier <maekke@gentoo.org> lpeg-0.12.ebuild: add ~arm, bug #495254 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" |