diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-09-19 01:50:43 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-09-19 01:50:43 +0000 |
commit | bf7596dd163a2b4cdb0d3a21b35128fa4d8e41d1 (patch) | |
tree | 6aaa598a93a5787b556d84660a07b95d07d6a933 /x11-misc/x2vnc/x2vnc-1.6.1.ebuild | |
parent | Marked stable on amd64 for bug #147612 (diff) | |
download | gentoo-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.6.1.ebuild')
-rw-r--r-- | x11-misc/x2vnc/x2vnc-1.6.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/x2vnc/x2vnc-1.6.1.ebuild b/x11-misc/x2vnc/x2vnc-1.6.1.ebuild index 446d9b19017a..4cb7a6d9f611 100644 --- a/x11-misc/x2vnc/x2vnc-1.6.1.ebuild +++ b/x11-misc/x2vnc/x2vnc-1.6.1.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.6.1.ebuild,v 1.7 2006/01/21 13:57:33 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.6.1.ebuild,v 1.8 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 } |