diff options
author | 2007-01-21 12:11:57 +0000 | |
---|---|---|
committer | 2007-01-21 12:11:57 +0000 | |
commit | 5abc380d81d54ffc36db409002e4e738d26ce98e (patch) | |
tree | 75d1c81623056b58c58744226cf9c9bd5b2ba4a5 /net-misc | |
parent | Fixed bug #162659. (diff) | |
download | gentoo-2-5abc380d81d54ffc36db409002e4e738d26ce98e.tar.gz gentoo-2-5abc380d81d54ffc36db409002e4e738d26ce98e.tar.bz2 gentoo-2-5abc380d81d54ffc36db409002e4e738d26ce98e.zip |
Add x11-apps/xsetroot as a RDEPEND, thanks to t35t0r <t35t0r at gmail dot com> for reporting, bug 163035
(Portage version: 2.1.2-r1)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/tightvnc/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.2.9-r3.ebuild | 5 | ||||
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.3.8.ebuild | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/net-misc/tightvnc/ChangeLog b/net-misc/tightvnc/ChangeLog index 015caec44040..e14f95146924 100644 --- a/net-misc/tightvnc/ChangeLog +++ b/net-misc/tightvnc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/tightvnc # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.84 2007/01/16 22:57:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.85 2007/01/21 12:11:57 armin76 Exp $ + + 21 Jan 2007; Raúl Porcel <armin76@gentoo.org> tightvnc-1.2.9-r3.ebuild, + tightvnc-1.3.8.ebuild: + Add x11-apps/xsetroot as a RDEPEND, thanks to t35t0r <t35t0r at gmail dot + com> for reporting, bug 163035 16 Jan 2007; Raúl Porcel <armin76@gentoo.org> files/tightvnc-1.2.9-pathfixes.patch: diff --git a/net-misc/tightvnc/tightvnc-1.2.9-r3.ebuild b/net-misc/tightvnc/tightvnc-1.2.9-r3.ebuild index 0cb2b2105413..6c297afa0b09 100644 --- a/net-misc/tightvnc/tightvnc-1.2.9-r3.ebuild +++ b/net-misc/tightvnc/tightvnc-1.2.9-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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-r3.ebuild,v 1.6 2006/11/10 22:21:32 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.2.9-r3.ebuild,v 1.7 2007/01/21 12:11:57 armin76 Exp $ inherit eutils toolchain-funcs @@ -39,6 +39,7 @@ RDEPEND="${DEPEND} media-fonts/font-cursor-misc x11-apps/rgb x11-apps/xauth + x11-apps/xsetroot ) java? ( || ( >=virtual/jdk-1.3.1 >=virtual/jre-1.3.1 ) )" diff --git a/net-misc/tightvnc/tightvnc-1.3.8.ebuild b/net-misc/tightvnc/tightvnc-1.3.8.ebuild index 35a5f797f01c..05a266fdc402 100644 --- a/net-misc/tightvnc/tightvnc-1.3.8.ebuild +++ b/net-misc/tightvnc/tightvnc-1.3.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.8.ebuild,v 1.2 2006/11/05 05:44:46 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.8.ebuild,v 1.3 2007/01/21 12:11:57 armin76 Exp $ inherit eutils toolchain-funcs @@ -39,6 +39,7 @@ RDEPEND="${DEPEND} media-fonts/font-cursor-misc x11-apps/rgb x11-apps/xauth + x11-apps/xsetroot ) java? ( || ( >=virtual/jdk-1.3.1 >=virtual/jre-1.3.1 ) )" |