diff options
author | 2006-04-10 11:27:42 +0000 | |
---|---|---|
committer | 2006-04-10 11:27:42 +0000 | |
commit | e4d825644149d4c8bccab5ba108fe91ca30eeb9a (patch) | |
tree | 220891b9dcb4c1088dd434704ae9506c60f74734 /kde-base/superkaramba/superkaramba-3.5.2.ebuild | |
parent | Version bump, clean up old ebuilds. (diff) | |
download | gentoo-2-e4d825644149d4c8bccab5ba108fe91ca30eeb9a.tar.gz gentoo-2-e4d825644149d4c8bccab5ba108fe91ca30eeb9a.tar.bz2 gentoo-2-e4d825644149d4c8bccab5ba108fe91ca30eeb9a.zip |
Fix compilation problem with multilib no-symlink profiles.
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'kde-base/superkaramba/superkaramba-3.5.2.ebuild')
-rw-r--r-- | kde-base/superkaramba/superkaramba-3.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/superkaramba/superkaramba-3.5.2.ebuild b/kde-base/superkaramba/superkaramba-3.5.2.ebuild index a0707960e456..0d3d1263e8a4 100644 --- a/kde-base/superkaramba/superkaramba-3.5.2.ebuild +++ b/kde-base/superkaramba/superkaramba-3.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-3.5.2.ebuild,v 1.2 2006/03/28 01:21:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-3.5.2.ebuild,v 1.3 2006/04/10 11:27:42 herbs Exp $ KMNAME=kdeutils MAXKDEVER=$PV @@ -13,4 +13,4 @@ IUSE="" RDEPEND="!x11-misc/superkaramba" - +PATCHES="${FILESDIR}/${P}-multilib-python.diff" |