diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-11-28 10:15:49 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-12-08 17:36:29 +0800 |
commit | 9323191365e9e941d9b23c6c84f13bf9540b6165 (patch) | |
tree | ee86600da5ca217df39a4808cfaf464b4c14f4cd | |
parent | media-fonts/hunkyfonts: keyword ~riscv (diff) | |
download | gentoo-9323191365e9e941d9b23c6c84f13bf9540b6165.tar.gz gentoo-9323191365e9e941d9b23c6c84f13bf9540b6165.tar.bz2 gentoo-9323191365e9e941d9b23c6c84f13bf9540b6165.zip |
media-fonts/ibm-plex: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
-rw-r--r-- | media-fonts/ibm-plex/ibm-plex-5.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-fonts/ibm-plex/ibm-plex-5.1.3.ebuild b/media-fonts/ibm-plex/ibm-plex-5.1.3.ebuild index ed6995cde56c..2a89a69d97e5 100644 --- a/media-fonts/ibm-plex/ibm-plex-5.1.3.ebuild +++ b/media-fonts/ibm-plex/ibm-plex-5.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/IBM/plex/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="OFL-1.1" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~riscv x86" IUSE="otf +ttf" REQUIRED_USE="^^ ( otf ttf )" |