# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-misc/krd/krd-1.6.ebuild,v 1.2 2009/01/21 20:06:17 halcy0n Exp $ inherit kde eutils DESCRIPTION="kde remote desktop connections manager" HOMEPAGE="http://krdm.sourceforge.net/" SRC_URI="mirror://sourceforge/krdm/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="|| ( >=net-misc/tightvnc-1.2.9-r3 >=net-misc/rdesktop-1.4.1 )" DEPEND="" need-kde 3.5 S="${WORKDIR}/${PN}" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-gcc43.patch }