Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/libkomparediff2/
Date: Tue, 25 Aug 2020 15:50:49
Message-Id: 1598370568.fed7ae530577504ec04afee3014e8b981b3baa67.asturm@gentoo
1 commit: fed7ae530577504ec04afee3014e8b981b3baa67
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 17:57:40 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 15:49:28 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=fed7ae53
7
8 kde-apps/libkomparediff2: Drop bogus IUSE=test
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-apps/libkomparediff2/libkomparediff2-4.14.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/kde-apps/libkomparediff2/libkomparediff2-4.14.3.ebuild b/kde-apps/libkomparediff2/libkomparediff2-4.14.3.ebuild
17 index 56a2e009..26711f61 100644
18 --- a/kde-apps/libkomparediff2/libkomparediff2-4.14.3.ebuild
19 +++ b/kde-apps/libkomparediff2/libkomparediff2-4.14.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -7,7 +7,7 @@ inherit kde4-base
27
28 DESCRIPTION="KDE library to compare files and strings"
29 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
30 -IUSE="debug test"
31 +IUSE="debug"
32
33 RDEPEND="${DEPEND}
34 !<=kde-base/kompare-4.11.50:4