commit: a161528ea5c8072a7c7bf573facf47d792ee7033
Author: David Denoncin <ddenoncin <AT> gmail <DOT> com>
AuthorDate: Thu Nov 18 20:57:42 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 22 09:27:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a161528e
app-misc/task: remove obsolete cmake argument
DBUILD_SHARED_LIBS=off is no longer needed since v2.5.3, see bug 764224
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: David Denoncin <ddenoncin <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/task/task-2.6.1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/app-misc/task/task-2.6.1.ebuild b/app-misc/task/task-2.6.1.ebuild
index 220608c028fd..f1d4aba890f6 100644
--- a/app-misc/task/task-2.6.1.ebuild
+++ b/app-misc/task/task-2.6.1.ebuild
@@ -36,7 +36,6 @@ src_configure() {
-DENABLE_SYNC=$(usex sync)
-DTASK_DOCDIR=share/doc/${PF}
-DTASK_RCDIR=share/${PN}/rc
- -DBUILD_SHARED_LIBS=off # bug 764224
)
cmake_src_configure