diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-08-06 22:57:52 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-08-06 22:57:52 +0000 |
commit | 5e40c5730d16fe8e22e7d4d641d6968f4d7e2fb8 (patch) | |
tree | b1ac351e4a068235ffc03a67f8e7aea994e21680 /media-sound/k3guitune/k3guitune-1.0.ebuild | |
parent | dont patch both makefile.in and .am and run full eautoreconf, bug #226777 (diff) | |
download | gentoo-2-5e40c5730d16fe8e22e7d4d641d6968f4d7e2fb8.tar.gz gentoo-2-5e40c5730d16fe8e22e7d4d641d6968f4d7e2fb8.tar.bz2 gentoo-2-5e40c5730d16fe8e22e7d4d641d6968f4d7e2fb8.zip |
remove old and fix build with gcc 4.3 for latest version
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'media-sound/k3guitune/k3guitune-1.0.ebuild')
-rw-r--r-- | media-sound/k3guitune/k3guitune-1.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/k3guitune/k3guitune-1.0.ebuild b/media-sound/k3guitune/k3guitune-1.0.ebuild index 19f493ecf14b..3023de624323 100644 --- a/media-sound/k3guitune/k3guitune-1.0.ebuild +++ b/media-sound/k3guitune/k3guitune-1.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-1.0.ebuild,v 1.3 2008/06/21 09:28:51 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-1.0.ebuild,v 1.4 2008/08/06 22:57:52 aballier Exp $ -inherit kde +inherit kde eutils DESCRIPTION="A program for KDE that lets you tune musical instruments." HOMEPAGE="http://home.planet.nl/~lamer024/k3guitune.html" @@ -30,6 +30,7 @@ done src_unpack() { kde_src_unpack + epatch "${FILESDIR}/${P}-gcc43.patch" for X in ${LANGS} ; do use linguas_${X} && MAKE_LANGS="${MAKE_LANGS} ${X}.po" |