commit: 4cb4be761660da6a202bdee9d40a7c4e25a5e242
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 02:11:28 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 02:11:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb4be76
app-misc/timew: unnecessary quoting
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/timew/timew-1.4.2.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app-misc/timew/timew-1.4.2.ebuild
b/app-misc/timew/timew-1.4.2.ebuild
index 86785cd3972..3887d9064d4 100644
--- a/app-misc/timew/timew-1.4.2.ebuild
+++ b/app-misc/timew/timew-1.4.2.ebuild
@@ -15,8 +15,7 @@ KEYWORDS="~amd64 ~x86"
src_configure() {
mycmakeargs=(
- -DCMAKE_BUILD_TYPE=release
- -DTIMEW_DOCDIR=share/doc/"${PF}"
+ -DTIMEW_DOCDIR=share/doc/${PF}
)
cmake_src_configure