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 DCF8A1382C5 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 36748E0872; Fri, 23 Feb 2018 23:37:16 +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 1883EE0872 for ; Fri, 23 Feb 2018 23:37: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 0D118335C2F for ; Fri, 23 Feb 2018 23:37:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C949A240 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: <1519429024.4c51fc154920eb550a096418f98f144b5e0be475.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmdtest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cmdtest/cmdtest-0.30.ebuild X-VCS-Directories: dev-util/cmdtest/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4c51fc154920eb550a096418f98f144b5e0be475 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: bf50103f-d9af-403a-a626-889094b88ce2 X-Archives-Hash: 83e18c720dcdfd83ae299bbc9dca248c commit: 4c51fc154920eb550a096418f98f144b5e0be475 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 23 23:35:27 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 23 23:37:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c51fc15 dev-util/cmdtest: Fix dependencies dev-util/cmdtest/cmdtest-0.30.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/cmdtest/cmdtest-0.30.ebuild b/dev-util/cmdtest/cmdtest-0.30.ebuild index 005e6458d63..c35c2945247 100644 --- a/dev-util/cmdtest/cmdtest-0.30.ebuild +++ b/dev-util/cmdtest/cmdtest-0.30.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=6 @@ -15,12 +15,12 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -DEPEND=" - ${PYTHON_DEPS} +RDEPEND=" dev-python/cliapp[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}] dev-python/ttystatus[${PYTHON_USEDEP}] " +DEPEND="${RDEPEND}" src_compile() { addwrite /proc/self/comm