From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 240A5138359 for ; Sat, 1 Aug 2020 22:57:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 454ABE0AA5; Sat, 1 Aug 2020 22:57:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2915CE0AA5 for ; Sat, 1 Aug 2020 22:57:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4F3034F345 for ; Sat, 1 Aug 2020 22:57:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCF1926 for ; Sat, 1 Aug 2020 22:57:53 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1596322633.53f3b08742546d415ceeb1d03a0f875e8aa26b58.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/kchmviewer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/kchmviewer/kchmviewer-7.7-r1.ebuild X-VCS-Directories: app-text/kchmviewer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 53f3b08742546d415ceeb1d03a0f875e8aa26b58 X-VCS-Branch: master Date: Sat, 1 Aug 2020 22:57:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c45b79db-0f37-46f5-99c4-2e5829746fcf X-Archives-Hash: 5c1193a73aef5d7d3e51c7768542427f commit: 53f3b08742546d415ceeb1d03a0f875e8aa26b58 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 1 14:59:45 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 1 22:57:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f3b087 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 gentoo.org> app-text/kchmviewer/kchmviewer-7.7-r1.ebuild | 4 ++-- 1 file 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 f38835061d7..7864d2f6a30 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/"