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 9E7A1138334 for ; Fri, 6 Dec 2019 00:02:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0B95E090F; Fri, 6 Dec 2019 00:02:14 +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 92455E090F for ; Fri, 6 Dec 2019 00:02:14 +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 9DAF734D810 for ; Fri, 6 Dec 2019 00:02:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 334A98CC for ; Fri, 6 Dec 2019 00:02:12 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1575590520.e9726a866adfb3e9f8ade2fd892aa3bc6f1cb5eb.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/trackma/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/trackma/trackma-0.7.4-r1.ebuild net-misc/trackma/trackma-0.7.4.ebuild X-VCS-Directories: net-misc/trackma/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: e9726a866adfb3e9f8ade2fd892aa3bc6f1cb5eb X-VCS-Branch: master Date: Fri, 6 Dec 2019 00:02:12 +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: b69dc22e-3e07-4e1c-94e4-90d3bf3e7b34 X-Archives-Hash: 29e5a43d3a1ec1c595215e860206a41c commit: e9726a866adfb3e9f8ade2fd892aa3bc6f1cb5eb Author: Ben Kohler gentoo org> AuthorDate: Thu Dec 5 23:52:59 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Dec 6 00:02:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9726a86 net-misc/trackma: revbump to remove obsolete inotifyx dep Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Ben Kohler gentoo.org> net-misc/trackma/{trackma-0.7.4.ebuild => trackma-0.7.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/trackma/trackma-0.7.4.ebuild b/net-misc/trackma/trackma-0.7.4-r1.ebuild similarity index 96% rename from net-misc/trackma/trackma-0.7.4.ebuild rename to net-misc/trackma/trackma-0.7.4-r1.ebuild index 1f5b5a79bb4..5c7cd0c5756 100644 --- a/net-misc/trackma/trackma-0.7.4.ebuild +++ b/net-misc/trackma/trackma-0.7.4-r1.ebuild @@ -27,7 +27,7 @@ DEPEND="ncurses? ( dev-python/urwid[${PYTHON_USEDEP}] ) dev-python/pillow[${PYTHON_USEDEP}] )" RDEPEND="sys-process/lsof - inotify? ( || ( dev-python/inotifyx dev-python/pyinotify ) ) + inotify? ( dev-python/pyinotify ) ${DEPEND}" python_configure_all() {