diff options
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gegl/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/gegl/gegl-0.2.0-r1.ebuild | 3 | ||||
-rw-r--r-- | media-libs/gegl/gegl-0.2.0-r2.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/media-libs/gegl/ChangeLog b/media-libs/gegl/ChangeLog index 8bc5028270b7..cb27cfb5ef8d 100644 --- a/media-libs/gegl/ChangeLog +++ b/media-libs/gegl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/gegl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.101 2013/09/25 17:25:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.102 2013/10/01 21:16:53 sping Exp $ + + 01 Oct 2013; Sebastian Pipping <sping@gentoo.org> gegl-0.2.0-r1.ebuild, + gegl-0.2.0-r2.ebuild: + Fix tests (bug #471990), thanks to David Leverton! 25 Sep 2013; Agostino Sarubbo <ago@gentoo.org> gegl-0.2.0-r2.ebuild: Stable for ppc, wrt bug #481736 diff --git a/media-libs/gegl/gegl-0.2.0-r1.ebuild b/media-libs/gegl/gegl-0.2.0-r1.ebuild index 4d8e2400774c..f2dbee049039 100644 --- a/media-libs/gegl/gegl-0.2.0-r1.ebuild +++ b/media-libs/gegl/gegl-0.2.0-r1.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild,v 1.14 2013/05/06 21:56:42 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild,v 1.15 2013/10/01 21:16:53 sping Exp $ EAPI=4 +WANT_AUTOMAKE=1.11 # see bug 471990, comment 3 VALA_MIN_API_VERSION=0.14 VALA_USE_DEPEND=vapigen diff --git a/media-libs/gegl/gegl-0.2.0-r2.ebuild b/media-libs/gegl/gegl-0.2.0-r2.ebuild index bba7d513cecd..ff5c1c1abea6 100644 --- a/media-libs/gegl/gegl-0.2.0-r2.ebuild +++ b/media-libs/gegl/gegl-0.2.0-r2.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r2.ebuild,v 1.10 2013/09/25 17:25:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r2.ebuild,v 1.11 2013/10/01 21:16:53 sping Exp $ EAPI=5 +WANT_AUTOMAKE=1.11 # see bug 471990, comment 3 # vala and introspection support is broken, bug #468208 #VALA_MIN_API_VERSION=0.14 #VALA_USE_DEPEND=vapigen |