commit: 7133af336e4130d937ec20df2729181904e39d3c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 16:52:56 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 16:52:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7133af33
x11-libs/libyui: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap <AT> gentoo.org>
x11-libs/libyui/libyui-3.3.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/libyui/libyui-3.3.3.ebuild
b/x11-libs/libyui/libyui-3.3.3.ebuild
index 66ac3137191..b3e24c56ad7 100644
--- a/x11-libs/libyui/libyui-3.3.3.ebuild
+++ b/x11-libs/libyui/libyui-3.3.3.ebuild
@@ -36,7 +36,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
- -DDOC_DIR="${EPREFIX%/}/usr/share/doc/${PF}"
+ -DDOC_DIR="${EPREFIX}/usr/share/doc/${PF}"
-DENABLE_STATIC=$(usex static-libs)
-DENABLE_WERROR=OFF
-DRESPECT_FLAGS=ON