diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-08-12 15:50:09 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-08-12 20:24:46 +0800 |
commit | 80441aa9ba09bf6d1ba19ee8011407682b6223f8 (patch) | |
tree | 22c529599dd5dff7c88a57cdc02db3a6ef9c8580 /media-libs/libvisio | |
parent | media-libs/libvisio: keyword 0.1.7 for ~loong (diff) | |
download | gentoo-80441aa9ba09bf6d1ba19ee8011407682b6223f8.tar.gz gentoo-80441aa9ba09bf6d1ba19ee8011407682b6223f8.tar.bz2 gentoo-80441aa9ba09bf6d1ba19ee8011407682b6223f8.zip |
media-libs/libvisio: forward ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'media-libs/libvisio')
-rw-r--r-- | media-libs/libvisio/libvisio-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libvisio/libvisio-9999.ebuild b/media-libs/libvisio/libvisio-9999.ebuild index bec9ca105168..30842ef07674 100644 --- a/media-libs/libvisio/libvisio-9999.ebuild +++ b/media-libs/libvisio/libvisio-9999.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=7 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then inherit autotools git-r3 else SRC_URI="https://dev-www.libreoffice.org/src/libvisio/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi DESCRIPTION="Library parsing the file format of MS Visio documents" |