diff options
author | Serkan Kaba <serkan@gentoo.org> | 2012-02-19 11:16:15 +0000 |
---|---|---|
committer | Serkan Kaba <serkan@gentoo.org> | 2012-02-19 11:16:15 +0000 |
commit | 71263bec4b48ff6e83ad608e2e8df35f650dc007 (patch) | |
tree | fca702f0aa71bdecc64a1430110a34c8e7674b6b /x11-libs/gtkhotkey/gtkhotkey-0.2.1.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-71263bec4b48ff6e83ad608e2e8df35f650dc007.tar.gz gentoo-2-71263bec4b48ff6e83ad608e2e8df35f650dc007.tar.bz2 gentoo-2-71263bec4b48ff6e83ad608e2e8df35f650dc007.zip |
Fix bug #404397 reported by Aljosha Papsch <papsch.al@googlemail.com>
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/gtkhotkey/gtkhotkey-0.2.1.ebuild')
-rw-r--r-- | x11-libs/gtkhotkey/gtkhotkey-0.2.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/gtkhotkey/gtkhotkey-0.2.1.ebuild b/x11-libs/gtkhotkey/gtkhotkey-0.2.1.ebuild index f8eabe814b4d..89aac1f2566b 100644 --- a/x11-libs/gtkhotkey/gtkhotkey-0.2.1.ebuild +++ b/x11-libs/gtkhotkey/gtkhotkey-0.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkhotkey/gtkhotkey-0.2.1.ebuild,v 1.4 2011/02/27 16:04:55 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkhotkey/gtkhotkey-0.2.1.ebuild,v 1.5 2012/02/19 11:16:15 serkan Exp $ EAPI="2" @@ -34,6 +34,7 @@ DEPEND="${COMMON_DEPEND} src_prepare() { sed -i -e "s: install-gtkhotkeydocDATA ::" Makefile.in || die "Patching Makefile.in failed" + epatch "${FILESDIR}"/${P}-glibheaders.patch } src_install() { |