diff options
author | Ryan Qian <i@bitbili.net> | 2022-03-18 14:13:25 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-25 14:55:32 +0100 |
commit | 6c33e063f3ce29d5a06f7d5a7cdc69b6759c1103 (patch) | |
tree | 20075839964b087bd784819781659c0318adae8e /media-libs/libfreehand | |
parent | media-libs/libpagemaker: keyword 0.0.4 for ~riscv (diff) | |
download | gentoo-6c33e063f3ce29d5a06f7d5a7cdc69b6759c1103.tar.gz gentoo-6c33e063f3ce29d5a06f7d5a7cdc69b6759c1103.tar.bz2 gentoo-6c33e063f3ce29d5a06f7d5a7cdc69b6759c1103.zip |
media-libs/libfreehand: keyword 0.1.2 for ~riscv
Signed-off-by: Ryan Qian <i@bitbili.net>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'media-libs/libfreehand')
-rw-r--r-- | media-libs/libfreehand/libfreehand-0.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libfreehand/libfreehand-0.1.2.ebuild b/media-libs/libfreehand/libfreehand-0.1.2.ebuild index 0caf03f8f057..582c605fe52b 100644 --- a/media-libs/libfreehand/libfreehand-0.1.2.ebuild +++ b/media-libs/libfreehand/libfreehand-0.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libfreehand" LICENSE="MPL-2.0" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86" IUSE="doc static-libs test" RESTRICT="!test? ( test )" |