diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2023-01-02 11:41:11 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2023-01-03 10:52:30 +0800 |
commit | 8901cf2e1725288c1606e536b9421fcb4632beba (patch) | |
tree | db0b5a227a19f5e0317d055aac255c77048a60be /media-gfx | |
parent | app-office/dia: keyword 0.97.3-r1 for ~loong (diff) | |
download | gentoo-8901cf2e1725288c1606e536b9421fcb4632beba.tar.gz gentoo-8901cf2e1725288c1606e536b9421fcb4632beba.tar.bz2 gentoo-8901cf2e1725288c1606e536b9421fcb4632beba.zip |
media-gfx/inkscape: keyword 1.2.1-r2 for ~loong
Some tests fail, but the failures also appear on amd64.
Closes: https://bugs.gentoo.org/885513
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/inkscape/inkscape-1.2.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/inkscape/inkscape-1.2.1-r2.ebuild b/media-gfx/inkscape/inkscape-1.2.1-r2.ebuild index 64ce94f2bd58..3691e7f5b7cb 100644 --- a/media-gfx/inkscape/inkscape-1.2.1-r2.ebuild +++ b/media-gfx/inkscape/inkscape-1.2.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="https://gitlab.com/inkscape/inkscape.git" else SRC_URI="https://media.inkscape.org/dl/resources/file/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86" fi DESCRIPTION="SVG based generic vector-drawing program" |