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 D86F7138334 for ; Sat, 15 Jun 2019 19:31:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 186E1E0919; Sat, 15 Jun 2019 19:31:45 +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 EEE0BE0919 for ; Sat, 15 Jun 2019 19:31:44 +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 1AF803461B1 for ; Sat, 15 Jun 2019 19:31:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F6475F1 for ; Sat, 15 Jun 2019 19:31:40 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1560627088.5356f89dfab0972f398feb55169afb76401fc634.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/pychess/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/pychess/pychess-0.99.4.ebuild X-VCS-Directories: games-board/pychess/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5356f89dfab0972f398feb55169afb76401fc634 X-VCS-Branch: master Date: Sat, 15 Jun 2019 19:31:40 +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: ad987bd5-a5c0-4090-8752-c31d7f7403e1 X-Archives-Hash: 343eee59048cd11884f654cb97e4acc0 commit: 5356f89dfab0972f398feb55169afb76401fc634 Author: David Seifert gentoo org> AuthorDate: Sat Jun 15 19:30:57 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jun 15 19:31:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5356f89d games-board/pychess: Remove gnome2-utils inherit Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: David Seifert gentoo.org> games-board/pychess/pychess-0.99.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-board/pychess/pychess-0.99.4.ebuild b/games-board/pychess/pychess-0.99.4.ebuild index 8cdc9322315..7c7be631cce 100644 --- a/games-board/pychess/pychess-0.99.4.ebuild +++ b/games-board/pychess/pychess-0.99.4.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{5,6} ) PYTHON_REQ_USE="sqlite" -inherit gnome2-utils xdg-utils distutils-r1 +inherit xdg-utils distutils-r1 DESCRIPTION="A chess client for Gnome" HOMEPAGE="http://pychess.org/"