diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-04 18:10:25 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-04 18:10:41 +0300 |
commit | 6967af9065c4f6ddf18ca9941b287077c9ace18b (patch) | |
tree | 03a43217c6a52e7651ff8716f9516585feca1951 /sys-apps/texinfo/texinfo-6.3.ebuild | |
parent | app-crypt/gpgme: cleanup old (diff) | |
download | gentoo-6967af9065c4f6ddf18ca9941b287077c9ace18b.tar.gz gentoo-6967af9065c4f6ddf18ca9941b287077c9ace18b.tar.bz2 gentoo-6967af9065c4f6ddf18ca9941b287077c9ace18b.zip |
sys-apps/texinfo: Add ~riscv keyword
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'sys-apps/texinfo/texinfo-6.3.ebuild')
-rw-r--r-- | sys-apps/texinfo/texinfo-6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/texinfo/texinfo-6.3.ebuild b/sys-apps/texinfo/texinfo-6.3.ebuild index eb694ae0d9c9..1fea0ca9b2dd 100644 --- a/sys-apps/texinfo/texinfo-6.3.ebuild +++ b/sys-apps/texinfo/texinfo-6.3.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 # Note: if your package uses the texi2dvi utility, it must depend on the @@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="nls static" RDEPEND=" |