summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kdiff3/kdiff3-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/kdiff3/kdiff3-9999.ebuild')
-rw-r--r--trinity-apps/kdiff3/kdiff3-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/trinity-apps/kdiff3/kdiff3-9999.ebuild b/trinity-apps/kdiff3/kdiff3-9999.ebuild
index 2698121b..42eaeed8 100644
--- a/trinity-apps/kdiff3/kdiff3-9999.ebuild
+++ b/trinity-apps/kdiff3/kdiff3-9999.ebuild
@@ -1,3 +1,4 @@
+# Copyright 1999-2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2
@@ -9,21 +10,20 @@ TRINITY_HANDBOOK="optional"
TRINITY_LANGS="ar az bg br ca cs cy da de el es et fr ga gl hi hu is it ja
ka lt nb nl pl pt pt_BR ro ru rw sk sr sr@Latn sv ta tg tr uk zh_CN"
-
inherit trinity-base-2
DESCRIPTION="A diff and merge program for TDE"
HOMEPAGE="https://trinitydesktop.org/"
-LICENSE="|| ( GPL-2 GPL-3 )"
need-trinity
+LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="${TRINITY_VER}"
src_configure() {
- mycmakeargs=(
+ local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON
)
trinity-base-2_src_configure
-} \ No newline at end of file
+}