diff options
author | 2015-11-20 02:31:17 +1100 | |
---|---|---|
committer | 2015-11-20 02:31:17 +1100 | |
commit | fbf83b10740e17580cf59f3091810295658c43f3 (patch) | |
tree | 39a103ab729facd0b84d7c83c2d555ddf62069a8 /dev-libs | |
parent | dev-libs/libqtxdg: remove unused configure option (diff) | |
download | qt-fbf83b10740e17580cf59f3091810295658c43f3.tar.gz qt-fbf83b10740e17580cf59f3091810295658c43f3.tar.bz2 qt-fbf83b10740e17580cf59f3091810295658c43f3.zip |
dev-libs/libqtxdg: cmake-utils_use_build -> usex
Package-Manager: portage-2.2.25
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libqtxdg/libqtxdg-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild index c262d61a..feb8a4ad 100644 --- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild @@ -37,7 +37,7 @@ RDEPEND="${CDEPEND} src_configure() { local mycmakeargs=( - $(cmake-utils_use_build test TESTS) + -DBUILD_TESTS=$(usex test) ) cmake-utils_src_configure } |