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/libraw/
Date: Mon, 08 Feb 2021 17:23:59
Message-Id: 1612805031.9ae309b9a88480c68e2a012a5d722f6b192fca84.sam@gentoo
1 commit: 9ae309b9a88480c68e2a012a5d722f6b192fca84
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 8 17:23:51 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 8 17:23:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae309b9
7
8 media-libs/libraw: Stabilize 0.20.2 sparc, #766731
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/libraw/libraw-0.20.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/libraw/libraw-0.20.2.ebuild b/media-libs/libraw/libraw-0.20.2.ebuild
16 index b25b30eab84..52a67b675ca 100644
17 --- a/media-libs/libraw/libraw-0.20.2.ebuild
18 +++ b/media-libs/libraw/libraw-0.20.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -15,7 +15,7 @@ SRC_URI="https://www.libraw.org/data/${MY_P}.tar.gz"
26
27 LICENSE="LGPL-2.1 CDDL"
28 SLOT="0/20"
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux"
31 IUSE="examples jpeg +lcms openmp"
32
33 RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )