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 003C1138331 for ; Fri, 23 Feb 2018 23:37:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1E32E07D7; Fri, 23 Feb 2018 23:37:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B37DFE07D7 for ; Fri, 23 Feb 2018 23:37:13 +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 30F67335C2F for ; Fri, 23 Feb 2018 23:37:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F5AE23C 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.4a6910da58574cf299a3120bad942154c1436e5c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cliapp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cliapp/cliapp-1.20170823.ebuild X-VCS-Directories: dev-python/cliapp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4a6910da58574cf299a3120bad942154c1436e5c 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: 33937d04-3971-4673-9599-5cfc140bc0dc X-Archives-Hash: f2818742bd3f5b4ca1d5276e03829aa5 commit: 4a6910da58574cf299a3120bad942154c1436e5c Author: Michał Górny gentoo org> AuthorDate: Fri Feb 23 23:28:45 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=4a6910da dev-python/cliapp: Fix duplicate dependencies dev-python/cliapp/cliapp-1.20170823.ebuild | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/dev-python/cliapp/cliapp-1.20170823.ebuild b/dev-python/cliapp/cliapp-1.20170823.ebuild index bea4d92c06f..f37d6bd9b07 100644 --- a/dev-python/cliapp/cliapp-1.20170823.ebuild +++ b/dev-python/cliapp/cliapp-1.20170823.ebuild @@ -16,16 +16,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -MY_DEPEND=" - dev-python/pyyaml[${PYTHON_USEDEP}] - " - -DEPEND="${PYTHON_DEPS} - ${MY_DEPEND}" - -RDEPEND=" - ${MY_DEPEND} - " +RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" src_test() { addwrite /proc/self/comm