diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-17 23:16:29 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-17 23:16:29 +0000 |
commit | e2a43bae948d32b94377a307c75fce370b84c6a7 (patch) | |
tree | 19856303a88508c0594ffaed963f9a4817696fe1 /net-misc/tightvnc | |
parent | Bump for 7.0RC4. Note that this now includes the "xmkmf" utility. (diff) | |
download | gentoo-2-e2a43bae948d32b94377a307c75fce370b84c6a7.tar.gz gentoo-2-e2a43bae948d32b94377a307c75fce370b84c6a7.tar.bz2 gentoo-2-e2a43bae948d32b94377a307c75fce370b84c6a7.zip |
xmkmf is now part of x11-misc/imake.
(Portage version: 2.1_pre1)
Diffstat (limited to 'net-misc/tightvnc')
-rw-r--r-- | net-misc/tightvnc/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.3_alpha7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/tightvnc/ChangeLog b/net-misc/tightvnc/ChangeLog index f4cae9234c0a..32c63fb3f3e0 100644 --- a/net-misc/tightvnc/ChangeLog +++ b/net-misc/tightvnc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/tightvnc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.60 2005/12/14 03:59:43 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.61 2005/12/17 23:16:29 joshuabaergen Exp $ + + 17 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + tightvnc-1.3_alpha7.ebuild: + xmkmf is now part of x11-misc/imake. 14 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; tightvnc-1.3_alpha7.ebuild: diff --git a/net-misc/tightvnc/tightvnc-1.3_alpha7.ebuild b/net-misc/tightvnc/tightvnc-1.3_alpha7.ebuild index 0de8b5e609b1..d2f8d9fd1901 100644 --- a/net-misc/tightvnc/tightvnc-1.3_alpha7.ebuild +++ b/net-misc/tightvnc/tightvnc-1.3_alpha7.ebuild @@ -1,6 +1,6 @@ # 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_alpha7.ebuild,v 1.5 2005/12/14 03:59:43 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3_alpha7.ebuild,v 1.6 2005/12/17 23:16:29 joshuabaergen Exp $ inherit eutils toolchain-funcs @@ -17,7 +17,7 @@ SLOT="0" DEPEND="|| ( ( x11-libs/libXaw x11-proto/xextproto - x11-misc/xmkmf + >=x11-misc/imake-1 x11-misc/gccmakedep app-text/rman server? ( x11-libs/libXp |