diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-01-24 18:08:43 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-01-24 18:08:43 +0000 |
commit | bf180839e08ee02b9ea13111fa1224cbbf4909d8 (patch) | |
tree | 891fc1b32db5d7a02d623feffd9852a9040e0f88 /net-misc | |
parent | initial import, ebuild by me, requested by solar (diff) | |
download | gentoo-2-bf180839e08ee02b9ea13111fa1224cbbf4909d8.tar.gz gentoo-2-bf180839e08ee02b9ea13111fa1224cbbf4909d8.tar.bz2 gentoo-2-bf180839e08ee02b9ea13111fa1224cbbf4909d8.zip |
Fix deps wrt #294596
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/tigervnc/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/tigervnc/tigervnc-1.0.0-r2.ebuild | 12 |
2 files changed, 11 insertions, 6 deletions
diff --git a/net-misc/tigervnc/ChangeLog b/net-misc/tigervnc/ChangeLog index d85a9719755b..043d2c4525c6 100644 --- a/net-misc/tigervnc/ChangeLog +++ b/net-misc/tigervnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/tigervnc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.34 2010/01/24 17:57:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.35 2010/01/24 18:08:43 armin76 Exp $ + + 24 Jan 2010; Raúl Porcel <armin76@gentoo.org> tigervnc-1.0.0-r2.ebuild: + Fix deps wrt #294596 24 Jan 2010; Raúl Porcel <armin76@gentoo.org> tigervnc-1.0.0-r2.ebuild: Move dev-lang/nasm to DEPEND diff --git a/net-misc/tigervnc/tigervnc-1.0.0-r2.ebuild b/net-misc/tigervnc/tigervnc-1.0.0-r2.ebuild index 04b4cfde85e3..e3cd4567e301 100644 --- a/net-misc/tigervnc/tigervnc-1.0.0-r2.ebuild +++ b/net-misc/tigervnc/tigervnc-1.0.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r2.ebuild,v 1.9 2010/01/24 17:57:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r2.ebuild,v 1.10 2010/01/24 18:08:43 armin76 Exp $ EAPI="1" @@ -51,8 +51,9 @@ RDEPEND="sys-libs/zlib !net-misc/xf4vnc" DEPEND="${RDEPEND} x86? ( dev-lang/nasm ) - x11-proto/inputproto - x11-proto/xextproto + >=x11-proto/inputproto-1.5 + >=x11-proto/xextproto-7.0.3 + >=x11-proto/xproto-7.0.13 server? ( x11-proto/bigreqsproto x11-proto/compositeproto @@ -60,7 +61,7 @@ DEPEND="${RDEPEND} x11-proto/dri2proto x11-proto/fixesproto x11-proto/fontsproto - x11-proto/randrproto + >=x11-proto/randrproto-1.2.99 x11-proto/resourceproto x11-proto/scrnsaverproto x11-proto/trapproto @@ -72,10 +73,11 @@ DEPEND="${RDEPEND} x11-proto/xf86driproto x11-proto/xf86miscproto x11-proto/xf86vidmodeproto - opengl? ( x11-proto/glproto ) + opengl? ( >=x11-proto/glproto-1.4.10 ) >=media-libs/mesa-7.1 >=x11-proto/renderproto-0.9.3 x11-libs/libpciaccess + >=x11-libs/xtrans-1.2.2 )" S="${WORKDIR}/${PN}" |