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 718C71382C5 for ; Fri, 23 Feb 2018 23:37:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9D89E086C; Fri, 23 Feb 2018 23:37:15 +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 96634E086C for ; Fri, 23 Feb 2018 23:37:15 +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 A9F5C335C49 for ; Fri, 23 Feb 2018 23:37:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A316323D for ; Fri, 23 Feb 2018 23:37:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1519429023.0afc5755e388d42d6c2d82470234516857e04390.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ttystatus/ttystatus-0.35.ebuild X-VCS-Directories: dev-python/ttystatus/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0afc5755e388d42d6c2d82470234516857e04390 X-VCS-Branch: master Date: Fri, 23 Feb 2018 23:37:10 +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-Archives-Salt: d1f3afbe-d5c0-403b-88f8-266f8f6da7ed X-Archives-Hash: 08320a378aaf09dd732b0d9b302d91bf commit: 0afc5755e388d42d6c2d82470234516857e04390 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 23 23:32:15 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 23 23:37:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0afc5755 dev-python/ttystatus: Remove duplicate deps dev-python/ttystatus/ttystatus-0.35.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild b/dev-python/ttystatus/ttystatus-0.35.ebuild index bcebdfdd01e..7549ff37d00 100644 --- a/dev-python/ttystatus/ttystatus-0.35.ebuild +++ b/dev-python/ttystatus/ttystatus-0.35.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,5 +15,3 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" - -DEPEND="${PYTHON_DEPS}"