diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-20 23:49:58 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-20 23:51:31 -0400 |
commit | 5c3c528c7163b19f3f9ff3500576d686dbf42421 (patch) | |
tree | 73929297eec23175ec122bd048221eb99de803e5 /media-libs/gegl | |
parent | net-mail/mailfront: bump version to 2.22 (diff) | |
download | gentoo-5c3c528c7163b19f3f9ff3500576d686dbf42421.tar.gz gentoo-5c3c528c7163b19f3f9ff3500576d686dbf42421.tar.bz2 gentoo-5c3c528c7163b19f3f9ff3500576d686dbf42421.zip |
media-libs/gegl: arm64 stable
* fails tests when stack smashing protection is enabled... so don't do
that if you want tests to work
* maybe upstream will fix that thing... that would be nice
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-libs/gegl')
-rw-r--r-- | media-libs/gegl/gegl-0.3.34.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/gegl/gegl-0.3.34.ebuild b/media-libs/gegl/gegl-0.3.34.ebuild index c2edf7ba2070..e362bcdfb688 100644 --- a/media-libs/gegl/gegl-0.3.34.ebuild +++ b/media-libs/gegl/gegl-0.3.34.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.bz2" - KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~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-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi DESCRIPTION="A graph based image processing framework" |