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: Tue, 01 Jun 2021 09:00:41
Message-Id: 1622537963.25c5ecbe0b824041d424707517881adc6ab194b3.sam@gentoo
1 commit: 25c5ecbe0b824041d424707517881adc6ab194b3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 08:59:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 08:59:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c5ecbe
7
8 media-libs/libcdr: Stabilize 0.1.7 amd64, #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 6761228b917..7ec9a548085 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"