summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-09-19 01:50:43 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-09-19 01:50:43 +0000
commitbf7596dd163a2b4cdb0d3a21b35128fa4d8e41d1 (patch)
tree6aaa598a93a5787b556d84660a07b95d07d6a933 /x11-misc/x2vnc/x2vnc-1.7.2.ebuild
parentMarked stable on amd64 for bug #147612 (diff)
downloadgentoo-2-bf7596dd163a2b4cdb0d3a21b35128fa4d8e41d1.tar.gz
gentoo-2-bf7596dd163a2b4cdb0d3a21b35128fa4d8e41d1.tar.bz2
gentoo-2-bf7596dd163a2b4cdb0d3a21b35128fa4d8e41d1.zip
tcltk -> tk USE flag change as per bug #17808
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'x11-misc/x2vnc/x2vnc-1.7.2.ebuild')
-rw-r--r--x11-misc/x2vnc/x2vnc-1.7.2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/x2vnc/x2vnc-1.7.2.ebuild b/x11-misc/x2vnc/x2vnc-1.7.2.ebuild
index db5cd1768d99..6e6900812179 100644
--- a/x11-misc/x2vnc/x2vnc-1.7.2.ebuild
+++ b/x11-misc/x2vnc/x2vnc-1.7.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/x11-misc/x2vnc/x2vnc-1.7.2.ebuild,v 1.1 2006/07/03 09:05:39 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.7.2.ebuild,v 1.2 2006/09/19 01:50:43 cardoe Exp $
DESCRIPTION="Control a remote computer running VNC from X"
HOMEPAGE="http://fredrik.hubbe.net/x2vnc.html"
@@ -9,7 +9,7 @@ SRC_URI="http://fredrik.hubbe.net/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE="tcltk"
+IUSE="tk"
RDEPEND="|| ( (
x11-libs/libX11
@@ -23,11 +23,11 @@ DEPEND="${RDEPEND}
x11-proto/xproto
x11-proto/xineramaproto )
virtual/x11 )
- tcltk? ( dev-tcltk/expect )"
+ tk? ( dev-tcltk/expect )"
src_install() {
dodir /usr/share /usr/bin
make DESTDIR=${D} install || die
- use tcltk && dobin contrib/tkx2vnc
+ use tk && dobin contrib/tkx2vnc
dodoc ChangeLog README
}