From 29d6bf79d413bd3cd01d658c2dc7aa54869fb0e4 Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Mon, 21 Sep 2020 23:13:13 +0200
Subject: trinity-apps/kdiff3: Add missing metadata.xml, Copyright

local mycmakeargs

Package-Manager: Portage-3.0.8, Repoman-3.0.1
RepoMan-Options: --force
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
---
 trinity-apps/kdiff3/kdiff3-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'trinity-apps/kdiff3/kdiff3-9999.ebuild')

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
+}
-- 
cgit v1.2.1