diff options
author | Markus Meier <maekke@gentoo.org> | 2014-02-25 20:50:06 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-02-25 20:50:06 +0000 |
commit | 0f848b661695732d918f8b1b97c581a62ecf497b (patch) | |
tree | c4c3e0b0103f406e2b19ecf3756cc5753c51ef37 /dev-lua | |
parent | add ~arm, bug #501346 (diff) | |
download | gentoo-2-0f848b661695732d918f8b1b97c581a62ecf497b.tar.gz gentoo-2-0f848b661695732d918f8b1b97c581a62ecf497b.tar.bz2 gentoo-2-0f848b661695732d918f8b1b97c581a62ecf497b.zip |
add ~arm, bug #495254
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-lua')
-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 cfd677740a81..ca203516d660 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.3 2014/02/23 16:27:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lpeg/ChangeLog,v 1.4 2014/02/25 20:50:06 maekke Exp $ + + 25 Feb 2014; Markus Meier <maekke@gentoo.org> lpeg-0.12.ebuild: + add ~arm, bug #495254 23 Feb 2014; Pacho Ramos <pacho@gentoo.org> lpeg-0.12.ebuild: amd64/x86 stable, bug #501720 diff --git a/dev-lua/lpeg/lpeg-0.12.ebuild b/dev-lua/lpeg/lpeg-0.12.ebuild index 253c9b69f550..e77586641bb0 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.3 2014/02/23 16:27:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lpeg/lpeg-0.12.ebuild,v 1.4 2014/02/25 20:50:06 maekke 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 ~hppa x86" +KEYWORDS="amd64 ~arm ~hppa x86" IUSE="debug doc" RDEPEND=">=dev-lang/lua-5.1" |