diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-01 16:59:45 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-02 00:57:13 +0200 |
commit | 53f3b08742546d415ceeb1d03a0f875e8aa26b58 (patch) | |
tree | 5d3690cb5d70a1068758fa9cd3674e65ba9707e8 /app-text | |
parent | app-admin/vault: Bump to version 1.4.3 (diff) | |
download | gentoo-53f3b08742546d415ceeb1d03a0f875e8aa26b58.tar.gz gentoo-53f3b08742546d415ceeb1d03a0f875e8aa26b58.tar.bz2 gentoo-53f3b08742546d415ceeb1d03a0f875e8aa26b58.zip |
app-text/kchmviewer: Use xdg.eclass as originally intended
Closes: https://bugs.gentoo.org/734904
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/kchmviewer/kchmviewer-7.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild b/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild index f38835061d77..7864d2f6a305 100644 --- a/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild +++ b/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit desktop qmake-utils xdg-utils +inherit desktop qmake-utils xdg DESCRIPTION="Feature rich chm file viewer, based on Qt" HOMEPAGE="https://www.ulduzsoft.com/kchmviewer/" |