diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-05-12 22:23:29 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-05-12 22:56:02 +0200 |
commit | a88f950dcd84b261a800c3375c2d551d79fc3410 (patch) | |
tree | 8cf5487d59a78d34f22af3951f608387b55bab91 | |
parent | x11-wm/awesome: x86 stable (bug #638140) (diff) | |
download | gentoo-a88f950dcd84b261a800c3375c2d551d79fc3410.tar.gz gentoo-a88f950dcd84b261a800c3375c2d551d79fc3410.tar.bz2 gentoo-a88f950dcd84b261a800c3375c2d551d79fc3410.zip |
dev-lua/ldoc: x86 stable (bug #638140)
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-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 e7155ddbb927..d7606c55a136 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-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # 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 ~arm ~ppc ~ppc64" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" IUSE="" RDEPEND="dev-lua/penlight" |