summaryrefslogtreecommitdiffstats
path: root/trinity-apps/smartcardauth/smartcardauth-9999.ebuild
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2021-12-06 00:15:19 +0300
committerormorph <roma251078@mail.ru>2021-12-06 07:33:16 +0300
commit3d92bd162a0ed612d020988b6350a5665c9f1ece (patch)
tree3d7595fc034fd383d66c0d5343eeb9e68d2b35bd /trinity-apps/smartcardauth/smartcardauth-9999.ebuild
parent20d2cdcc6ed13b40485942e8531fd8f8516bcbbe (diff)
downloadtde-packaging-gentoo-3d92bd162a0ed612d020988b6350a5665c9f1ece.tar.gz
tde-packaging-gentoo-3d92bd162a0ed612d020988b6350a5665c9f1ece.zip
Dependencies fixes
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/smartcardauth/smartcardauth-9999.ebuild')
-rw-r--r--trinity-apps/smartcardauth/smartcardauth-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/trinity-apps/smartcardauth/smartcardauth-9999.ebuild b/trinity-apps/smartcardauth/smartcardauth-9999.ebuild
index 49c5746f..beb2f430 100644
--- a/trinity-apps/smartcardauth/smartcardauth-9999.ebuild
+++ b/trinity-apps/smartcardauth/smartcardauth-9999.ebuild
@@ -15,12 +15,10 @@ SLOT="14"
if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64 ~x86"
fi
-IUSE="libressl"
DEPEND="
dev-libs/pkcs11-helper
net-libs/gnutls
- !libressl? ( dev-libs/openssl:= )
- libressl? ( dev-libs/libressl:= )
+ dev-libs/openssl:=
"
RDEPEND="${DEPEND}"