diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-30 20:02:40 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-30 20:02:40 +0000 |
commit | 2e4f9d28c09036773edeede464fb1cfef84c8734 (patch) | |
tree | 5936c7fa3700259c118af0477acee77020fefe9c /net-misc/tightvnc/tightvnc-1.3_alpha5.ebuild | |
parent | Stable ppc-macos (diff) | |
download | gentoo-2-2e4f9d28c09036773edeede464fb1cfef84c8734.tar.gz gentoo-2-2e4f9d28c09036773edeede464fb1cfef84c8734.tar.bz2 gentoo-2-2e4f9d28c09036773edeede464fb1cfef84c8734.zip |
Moved from gcc.eclass to toolchain-funcs.eclass, bug #92745.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/tightvnc/tightvnc-1.3_alpha5.ebuild')
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.3_alpha5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/tightvnc/tightvnc-1.3_alpha5.ebuild b/net-misc/tightvnc/tightvnc-1.3_alpha5.ebuild index aaec3833f0a3..47d81370feb1 100644 --- a/net-misc/tightvnc/tightvnc-1.3_alpha5.ebuild +++ b/net-misc/tightvnc/tightvnc-1.3_alpha5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3_alpha5.ebuild,v 1.14 2004/11/11 20:50:52 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3_alpha5.ebuild,v 1.15 2005/05/30 20:02:40 swegener Exp $ -inherit eutils gcc +inherit eutils toolchain-funcs IUSE="java tcpd" |