diff options
author | 2013-04-26 19:13:02 +0000 | |
---|---|---|
committer | 2013-04-26 19:13:02 +0000 | |
commit | d18ad06cccd980930df387ea91c7a68d9f9c90d9 (patch) | |
tree | ca8e4bf47734c379c2efeefb9302da66853a7f42 /app-text | |
parent | Fix autoreconf wrt bug#467102. (diff) | |
download | gentoo-2-d18ad06cccd980930df387ea91c7a68d9f9c90d9.tar.gz gentoo-2-d18ad06cccd980930df387ea91c7a68d9f9c90d9.tar.bz2 gentoo-2-d18ad06cccd980930df387ea91c7a68d9f9c90d9.zip |
Apply upstream introspection patch to fix bug#464696.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/liblangtag/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/liblangtag/files/liblangtag-0.4.0-introspection.patch | 21 | ||||
-rw-r--r-- | app-text/liblangtag/liblangtag-0.4.0-r1.ebuild | 3 |
3 files changed, 28 insertions, 2 deletions
diff --git a/app-text/liblangtag/ChangeLog b/app-text/liblangtag/ChangeLog index 193d858e45c6..f91aa7e16b71 100644 --- a/app-text/liblangtag/ChangeLog +++ b/app-text/liblangtag/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/liblangtag # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v 1.13 2013/04/26 19:07:54 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v 1.14 2013/04/26 19:13:02 scarabeus Exp $ + + 26 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> + +files/liblangtag-0.4.0-introspection.patch, liblangtag-0.4.0-r1.ebuild: + Apply upstream introspection patch to fix bug#464696. 26 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> liblangtag-0.4.0-r1.ebuild: Fix autoreconf wrt bug#467102. diff --git a/app-text/liblangtag/files/liblangtag-0.4.0-introspection.patch b/app-text/liblangtag/files/liblangtag-0.4.0-introspection.patch new file mode 100644 index 000000000000..eeee794034b2 --- /dev/null +++ b/app-text/liblangtag/files/liblangtag-0.4.0-introspection.patch @@ -0,0 +1,21 @@ +diff --git a/liblangtag-gobject/Makefile.am b/liblangtag-gobject/Makefile.am +index 99c774f..a334925 100644 +--- a/liblangtag-gobject/Makefile.am ++++ b/liblangtag-gobject/Makefile.am +@@ -173,12 +173,14 @@ LangTag_0_4_gir_INCLUDES = \ + GLib-2.0 \ + GObject-2.0 \ + $(NULL) +-LangTag_0_4_gir_CFLAGS = \ +- $(INCLUDES) \ ++LangTag_0_4_gir_SCANNERFLAGS = \ + --symbol-prefix=lt \ + --identifier-prefix=Lt \ + -v \ + $(NULL) ++LangTag_0_4_gir_CFLAGS = \ ++ $(INCLUDES) \ ++ $(NULL) + LangTag_0_4_gir_LIBS = \ + liblangtag-gobject.la \ + $(NULL) diff --git a/app-text/liblangtag/liblangtag-0.4.0-r1.ebuild b/app-text/liblangtag/liblangtag-0.4.0-r1.ebuild index d1c7e0a12ae7..926be53fa52b 100644 --- a/app-text/liblangtag/liblangtag-0.4.0-r1.ebuild +++ b/app-text/liblangtag/liblangtag-0.4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.4.0-r1.ebuild,v 1.6 2013/04/26 19:07:54 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.4.0-r1.ebuild,v 1.7 2013/04/26 19:13:02 scarabeus Exp $ EAPI=5 @@ -32,6 +32,7 @@ RESTRICT="test" PATCHES=( "${FILESDIR}"/${P}-module.patch "${FILESDIR}"/${P}-arm.patch + "${FILESDIR}"/${P}-introspection.patch ) src_prepare() { |