diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-08-12 15:49:57 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-08-12 20:24:43 +0800 |
commit | dae89560c5c2674fab6f10d296374c556a837623 (patch) | |
tree | be31a8b62270ab4f09099d9bcdc5bd43df941cc0 /media-libs/libcdr | |
parent | games-engines/box2d: keyword 2.4.1 for ~loong (diff) | |
download | gentoo-dae89560c5c2674fab6f10d296374c556a837623.tar.gz gentoo-dae89560c5c2674fab6f10d296374c556a837623.tar.bz2 gentoo-dae89560c5c2674fab6f10d296374c556a837623.zip |
media-libs/libcdr: keyword 0.1.7 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'media-libs/libcdr')
-rw-r--r-- | media-libs/libcdr/libcdr-0.1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libcdr/libcdr-0.1.7.ebuild b/media-libs/libcdr/libcdr-0.1.7.ebuild index da259275faa2..5a40ef465433 100644 --- a/media-libs/libcdr/libcdr-0.1.7.ebuild +++ b/media-libs/libcdr/libcdr-0.1.7.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 @@ -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" |