diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-27 14:54:20 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-27 14:54:20 +0100 |
commit | 61d067a6c418e6961b06994cfffddf5dc0b0fc42 (patch) | |
tree | 0f24d1a830cc5b26de8f17d17e37163e1d002bcc /media-libs/gegl | |
parent | mail-filter/amavisd-new: Stabilize 2.12.2 x86, #833614 (diff) | |
download | gentoo-61d067a6c418e6961b06994cfffddf5dc0b0fc42.tar.gz gentoo-61d067a6c418e6961b06994cfffddf5dc0b0fc42.tar.bz2 gentoo-61d067a6c418e6961b06994cfffddf5dc0b0fc42.zip |
media-libs/gegl: Stabilize 0.4.34 amd64, #834053
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'media-libs/gegl')
-rw-r--r-- | media-libs/gegl/gegl-0.4.34.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/gegl/gegl-0.4.34.ebuild b/media-libs/gegl/gegl-0.4.34.ebuild index 2f812f3aec2c..744652d5647b 100644 --- a/media-libs/gegl/gegl-0.4.34.ebuild +++ b/media-libs/gegl/gegl-0.4.34.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="https://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="A graph based image processing framework" |