projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3292fb6
)
x11-libs/libyui: [QA] Fix UnnecessarySlashStrip
author
David Seifert
<soap@gentoo.org>
Sat, 8 Feb 2020 16:52:56 +0000
(17:52 +0100)
committer
David Seifert
<soap@gentoo.org>
Sat, 8 Feb 2020 16:52:56 +0000
(17:52 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
x11-libs/libyui/libyui-3.3.3.ebuild
patch
|
blob
|
history
diff --git
a/x11-libs/libyui/libyui-3.3.3.ebuild
b/x11-libs/libyui/libyui-3.3.3.ebuild
index 66ac3137191631f750bb83329abb7bdbf3e02e12..b3e24c56ad7e4c424ec7c35beb63c6650af42265 100644
(file)
--- 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