diff options
author | Markus Meier <maekke@gentoo.org> | 2017-12-25 20:22:09 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-12-25 20:22:09 +0100 |
commit | 02525bba4b83f5c99f4eb9a8c7c2052101a5a73e (patch) | |
tree | 59f1a6c013d9d8209508502c79b43631a33a3097 /dev-lua/ldoc/ldoc-1.4.6.ebuild | |
parent | dev-lua/penlight: add ~arm, bug #638470 (diff) | |
download | gentoo-02525bba4b83f5c99f4eb9a8c7c2052101a5a73e.tar.gz gentoo-02525bba4b83f5c99f4eb9a8c7c2052101a5a73e.tar.bz2 gentoo-02525bba4b83f5c99f4eb9a8c7c2052101a5a73e.zip |
dev-lua/ldoc: add ~arm, bug #638470
Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-lua/ldoc/ldoc-1.4.6.ebuild')
-rw-r--r-- | dev-lua/ldoc/ldoc-1.4.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/ldoc/ldoc-1.4.6.ebuild b/dev-lua/ldoc/ldoc-1.4.6.ebuild index 100d9456362f..6748099ee32f 100644 --- a/dev-lua/ldoc/ldoc-1.4.6.ebuild +++ b/dev-lua/ldoc/ldoc-1.4.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/stevedonovan/LDoc/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm" IUSE="" RDEPEND="dev-lua/penlight" |