diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-03-21 17:37:32 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-03-21 17:37:32 -0400 |
commit | 4a601ee022f33455841521c03e31292217c75fd7 (patch) | |
tree | b7f73ae3efcabffca64e66a2c0a3d9ae91978069 /app-admin/radmind | |
parent | app-admin/monit: fix libressl slot (diff) | |
download | gentoo-4a601ee022f33455841521c03e31292217c75fd7.tar.gz gentoo-4a601ee022f33455841521c03e31292217c75fd7.tar.bz2 gentoo-4a601ee022f33455841521c03e31292217c75fd7.zip |
app-admin/radmind: fix openssl and libressl slots
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-admin/radmind')
-rw-r--r-- | app-admin/radmind/radmind-1.14.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/radmind/radmind-1.14.1-r1.ebuild b/app-admin/radmind/radmind-1.14.1-r1.ebuild index ed0b79ba207e..45bb5811863e 100644 --- a/app-admin/radmind/radmind-1.14.1-r1.ebuild +++ b/app-admin/radmind/radmind-1.14.1-r1.ebuild @@ -16,8 +16,8 @@ KEYWORDS="~amd64 ~x86" IUSE="libressl" DEPEND=" - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl )" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" RDEPEND="${DEPEND}" src_prepare() { |