diff options
author | 2006-06-05 22:55:34 +0000 | |
---|---|---|
committer | 2006-06-05 22:55:34 +0000 | |
commit | 8ee541319f1a6d4d586f1cf3933c7d67386fd1a7 (patch) | |
tree | 9f6c80615ef1c51c3156e6687ceae77ed186a5a1 /app-arch/karchiver/karchiver-3.1.1-r1.ebuild | |
parent | Version bump. This fixes bug #135416. (diff) | |
download | gentoo-2-8ee541319f1a6d4d586f1cf3933c7d67386fd1a7.tar.gz gentoo-2-8ee541319f1a6d4d586f1cf3933c7d67386fd1a7.tar.bz2 gentoo-2-8ee541319f1a6d4d586f1cf3933c7d67386fd1a7.zip |
Add patch for GCC 4.1 compatibility from Piotr Jaroszynski in bug #135635 reported by Robert Spencer.
(Portage version: 2.1_rc4-r2)
Diffstat (limited to 'app-arch/karchiver/karchiver-3.1.1-r1.ebuild')
-rw-r--r-- | app-arch/karchiver/karchiver-3.1.1-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-arch/karchiver/karchiver-3.1.1-r1.ebuild b/app-arch/karchiver/karchiver-3.1.1-r1.ebuild index c175a67e2e0e..422b8073ffcc 100644 --- a/app-arch/karchiver/karchiver-3.1.1-r1.ebuild +++ b/app-arch/karchiver/karchiver-3.1.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/karchiver/karchiver-3.1.1-r1.ebuild,v 1.5 2005/08/09 23:21:04 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/karchiver/karchiver-3.1.1-r1.ebuild,v 1.6 2006/06/05 22:55:34 flameeyes Exp $ inherit kde @@ -15,6 +15,8 @@ IUSE="" need-kde 3.1 +PATCHES="${FILESDIR}/${P}-gcc41.patch" + # Nasty packaging... src_unpack() { kde_src_unpack |