Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/
Date: Sun, 27 Feb 2022 13:54:54
Message-Id: 1645970060.61d067a6c418e6961b06994cfffddf5dc0b0fc42.jsmolic@gentoo
1 commit: 61d067a6c418e6961b06994cfffddf5dc0b0fc42
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 13:54:20 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 13:54:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61d067a6
7
8 media-libs/gegl: Stabilize 0.4.34 amd64, #834053
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 media-libs/gegl/gegl-0.4.34.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/gegl/gegl-0.4.34.ebuild b/media-libs/gegl/gegl-0.4.34.ebuild
16 index 2f812f3aec2c..744652d5647b 100644
17 --- a/media-libs/gegl/gegl-0.4.34.ebuild
18 +++ b/media-libs/gegl/gegl-0.4.34.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
26 SRC_URI=""
27 else
28 SRC_URI="https://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz"
29 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
30 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
31 fi
32
33 DESCRIPTION="A graph based image processing framework"