diff options
author | Fabian Groffen <grobian@gentoo.org> | 2014-01-24 20:25:58 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2014-01-24 20:25:58 +0000 |
commit | d7cf2d789cf96c921873b1e150785868111c4b8a (patch) | |
tree | 708a520265cb36b1003ff121d13a2aaab4a5a239 /media-gfx | |
parent | EAPI bump (diff) | |
download | gentoo-2-d7cf2d789cf96c921873b1e150785868111c4b8a.tar.gz gentoo-2-d7cf2d789cf96c921873b1e150785868111c4b8a.tar.bz2 gentoo-2-d7cf2d789cf96c921873b1e150785868111c4b8a.zip |
Fix bashism in configure script, closing bug #494864, force for odd ebuild problems in non-touched versions
(Portage version: 2.2.8-prefix/cvs/Darwin i386, RepoMan options: --force, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gimp/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/gimp/gimp-2.8.10-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-gfx/gimp/ChangeLog b/media-gfx/gimp/ChangeLog index ad67667179ea..fbf2a7338310 100644 --- a/media-gfx/gimp/ChangeLog +++ b/media-gfx/gimp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/gimp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.421 2014/01/23 21:22:38 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.422 2014/01/24 20:25:58 grobian Exp $ + + 24 Jan 2014; Fabian Groffen <grobian@gentoo.org> gimp-2.8.10-r1.ebuild: + Fix bashism in configure script, closing bug #494864 23 Jan 2014; Fabian Groffen <grobian@gentoo.org> gimp-2.8.10-r1.ebuild: Depend on gtk-mac-integration for USE=aqua, bug #494864 diff --git a/media-gfx/gimp/gimp-2.8.10-r1.ebuild b/media-gfx/gimp/gimp-2.8.10-r1.ebuild index bf9e42032cd6..07f324e73a3a 100644 --- a/media-gfx/gimp/gimp-2.8.10-r1.ebuild +++ b/media-gfx/gimp/gimp-2.8.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.8.10-r1.ebuild,v 1.2 2014/01/23 21:22:38 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.8.10-r1.ebuild,v 1.3 2014/01/24 20:25:58 grobian Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) @@ -119,6 +119,7 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}"/${PN}-2.7.4-no-deprecation.patch # bug 395695, comment 9 and 16 epatch "${DISTDIR}"/${P}-freetype251.patch # bug #493466 + sed -i -e 's/== "xquartz"/= "xquartz"/' configure.ac || die #494864 eautoreconf # If you remove this: remove dev-util/gtk-doc-am from DEPEND, too gnome2_src_prepare |