summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-09-16 02:11:28 +0000
committerSam James <sam@gentoo.org>2020-09-16 02:11:28 +0000
commit4cb4be761660da6a202bdee9d40a7c4e25a5e242 (patch)
treeab76319459d64c87cf3e6076741b07c0a8dae8e4
parentapp-misc/timew: vbump 1.4.2 (diff)
downloadgentoo-4cb4be761660da6a202bdee9d40a7c4e25a5e242.tar.gz
gentoo-4cb4be761660da6a202bdee9d40a7c4e25a5e242.tar.bz2
gentoo-4cb4be761660da6a202bdee9d40a7c4e25a5e242.zip
app-misc/timew: unnecessary quoting
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-misc/timew/timew-1.4.2.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-misc/timew/timew-1.4.2.ebuild b/app-misc/timew/timew-1.4.2.ebuild
index 86785cd3972f..3887d9064d48 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