app-crypt/libu2f-server: fix test dependencies #587472
authorGöktürk Yüksek <gokturk@gentoo.org>
Thu, 30 Jun 2016 02:46:13 +0000 (22:46 -0400)
committerGöktürk Yüksek <gokturk@gentoo.org>
Thu, 30 Jun 2016 02:46:13 +0000 (22:46 -0400)
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

app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild

index e05b3ea51d0be2604959758e0ec67a83592fbc25..1ff2ecd28903ea918dba84560d45e69844245084 100644 (file)
@@ -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() {