commit:     fed14f6565d1af9766180c7a88abda3ea1b94151
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 22 18:02:16 2018 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Wed Aug 22 18:02:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed14f65

dev-libs/pkcs11-helper: rebuild when openssl bindist changes

Closes: https://bugs.gentoo.org/664086
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild 
b/dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild
index 976039d3900..f207f2094d9 100644
--- a/dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild
+++ b/dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild
@@ -12,10 +12,10 @@ 
SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.bz2";
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd"
-IUSE="doc gnutls libressl nss static-libs"
+IUSE="bindist doc gnutls libressl nss static-libs"
 
 RDEPEND="
-       !libressl? ( >=dev-libs/openssl-0.9.7:= )
+       !libressl? ( >=dev-libs/openssl-0.9.7:=[bindist=] )
        libressl? ( dev-libs/libressl )
        gnutls? ( >=net-libs/gnutls-1.4.4 )
        nss? ( dev-libs/nss )"

Reply via email to