diff options
author | Sam James <sam@gentoo.org> | 2025-01-13 00:24:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-13 00:24:20 +0000 |
commit | d692c2c03dc671c4b00903aadbd1995d7f2cb284 (patch) | |
tree | 6d7196ae8b9a7e2270181907960f116d9b4a1e6e /media-libs/libcdr | |
parent | media-libs/libvisio: Stabilize 0.1.8 x86, #946599 (diff) | |
download | gentoo-d692c2c03dc671c4b00903aadbd1995d7f2cb284.tar.gz gentoo-d692c2c03dc671c4b00903aadbd1995d7f2cb284.tar.bz2 gentoo-d692c2c03dc671c4b00903aadbd1995d7f2cb284.zip |
media-libs/libcdr: Stabilize 0.1.8 x86, #946599
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libcdr')
-rw-r--r-- | media-libs/libcdr/libcdr-0.1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libcdr/libcdr-0.1.8.ebuild b/media-libs/libcdr/libcdr-0.1.8.ebuild index c12b0b13e2e6..b8fbdf497e17 100644 --- a/media-libs/libcdr/libcdr-0.1.8.ebuild +++ b/media-libs/libcdr/libcdr-0.1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86" fi DESCRIPTION="Library parsing the Corel cdr documents" |