diff options
author | Sam James <sam@gentoo.org> | 2021-02-18 21:01:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-18 21:01:30 +0000 |
commit | 0b0e92bb9370a5f231be4d077d1ccf90c4234c5e (patch) | |
tree | 7b6efb432b20f17cc554031a7b5b449c1afbd4b8 /media-libs/gegl | |
parent | media-libs/babl: Stabilize 0.1.84 amd64, #769014 (diff) | |
download | gentoo-0b0e92bb9370a5f231be4d077d1ccf90c4234c5e.tar.gz gentoo-0b0e92bb9370a5f231be4d077d1ccf90c4234c5e.tar.bz2 gentoo-0b0e92bb9370a5f231be4d077d1ccf90c4234c5e.zip |
media-libs/gegl: Stabilize 0.4.26-r1 amd64, #769014
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/gegl')
-rw-r--r-- | media-libs/gegl/gegl-0.4.26-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/gegl/gegl-0.4.26-r1.ebuild b/media-libs/gegl/gegl-0.4.26-r1.ebuild index a4238436f12a..91152fb56983 100644 --- a/media-libs/gegl/gegl-0.4.26-r1.ebuild +++ b/media-libs/gegl/gegl-0.4.26-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 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 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="A graph based image processing framework" |