diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-11-05 18:55:14 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-11-05 18:55:14 +0000 |
commit | 7c221ccf62b3c5d62bcab24271ac0a0e42dac3bb (patch) | |
tree | 547817ba7514a687f56cc1c901ccb072d6102c85 /net-misc | |
parent | Bump to 5.3.4, add Ian Delaney as proxy maintainer (diff) | |
download | gentoo-2-7c221ccf62b3c5d62bcab24271ac0a0e42dac3bb.tar.gz gentoo-2-7c221ccf62b3c5d62bcab24271ac0a0e42dac3bb.tar.bz2 gentoo-2-7c221ccf62b3c5d62bcab24271ac0a0e42dac3bb.zip |
Add virtual/jpeg RDEPEND, bug #372727, add x11-misc/util-macros to DEPEND, bug #376159
(Portage version: 2.1.10.11/cvs/Linux ia64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/tigervnc/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/tigervnc/tigervnc-1.0.1_p20110618-r1.ebuild | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/net-misc/tigervnc/ChangeLog b/net-misc/tigervnc/ChangeLog index 531eac4cdf77..421a18fb98e9 100644 --- a/net-misc/tigervnc/ChangeLog +++ b/net-misc/tigervnc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/tigervnc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.110 2011/10/08 17:39:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.111 2011/11/05 18:55:14 armin76 Exp $ + + 05 Nov 2011; Raúl Porcel <armin76@gentoo.org> + tigervnc-1.0.1_p20110618-r1.ebuild: + Add virtual/jpeg RDEPEND, bug #372727, add x11-misc/util-macros to DEPEND, + bug #376159 08 Oct 2011; Raúl Porcel <armin76@gentoo.org> -tigervnc-1.0.1_p20100914-r6.ebuild, -tigervnc-1.0.1_p20110618.ebuild: diff --git a/net-misc/tigervnc/tigervnc-1.0.1_p20110618-r1.ebuild b/net-misc/tigervnc/tigervnc-1.0.1_p20110618-r1.ebuild index 6fd7a1627c50..ab51267dd952 100644 --- a/net-misc/tigervnc/tigervnc-1.0.1_p20110618-r1.ebuild +++ b/net-misc/tigervnc/tigervnc-1.0.1_p20110618-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.1_p20110618-r1.ebuild,v 1.7 2011/10/03 18:15:45 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.1_p20110618-r1.ebuild,v 1.8 2011/11/05 18:55:14 armin76 Exp $ EAPI="1" @@ -21,7 +21,8 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" IUSE="nptl +opengl server +xorgmodule" -RDEPEND="sys-libs/zlib +RDEPEND="virtual/jpeg + sys-libs/zlib media-libs/freetype x11-libs/libSM x11-libs/libXtst @@ -53,6 +54,7 @@ DEPEND="${RDEPEND} >=x11-proto/xextproto-7.0.3 >=x11-proto/xproto-7.0.13 server? ( + x11-misc/util-macros x11-proto/bigreqsproto x11-proto/compositeproto x11-proto/damageproto |