From 79aa614f9bc3d77693be320c1e9f3f8a93e86e89 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 22 Apr 2016 15:11:24 +0200 Subject: [PATCH] app-crypt/zuluCrypt: force udev on --- .../app-crypt/zuluCrypt/zuluCrypt-4.9.0.exheres-0 | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/packages/app-crypt/zuluCrypt/zuluCrypt-4.9.0.exheres-0 b/packages/app-crypt/zuluCrypt/zuluCrypt-4.9.0.exheres-0 index 8ac8bf7..2c0fd71 100644 --- a/packages/app-crypt/zuluCrypt/zuluCrypt-4.9.0.exheres-0 +++ b/packages/app-crypt/zuluCrypt/zuluCrypt-4.9.0.exheres-0 @@ -16,8 +16,6 @@ MYOPTIONS=" gui [[ description = [ Whether to build the QT gui ] ]] kde [[ requires = [ gui ] description = [ Enable support for KDE, e.g. via kwallet ] ]] - udev [[ description = [ Whether udev will be consulted when deciding - if a volume is system or not ] ]] ( providers: eudev systemd ) [[ number-selected = exactly-one ]] " @@ -38,10 +36,8 @@ DEPENDENCIES=" kde/kde-runtime:4 ) run: - udev? ( - providers:eudev? ( sys-apps/eudev ) - providers:systemd? ( sys-apps/systemd ) - ) + providers:eudev? ( sys-apps/eudev ) + providers:systemd? ( sys-apps/systemd ) " DEFAULT_SRC_PREPARE_PATCHES=( @@ -49,12 +45,12 @@ DEFAULT_SRC_PREPARE_PATCHES=( ) CMAKE_SRC_CONFIGURE_PARAMS=( - -DQT5=ON -DCMAKE_INSTALL_DOCDIR="/usr/share/doc/${PNVR}" + -DQT5=ON + -DUDEVSUPPORT=ON ) CMAKE_SRC_CONFIGURE_OPTIONS=( - 'udev UDEVSUPPORT' '!gnome NOGNOME' '!gui NOGUI' 'gui WITH_PWQUALITY'