summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/timew/timew-1.4.3-r1.ebuild')
-rw-r--r--app-misc/timew/timew-1.4.3-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/timew/timew-1.4.3-r1.ebuild b/app-misc/timew/timew-1.4.3-r1.ebuild
index f608f1a27396..697045ab4185 100644
--- a/app-misc/timew/timew-1.4.3-r1.ebuild
+++ b/app-misc/timew/timew-1.4.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,10 +11,10 @@ SRC_URI="https://github.com/GothenburgBitFactory/timewarrior/releases/download/v
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
src_configure() {
- mycmakeargs=(
+ local mycmakeargs=(
-DTIMEW_DOCDIR=share/doc/${PF}
)