diff options
author | 2006-02-14 00:34:18 +0000 | |
---|---|---|
committer | 2006-02-14 00:34:18 +0000 | |
commit | 70f3f313f663d079d89d3163e7e9731c8423d132 (patch) | |
tree | 23bb9505036c72381f35eef1ffa39c5547126672 /net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild | |
parent | force newer version of gstreamer #122664 by BRUNEL Maxime (diff) | |
download | gentoo-2-70f3f313f663d079d89d3163e7e9731c8423d132.tar.gz gentoo-2-70f3f313f663d079d89d3163e7e9731c8423d132.tar.bz2 gentoo-2-70f3f313f663d079d89d3163e7e9731c8423d132.zip |
Making gcc patch conditional + cleanup of old versions
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild')
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild b/net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild index 9fc2384862d4..0a4a403a3a31 100644 --- a/net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild +++ b/net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild,v 1.15 2006/02/11 22:47:38 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.2.9-r1.ebuild,v 1.16 2006/02/14 00:34:18 morfic Exp $ -inherit eutils +inherit eutils toolchain-funcs IUSE="java tcpd" @@ -30,7 +30,7 @@ src_unpack() { epatch ${FILESDIR}/${P}-gentoo.diff epatch ${FILESDIR}/${P}-gentoo.security.patch epatch ${FILESDIR}/${P}-imake-tmpdir.patch - epatch ${FILESDIR}/${P}-gcc34.patch + [[ "$(gcc-version)" == "3.4" ]] || [[ "$(gcc-major-version)" == "4" ]] && epatch ${FILESDIR}/${P}-gcc34.patch epatch ${FILESDIR}/x86.patch epatch ${FILESDIR}/${P}-amd64.patch } |