Skip to content

Commit

Permalink
app-admin/keepassxc: Sync live ebuild.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
Lars Wendler committed Jun 27, 2017
1 parent afc9753 commit fcf4f00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-admin/keepassxc/keepassxc-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi

LICENSE="LGPL-2.1 GPL-2 GPL-3"
SLOT="0"
IUSE="autotype debug http test"
IUSE="autotype debug http test yubikey"

RDEPEND="
dev-libs/libgcrypt:=
Expand All @@ -34,8 +34,8 @@ RDEPEND="
x11-libs/libXi
x11-libs/libXtst
)
yubikey? ( sys-auth/libyubikey )
"
# yubikey? ( sys-auth/libyubikey )

DEPEND="
${RDEPEND}
Expand All @@ -57,7 +57,7 @@ src_configure() {
-DWITH_TESTS="$(usex test)"
-DWITH_XC_AUTOTYPE="$(usex autotype)"
-DWITH_XC_HTTP="$(usex http)"
#-DWITH_XC_YUBIKEY="$(usex yubikey)"
-DWITH_XC_YUBIKEY="$(usex yubikey)"
)
cmake-utils_src_configure
}

0 comments on commit fcf4f00

Please sign in to comment.