diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-05-06 12:24:22 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-05-06 12:24:22 +0000 |
commit | 8d595f25634c254b8fea5f06e913d4c578173a14 (patch) | |
tree | e14d318cfe638935146764d96057b17799820d86 | |
parent | Stable for amd64, wrt bug #414463 (diff) | |
download | gentoo-2-8d595f25634c254b8fea5f06e913d4c578173a14.tar.gz gentoo-2-8d595f25634c254b8fea5f06e913d4c578173a14.tar.bz2 gentoo-2-8d595f25634c254b8fea5f06e913d4c578173a14.zip |
Remove bashism from configure script, use --force for ~ia64 dep problem
(Portage version: 2.2.01.20430-prefix/cvs/SunOS i386, RepoMan options: --force)
-rw-r--r-- | dev-libs/gobject-introspection/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-libs/gobject-introspection/ChangeLog b/dev-libs/gobject-introspection/ChangeLog index 85b2a4d4a4a4..7a431c80dd92 100644 --- a/dev-libs/gobject-introspection/ChangeLog +++ b/dev-libs/gobject-introspection/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/gobject-introspection # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.67 2012/05/04 18:35:49 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.68 2012/05/06 12:24:22 grobian Exp $ + + 06 May 2012; Fabian Groffen <grobian@gentoo.org> + gobject-introspection-1.32.1.ebuild: + Remove bashism from configure script 04 May 2012; Jeff Horelick <jdhore@gentoo.org> gobject-introspection-0.10.8.ebuild, gobject-introspection-1.30.0-r1.ebuild, diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild index 3a395d7b89be..1a20a8722b57 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild,v 1.3 2012/05/04 18:35:49 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.32.1.ebuild,v 1.4 2012/05/06 12:24:22 grobian Exp $ EAPI="4" GCONF_DEBUG="no" @@ -51,6 +51,9 @@ src_prepare() { python_clean_py-compile_files + # avoid GNU-isms + sed -i -e 's/\(if test .* \)==/\1=/' configure || die + gi_skip_tests= if ! has_version "x11-libs/cairo[glib]"; then # Bug #391213: enable cairo-gobject support even if it's not installed |