diff options
author | 2007-07-22 03:46:29 +0000 | |
---|---|---|
committer | 2007-07-22 03:46:29 +0000 | |
commit | 20472d99061425936815e495555f3818695546f3 (patch) | |
tree | 74c9481719ff73fcda176acc8f780cccc1d32bbb /x11-misc/x11vnc/x11vnc-0.9.1.ebuild | |
parent | stable on ppc64 (diff) | |
download | historical-20472d99061425936815e495555f3818695546f3.tar.gz historical-20472d99061425936815e495555f3818695546f3.tar.bz2 historical-20472d99061425936815e495555f3818695546f3.zip |
Drop virtual/x11 references.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'x11-misc/x11vnc/x11vnc-0.9.1.ebuild')
-rw-r--r-- | x11-misc/x11vnc/x11vnc-0.9.1.ebuild | 38 |
1 files changed, 14 insertions, 24 deletions
diff --git a/x11-misc/x11vnc/x11vnc-0.9.1.ebuild b/x11-misc/x11vnc/x11vnc-0.9.1.ebuild index dc0e551af7f8..433097232b74 100644 --- a/x11-misc/x11vnc/x11vnc-0.9.1.ebuild +++ b/x11-misc/x11vnc/x11vnc-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.1.ebuild,v 1.3 2007/07/20 19:24:17 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.1.ebuild,v 1.4 2007/07/22 03:38:05 dberkholz Exp $ inherit eutils @@ -17,31 +17,21 @@ RDEPEND="zlib? ( sys-libs/zlib ) jpeg? ( media-libs/jpeg ) ssl? ( dev-libs/openssl ) avahi? ( >=net-dns/avahi-0.6.4 ) - || ( - ( - xinerama? ( x11-libs/libXinerama ) - x11-libs/libXfixes - x11-libs/libXrandr - x11-libs/libX11 - x11-libs/libXtst - x11-libs/libXdamage - x11-libs/libXext - ) - virtual/x11 - )" + xinerama? ( x11-libs/libXinerama ) + x11-libs/libXfixes + x11-libs/libXrandr + x11-libs/libX11 + x11-libs/libXtst + x11-libs/libXdamage + x11-libs/libXext" DEPEND="${RDEPEND} - || ( - ( - x11-libs/libXt - xinerama? ( x11-proto/xineramaproto ) - x11-proto/trapproto - x11-proto/recordproto - x11-proto/xproto - x11-proto/xextproto - ) - virtual/x11 - )" + x11-libs/libXt + xinerama? ( x11-proto/xineramaproto ) + x11-proto/trapproto + x11-proto/recordproto + x11-proto/xproto + x11-proto/xextproto" src_unpack() { unpack ${A} |