Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcdr/
Date: Mon, 31 May 2021 22:38:22
Message-Id: 1622500666.0e910b3a22f5298f410312e6bb421647c45d880f.sam@gentoo
1 commit: 0e910b3a22f5298f410312e6bb421647c45d880f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 22:35:49 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 22:37:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e910b3a
7
8 media-libs/libcdr: Stabilize 0.1.7 ppc64, #788112
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/libcdr/libcdr-0.1.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/libcdr/libcdr-0.1.7.ebuild b/media-libs/libcdr/libcdr-0.1.7.ebuild
16 index 223b2b82c77..1e8ec5fb82c 100644
17 --- a/media-libs/libcdr/libcdr-0.1.7.ebuild
18 +++ b/media-libs/libcdr/libcdr-0.1.7.ebuild
19 @@ -8,7 +8,7 @@ if [[ ${PV} = 9999 ]]; then
20 inherit autotools git-r3
21 else
22 SRC_URI="https://dev-www.libreoffice.org/src/libcdr/${P}.tar.xz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc ~x86"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc ~x86"
25 fi
26
27 DESCRIPTION="Library parsing the Corel cdr documents"