diff options
author | 2019-05-04 18:10:25 +0300 | |
---|---|---|
committer | 2019-05-04 18:10:41 +0300 | |
commit | 6967af9065c4f6ddf18ca9941b287077c9ace18b (patch) | |
tree | 03a43217c6a52e7651ff8716f9516585feca1951 /sys-apps/texinfo | |
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')
-rw-r--r-- | sys-apps/texinfo/texinfo-6.3.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-6.5-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-6.6-r1.ebuild | 2 |
3 files changed, 4 insertions, 4 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=" diff --git a/sys-apps/texinfo/texinfo-6.5-r1.ebuild b/sys-apps/texinfo/texinfo-6.5-r1.ebuild index d42ea554e6d1..fb321453e23e 100644 --- a/sys-apps/texinfo/texinfo-6.5-r1.ebuild +++ b/sys-apps/texinfo/texinfo-6.5-r1.ebuild @@ -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=" diff --git a/sys-apps/texinfo/texinfo-6.6-r1.ebuild b/sys-apps/texinfo/texinfo-6.6-r1.ebuild index 448f7b1fd3f9..f18a2d3c771c 100644 --- a/sys-apps/texinfo/texinfo-6.6-r1.ebuild +++ b/sys-apps/texinfo/texinfo-6.6-r1.ebuild @@ -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=" |