Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/kchmviewer/
Date: Sat, 01 Aug 2020 22:57:58
Message-Id: 1596322633.53f3b08742546d415ceeb1d03a0f875e8aa26b58.asturm@gentoo
1 commit: 53f3b08742546d415ceeb1d03a0f875e8aa26b58
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 14:59:45 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 22:57:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f3b087
7
8 app-text/kchmviewer: Use xdg.eclass as originally intended
9
10 Closes: https://bugs.gentoo.org/734904
11 Package-Manager: Portage-3.0.1, Repoman-2.3.23
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 app-text/kchmviewer/kchmviewer-7.7-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild b/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild
18 index f38835061d7..7864d2f6a30 100644
19 --- a/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild
20 +++ b/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -inherit desktop qmake-utils xdg-utils
29 +inherit desktop qmake-utils xdg
30
31 DESCRIPTION="Feature rich chm file viewer, based on Qt"
32 HOMEPAGE="https://www.ulduzsoft.com/kchmviewer/"