From: Alon Bar-Lev Date: Wed, 22 Aug 2018 18:02:16 +0000 (+0300) Subject: dev-libs/pkcs11-helper: rebuild when openssl bindist changes X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fed14f6565d1af9766180c7a88abda3ea1b94151;p=gentoo.git 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 --- 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 976039d39007..f207f2094d9f 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 )"