Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/libkomparediff2/
Date: Sun, 18 Nov 2018 11:23:54
Message-Id: 1542534563.eb9be0ae08b7c2cdb2c9038f4097f16ad5fc876a.asturm@gentoo
1 commit: eb9be0ae08b7c2cdb2c9038f4097f16ad5fc876a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 18 09:49:23 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 18 09:49:23 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=eb9be0ae
7
8 kde-apps/libkomparediff2: Switch KDE_TEST to optional
9
10 Upstream commit aad7fe5e9ba82733c74b4a62d5d5700679a3dc0d
11
12 Package-Manager: Portage-2.3.51, Repoman-2.3.12
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-apps/libkomparediff2/libkomparediff2-9999.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/kde-apps/libkomparediff2/libkomparediff2-9999.ebuild b/kde-apps/libkomparediff2/libkomparediff2-9999.ebuild
19 index afe5aa14d5..d1bd201e19 100644
20 --- a/kde-apps/libkomparediff2/libkomparediff2-9999.ebuild
21 +++ b/kde-apps/libkomparediff2/libkomparediff2-9999.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28
29 -KDE_TEST="true"
30 +KDE_TEST="optional"
31 inherit kde5
32
33 DESCRIPTION="KDE library to compare files and strings"