diff options
author | 2020-03-17 17:05:22 -0700 | |
---|---|---|
committer | 2020-03-17 17:05:32 -0700 | |
commit | 33c4fef8254b2f2503c0dcdecd83211671cb14f1 (patch) | |
tree | a2de61660f522e225a3f889a045a928bada763a1 /media-libs/gegl | |
parent | media-gfx/mypaint-brushes-1.3.0-r1: add ~alpha, bug 685624 (diff) | |
download | gentoo-33c4fef8254b2f2503c0dcdecd83211671cb14f1.tar.gz gentoo-33c4fef8254b2f2503c0dcdecd83211671cb14f1.tar.bz2 gentoo-33c4fef8254b2f2503c0dcdecd83211671cb14f1.zip |
media-libs/gegl-0.4.22: add ~alpha, bug 685624
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/gegl')
-rw-r--r-- | media-libs/gegl/gegl-0.4.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/gegl/gegl-0.4.22.ebuild b/media-libs/gegl/gegl-0.4.22.ebuild index f06622e7349e..f6b596553adc 100644 --- a/media-libs/gegl/gegl-0.4.22.ebuild +++ b/media-libs/gegl/gegl-0.4.22.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="http://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi DESCRIPTION="A graph based image processing framework" |