diff options
author | 2015-05-15 09:34:25 +0000 | |
---|---|---|
committer | 2015-05-15 09:34:25 +0000 | |
commit | f4cb790107cb34c06e4994639bf9d4d9cb17d69b (patch) | |
tree | 532abf889b4bea2b3a7b2a0c82fb3d2404276b5e /net-proxy/haproxy/haproxy-9999.ebuild | |
parent | document the patch (diff) | |
download | gentoo-2-f4cb790107cb34c06e4994639bf9d4d9cb17d69b.tar.gz gentoo-2-f4cb790107cb34c06e4994639bf9d4d9cb17d69b.tar.bz2 gentoo-2-f4cb790107cb34c06e4994639bf9d4d9cb17d69b.zip |
Version bumps, bug 549316. Cleanup.
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-proxy/haproxy/haproxy-9999.ebuild')
-rw-r--r-- | net-proxy/haproxy/haproxy-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-proxy/haproxy/haproxy-9999.ebuild b/net-proxy/haproxy/haproxy-9999.ebuild index 6b9b8540e8b1..786257daf043 100644 --- a/net-proxy/haproxy/haproxy-9999.ebuild +++ b/net-proxy/haproxy/haproxy-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/haproxy-9999.ebuild,v 1.3 2014/10/30 21:37:30 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/haproxy-9999.ebuild,v 1.4 2015/05/15 09:34:25 idl0r Exp $ EAPI="5" @@ -20,7 +20,7 @@ IUSE="+crypt examples +pcre pcre-jit ssl tools vim-syntax +zlib" DEPEND="pcre? ( dev-libs/libpcre pcre-jit? ( dev-libs/libpcre[jit] ) ) - ssl? ( dev-libs/openssl[zlib?] ) + ssl? ( dev-libs/openssl:0[zlib?] ) zlib? ( sys-libs/zlib )" RDEPEND="${DEPEND}" |