diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-01 22:38:09 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-01 22:38:09 +0000 |
commit | 4e60ba10f4c0c3e04f7fafd81b74808d311011e2 (patch) | |
tree | c8f48fe1e3f65682641f23627e9f415e9a249c37 /net-libs/libvncserver/libvncserver-0.9.8.2-r2.ebuild | |
parent | Update libgcrypt dep to use slot :0. (diff) | |
download | historical-4e60ba10f4c0c3e04f7fafd81b74808d311011e2.tar.gz historical-4e60ba10f4c0c3e04f7fafd81b74808d311011e2.tar.bz2 historical-4e60ba10f4c0c3e04f7fafd81b74808d311011e2.zip |
Update libgcrypt dep to use slot :0.
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'net-libs/libvncserver/libvncserver-0.9.8.2-r2.ebuild')
-rw-r--r-- | net-libs/libvncserver/libvncserver-0.9.8.2-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libvncserver/libvncserver-0.9.8.2-r2.ebuild b/net-libs/libvncserver/libvncserver-0.9.8.2-r2.ebuild index 5e61392e8455..f143c77ca559 100644 --- a/net-libs/libvncserver/libvncserver-0.9.8.2-r2.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.8.2-r2.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-libs/libvncserver/libvncserver-0.9.8.2-r2.ebuild,v 1.13 2013/01/21 01:24:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.8.2-r2.ebuild,v 1.14 2014/03/01 22:38:07 mgorny Exp $ EAPI="4" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="+24bpp gcrypt gnutls ipv6 +jpeg test threads +zlib" -DEPEND="gcrypt? ( dev-libs/libgcrypt ) +DEPEND="gcrypt? ( dev-libs/libgcrypt:0 ) gnutls? ( net-libs/gnutls ) jpeg? ( virtual/jpeg ) zlib? ( sys-libs/zlib )" |