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 A539C138334 for ; Mon, 14 Oct 2019 09:25:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1A96E08C0; Mon, 14 Oct 2019 09:25:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A1C99E08C0 for ; Mon, 14 Oct 2019 09:25:08 +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 2B62734BCF3 for ; Mon, 14 Oct 2019 09:25:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A733471A for ; Mon, 14 Oct 2019 09:25:04 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1571045008.6ea241758a01ddc872937ae336782a755c0b4243.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/clint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/clint/clint-0.5.1-r1.ebuild X-VCS-Directories: dev-python/clint/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 6ea241758a01ddc872937ae336782a755c0b4243 X-VCS-Branch: master Date: Mon, 14 Oct 2019 09:25:04 +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: 38507b6f-baba-482c-811a-186c638a2fd5 X-Archives-Hash: e5078ab9fc1df27847014e53ae8d83b8 commit: 6ea241758a01ddc872937ae336782a755c0b4243 Author: Lars Wendler gentoo org> AuthorDate: Mon Oct 14 09:23:28 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Oct 14 09:23:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea24175 dev-python/clint: Removed unused vcs-snapshot eclass from inherit Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> dev-python/clint/clint-0.5.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/clint/clint-0.5.1-r1.ebuild b/dev-python/clint/clint-0.5.1-r1.ebuild index f416abd9d86..e32ea028bfd 100644 --- a/dev-python/clint/clint-0.5.1-r1.ebuild +++ b/dev-python/clint/clint-0.5.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) -inherit distutils-r1 vcs-snapshot +inherit distutils-r1 DESCRIPTION="Python Command-line Application Tools" HOMEPAGE="https://github.com/kennethreitz/clint"