diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-01-05 14:25:47 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-01-05 14:30:49 +0100 |
commit | c83618b7ad437a3991e897ad8a5a4abd1194816e (patch) | |
tree | 9201933e34c9cb1c7df149429ab1ef015d376b74 /dev-lua/lpeg | |
parent | media-libs/gst-plugins-good: remove old (diff) | |
download | gentoo-c83618b7ad437a3991e897ad8a5a4abd1194816e.tar.gz gentoo-c83618b7ad437a3991e897ad8a5a4abd1194816e.tar.bz2 gentoo-c83618b7ad437a3991e897ad8a5a4abd1194816e.zip |
dev-lua/lpeg: add back ppc64.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-lua/lpeg')
-rw-r--r-- | dev-lua/lpeg/lpeg-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/lpeg/lpeg-1.0.1.ebuild b/dev-lua/lpeg/lpeg-1.0.1.ebuild index bc6ed1fde305..cf961125df8e 100644 --- a/dev-lua/lpeg/lpeg-1.0.1.ebuild +++ b/dev-lua/lpeg/lpeg-1.0.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.inf.puc-rio.br/~roberto/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 hppa ppc x86" +KEYWORDS="amd64 arm arm64 hppa ppc ppc64 x86" IUSE="debug doc luajit" RDEPEND=" |