diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-08-22 21:02:16 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-08-22 21:02:38 +0300 |
commit | fed14f6565d1af9766180c7a88abda3ea1b94151 (patch) | |
tree | c66e704ed8cd0e78e50e7f92d871c5a81a606ae1 /dev-libs/pkcs11-helper | |
parent | net-misc/openssh-7.7_p1-r9: arm64 stable (bug #664264) (diff) | |
download | gentoo-fed14f6565d1af9766180c7a88abda3ea1b94151.tar.gz gentoo-fed14f6565d1af9766180c7a88abda3ea1b94151.tar.bz2 gentoo-fed14f6565d1af9766180c7a88abda3ea1b94151.zip |
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
Diffstat (limited to 'dev-libs/pkcs11-helper')
-rw-r--r-- | dev-libs/pkcs11-helper/pkcs11-helper-1.25.1.ebuild | 4 |
1 files 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 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 )" |