diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-03-21 17:38:20 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-03-21 17:38:20 -0400 |
commit | 0d30cbb3cfa778197840b55189308aa12831dd40 (patch) | |
tree | bb19050e086c4298ab4544e75da9825fd1edd717 /app-admin/clustershell | |
parent | app-admin/radmind: fix openssl and libressl slots (diff) | |
download | gentoo-0d30cbb3cfa778197840b55189308aa12831dd40.tar.gz gentoo-0d30cbb3cfa778197840b55189308aa12831dd40.tar.bz2 gentoo-0d30cbb3cfa778197840b55189308aa12831dd40.zip |
app-admin/clustershell: fix openssl and libressl slots
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-admin/clustershell')
-rw-r--r-- | app-admin/clustershell/clustershell-1.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/clustershell/clustershell-1.6-r1.ebuild b/app-admin/clustershell/clustershell-1.6-r1.ebuild index 4b2480235471..d078b7143827 100644 --- a/app-admin/clustershell/clustershell-1.6-r1.ebuild +++ b/app-admin/clustershell/clustershell-1.6-r1.ebuild @@ -20,8 +20,8 @@ KEYWORDS="~amd64 ~x86" IUSE="doc libressl" RDEPEND=" - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl )" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" src_install() { |