diff options
author | 2016-06-29 22:46:13 -0400 | |
---|---|---|
committer | 2016-06-29 22:46:13 -0400 | |
commit | dcc56f301befa4a1374cf91731ba568721e727cf (patch) | |
tree | 7504c5ba629ce77c5bce79cdbdcc9c5651b655d6 /app-crypt | |
parent | net-misc/wireguard: do not strip binaries on install (diff) | |
download | gentoo-dcc56f301befa4a1374cf91731ba568721e727cf.tar.gz gentoo-dcc56f301befa4a1374cf91731ba568721e727cf.tar.bz2 gentoo-dcc56f301befa4a1374cf91731ba568721e727cf.zip |
app-crypt/libu2f-server: fix test dependencies #587472
The configure.ac file checks for the test deps unconditionally.
Remove test USE flag and always depend on test deps.
Gentoo-Bug: https://bugs.gentoo.org/587472
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild b/app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild index e05b3ea51d0b..1ff2ecd28903 100644 --- a/app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild +++ b/app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="static-libs test" +IUSE="static-libs" RDEPEND=" dev-libs/openssl:0=[${MULTILIB_USEDEP}] @@ -22,7 +22,7 @@ RDEPEND=" " DEPEND="${RDEPEND} virtual/pkgconfig - test? ( dev-libs/check[${MULTILIB_USEDEP}] ) + dev-libs/check[${MULTILIB_USEDEP}] " src_prepare() { |