diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 16:59:44 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 17:13:42 +1200 |
commit | 607f9fc9869b8b4a6405e4ee03ffd8271d07fa9f (patch) | |
tree | 6a90fa8e2dbf0f32e6aa2ff80ca2394518daf348 /media-libs/gegl/gegl-9999.ebuild | |
parent | media-gfx/gimp: Drop solaris and macos prefixes re bug #690140 (diff) | |
download | gentoo-607f9fc9869b8b4a6405e4ee03ffd8271d07fa9f.tar.gz gentoo-607f9fc9869b8b4a6405e4ee03ffd8271d07fa9f.tar.bz2 gentoo-607f9fc9869b8b4a6405e4ee03ffd8271d07fa9f.zip |
media-libs/gegl: Drop macos and solaris prefixes re bug #690140
Depends:
- media-video/ffmpeg
- net-misc/wget
- dev-perl/IO-Socket-SSL
Bug: https://bugs.gentoo.org/690140
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'media-libs/gegl/gegl-9999.ebuild')
-rw-r--r-- | media-libs/gegl/gegl-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild index 0f05ef0c27d0..6fe143f95cde 100644 --- a/media-libs/gegl/gegl-9999.ebuild +++ b/media-libs/gegl/gegl-9999.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="http://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 ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="A graph based image processing framework" |