diff options
author | Raúl Porcel <armin76@gentoo.org> | 2014-02-01 19:15:18 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2014-02-01 19:15:18 +0000 |
commit | c840d19c76555e9437b05d36af4d19b7d5a64c89 (patch) | |
tree | 4f39e4149d5e36408f574272809ecdcf84a13004 /net-misc | |
parent | Add an option for reloading and move to /run instead of /var/run (#498716 by ... (diff) | |
download | gentoo-2-c840d19c76555e9437b05d36af4d19b7d5a64c89.tar.gz gentoo-2-c840d19c76555e9437b05d36af4d19b7d5a64c89.tar.bz2 gentoo-2-c840d19c76555e9437b05d36af4d19b7d5a64c89.zip |
Add missing dep, wrt bug #488666
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/tigervnc/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/tigervnc/tigervnc-1.3.0.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/tigervnc/ChangeLog b/net-misc/tigervnc/ChangeLog index f6801e114577..531a5bdbfa87 100644 --- a/net-misc/tigervnc/ChangeLog +++ b/net-misc/tigervnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/tigervnc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.169 2014/02/01 06:04:29 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.170 2014/02/01 19:15:18 armin76 Exp $ + + 01 Feb 2014; Raúl Porcel <armin76@gentoo.org> tigervnc-1.3.0.ebuild: + Add missing dep, wrt bug #488666 01 Feb 2014; Akinori Hattori <hattya@gentoo.org> tigervnc-1.2.80_p5065.ebuild: ia64 stable wrt bug #485436 diff --git a/net-misc/tigervnc/tigervnc-1.3.0.ebuild b/net-misc/tigervnc/tigervnc-1.3.0.ebuild index 38dfd04fb3ea..cc8aa539eaed 100644 --- a/net-misc/tigervnc/tigervnc-1.3.0.ebuild +++ b/net-misc/tigervnc/tigervnc-1.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.3.0.ebuild,v 1.1 2013/10/12 14:41:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.3.0.ebuild,v 1.2 2014/02/01 19:15:18 armin76 Exp $ EAPI="4" @@ -64,6 +64,7 @@ DEPEND="${RDEPEND} >=x11-proto/damageproto-1.1 >=x11-proto/fixesproto-5.0 >=x11-proto/fontsproto-2.0.2 + >=x11-proto/glproto-1.4.16 >=x11-proto/randrproto-1.4.0 >=x11-proto/renderproto-0.11 >=x11-proto/resourceproto-1.0.2 |