diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2015-09-12 22:34:57 -0400 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2015-09-12 22:34:57 -0400 |
commit | 19cf898d8015af6347040689b837dc848c7dd260 (patch) | |
tree | 5f65f3b5ac99bd9fb97f22a4e6f766d38f6f3325 | |
parent | 89d4775d32e7bf018d7b41a291cff2fab98abd01 (diff) | |
download | gentoo-19cf898d8015af6347040689b837dc848c7dd260.tar.gz gentoo-19cf898d8015af6347040689b837dc848c7dd260.tar.xz |
net-misc/openssh: revert improper 4411ff42539dc7917a8db314327c6fbe699a616f
Package-Manager: portage-2.2.20.1
-rw-r--r-- | net-misc/openssh/openssh-6.9_p1-r2.ebuild | 3 | ||||
-rw-r--r-- | net-misc/openssh/openssh-7.0_p1.ebuild | 3 | ||||
-rw-r--r-- | net-misc/openssh/openssh-7.1_p1.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/net-misc/openssh/openssh-6.9_p1-r2.ebuild b/net-misc/openssh/openssh-6.9_p1-r2.ebuild index e80d70828f0..ead3926d6ef 100644 --- a/net-misc/openssh/openssh-6.9_p1-r2.ebuild +++ b/net-misc/openssh/openssh-6.9_p1-r2.ebuild @@ -48,8 +48,7 @@ LIB_DEPEND=" selinux? ( >=sys-libs/libselinux-1.28[static-libs(+)] ) skey? ( >=sys-auth/skey-1.1.5-r1[static-libs(+)] ) ssl? ( - !bindist? ( >=dev-libs/openssl-0.9.8f:0[-bindist] ) - bindist? ( >=dev-libs/openssl-0.9.8f:0 ) + >=dev-libs/openssl-0.9.8f:0[bindist=] dev-libs/openssl[static-libs(+)] ) >=sys-libs/zlib-1.2.3[static-libs(+)]" diff --git a/net-misc/openssh/openssh-7.0_p1.ebuild b/net-misc/openssh/openssh-7.0_p1.ebuild index 702e1968283..7a71f8593fc 100644 --- a/net-misc/openssh/openssh-7.0_p1.ebuild +++ b/net-misc/openssh/openssh-7.0_p1.ebuild @@ -48,8 +48,7 @@ LIB_DEPEND=" selinux? ( >=sys-libs/libselinux-1.28[static-libs(+)] ) skey? ( >=sys-auth/skey-1.1.5-r1[static-libs(+)] ) ssl? ( - !bindist? ( >=dev-libs/openssl-0.9.8f:0[-bindist] ) - bindist? ( >=dev-libs/openssl-0.9.8f:0 ) + >=dev-libs/openssl-0.9.8f:0[bindist=] dev-libs/openssl[static-libs(+)] ) >=sys-libs/zlib-1.2.3[static-libs(+)]" diff --git a/net-misc/openssh/openssh-7.1_p1.ebuild b/net-misc/openssh/openssh-7.1_p1.ebuild index 2614574bd97..5c7f373567c 100644 --- a/net-misc/openssh/openssh-7.1_p1.ebuild +++ b/net-misc/openssh/openssh-7.1_p1.ebuild @@ -48,8 +48,7 @@ LIB_DEPEND=" selinux? ( >=sys-libs/libselinux-1.28[static-libs(+)] ) skey? ( >=sys-auth/skey-1.1.5-r1[static-libs(+)] ) ssl? ( - !bindist? ( >=dev-libs/openssl-0.9.8f:0[-bindist] ) - bindist? ( >=dev-libs/openssl-0.9.8f:0 ) + >=dev-libs/openssl-0.9.8f:0[bindist=] dev-libs/openssl[static-libs(+)] ) >=sys-libs/zlib-1.2.3[static-libs(+)]" |