diff options
author | Alex Fan <alex.fan.q@gmail.com> | 2022-02-28 12:43:37 +1100 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-02-28 15:02:37 +0800 |
commit | 61baa3218bd6721937b349cfaca9e677944c6a1f (patch) | |
tree | 97f505d326a8d576e4bb58099788a586057ca706 /media-libs/ptex/ptex-2.3.2.ebuild | |
parent | dev-libs/pugixml: keyword 1.12 for ~riscv (diff) | |
download | gentoo-61baa3218bd6721937b349cfaca9e677944c6a1f.tar.gz gentoo-61baa3218bd6721937b349cfaca9e677944c6a1f.tar.bz2 gentoo-61baa3218bd6721937b349cfaca9e677944c6a1f.zip |
media-libs/ptex: keyword 2.3.2 for ~riscv
Signed-off-by: Alex Fan <alex.fan.q@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'media-libs/ptex/ptex-2.3.2.ebuild')
-rw-r--r-- | media-libs/ptex/ptex-2.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/ptex/ptex-2.3.2.ebuild b/media-libs/ptex/ptex-2.3.2.ebuild index 10406918b145..7a3f0ff151bf 100644 --- a/media-libs/ptex/ptex-2.3.2.ebuild +++ b/media-libs/ptex/ptex-2.3.2.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://github.com/wdas/ptex/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" IUSE="static-libs" BDEPEND="app-doc/doxygen" |