diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-01-19 10:20:49 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-01-19 10:20:49 +0800 |
commit | ddb3628ff5f0355097016d4b5c886a8fa1837cef (patch) | |
tree | 6760e9640c87917acceb3e533dbc5f31bc8638c8 /app-text/mandoc | |
parent | sci-mathematics/nauty: remove old "unused" ebuilds. (diff) | |
download | gentoo-ddb3628ff5f0355097016d4b5c886a8fa1837cef.tar.gz gentoo-ddb3628ff5f0355097016d4b5c886a8fa1837cef.tar.bz2 gentoo-ddb3628ff5f0355097016d4b5c886a8fa1837cef.zip |
app-text/mandoc: keyword ~riscv, bug #831316
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-text/mandoc')
-rw-r--r-- | app-text/mandoc/mandoc-1.14.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/mandoc/mandoc-1.14.6.ebuild b/app-text/mandoc/mandoc-1.14.6.ebuild index c533b6e8298f..50a0102f8340 100644 --- a/app-text/mandoc/mandoc-1.14.6.ebuild +++ b/app-text/mandoc/mandoc-1.14.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://mdocml.bsd.lv/snapshots/${P}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="cgi system-man" RDEPEND="sys-libs/zlib |