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 2564013835C for ; Sun, 4 Apr 2021 06:33:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54061E0830; Sun, 4 Apr 2021 06:33:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3FD27E0831 for ; Sun, 4 Apr 2021 06:33:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B8DC9340B3A for ; Sun, 4 Apr 2021 06:33:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D28B63E for ; Sun, 4 Apr 2021 06:33:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617517944.01730200b36499f306c5ad9f032323f512ce5aa1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/chessx/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/chessx/chessx-1.5.4-r3.ebuild X-VCS-Directories: games-board/chessx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 01730200b36499f306c5ad9f032323f512ce5aa1 X-VCS-Branch: master Date: Sun, 4 Apr 2021 06:33:02 +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: 82b78882-2031-4130-9a0d-88c505db5def X-Archives-Hash: c3c94bfda52e5b4e173479f953253179 commit: 01730200b36499f306c5ad9f032323f512ce5aa1 Author: Sam James gentoo org> AuthorDate: Sun Apr 4 06:17:29 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 4 06:32:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01730200 ames-board/chessx: desktop.eclass-- Signed-off-by: Sam James gentoo.org> games-board/chessx/chessx-1.5.4-r3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games-board/chessx/chessx-1.5.4-r3.ebuild b/games-board/chessx/chessx-1.5.4-r3.ebuild index b3e40f7c587..37a62ca9b01 100644 --- a/games-board/chessx/chessx-1.5.4-r3.ebuild +++ b/games-board/chessx/chessx-1.5.4-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop qmake-utils xdg +inherit qmake-utils xdg DESCRIPTION="Qt5-based Chess Database Utility" HOMEPAGE="http://chessx.sourceforge.net/" @@ -12,7 +12,6 @@ SRC_URI="https://sourceforge.net/projects/chessx/files/chessx/${PV}/${P}.tgz" LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+ ZLIB" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND=" >=dev-libs/quazip-0.9.1:0=