diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-06-13 17:56:03 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-06-13 18:20:45 +0200 |
commit | c618e929b83416c3ff4e8ccf4d67dd019008d9dd (patch) | |
tree | c2335bd6db8662496bc07e2e52876deba302078a /dev-libs/libevent | |
parent | dev-perl/Crypt-OpenSSL-Random: Added sub-slot dep to ssl packages. (diff) | |
download | gentoo-c618e929b83416c3ff4e8ccf4d67dd019008d9dd.tar.gz gentoo-c618e929b83416c3ff4e8ccf4d67dd019008d9dd.tar.bz2 gentoo-c618e929b83416c3ff4e8ccf4d67dd019008d9dd.zip |
dev-libs/libevent: Added sub-slot dep to ssl packages.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-libs/libevent')
-rw-r--r-- | dev-libs/libevent/libevent-2.1.8.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libevent/libevent-9999.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/libevent/libevent-2.1.8.ebuild b/dev-libs/libevent/libevent-2.1.8.ebuild index 455964b38ff9..61f244304c9f 100644 --- a/dev-libs/libevent/libevent-2.1.8.ebuild +++ b/dev-libs/libevent/libevent-2.1.8.ebuild @@ -16,8 +16,8 @@ IUSE="debug libressl +ssl static-libs test +threads" DEPEND=" ssl? ( - !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] ) + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] ) ) " RDEPEND=" diff --git a/dev-libs/libevent/libevent-9999.ebuild b/dev-libs/libevent/libevent-9999.ebuild index 708484a46c36..27b07d37b42e 100644 --- a/dev-libs/libevent/libevent-9999.ebuild +++ b/dev-libs/libevent/libevent-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,8 +16,8 @@ RESTRICT="test" DEPEND=" ssl? ( - !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] ) + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] ) ) " RDEPEND=" |