diff options
author | 2022-08-12 15:49:59 +0800 | |
---|---|---|
committer | 2022-08-12 20:24:44 +0800 | |
commit | 53d8269ffaad1339842e652ae3ba848379fb5767 (patch) | |
tree | 8c1fa6c4599645b8fa936b54eda2af3bf8fc661b /media-libs | |
parent | media-libs/libcdr: keyword 0.1.7 for ~loong (diff) | |
download | gentoo-53d8269ffaad1339842e652ae3ba848379fb5767.tar.gz gentoo-53d8269ffaad1339842e652ae3ba848379fb5767.tar.bz2 gentoo-53d8269ffaad1339842e652ae3ba848379fb5767.zip |
media-libs/libcdr: forward ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libcdr/libcdr-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libcdr/libcdr-9999.ebuild b/media-libs/libcdr/libcdr-9999.ebuild index b4bd552793c2..ff45661e7931 100644 --- a/media-libs/libcdr/libcdr-9999.ebuild +++ b/media-libs/libcdr/libcdr-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ if [[ ${PV} = 9999 ]]; then inherit autotools git-r3 else SRC_URI="https://dev-www.libreoffice.org/src/libcdr/${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 Corel cdr documents" |