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 26A1E138334 for ; Sat, 24 Nov 2018 13:44:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48370E0A44; Sat, 24 Nov 2018 13:44:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1BFA5E0A44 for ; Sat, 24 Nov 2018 13:44:27 +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 D878A335D05 for ; Sat, 24 Nov 2018 13:44:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3A0442F for ; Sat, 24 Nov 2018 13:44:23 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1543067061.36918ab31e70174f5c5433a2bd65d9d13f62bf05.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/redo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/redo/redo-0.21.ebuild dev-util/redo/redo-0.31.ebuild dev-util/redo/redo-99999.ebuild X-VCS-Directories: dev-util/redo/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 36918ab31e70174f5c5433a2bd65d9d13f62bf05 X-VCS-Branch: master Date: Sat, 24 Nov 2018 13:44:23 +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: cab94a97-d858-46ec-8acd-44a071695470 X-Archives-Hash: a14d56f08ceec7f38767d3f2b5989358 commit: 36918ab31e70174f5c5433a2bd65d9d13f62bf05 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Nov 24 13:43:51 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Nov 24 13:44:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36918ab3 dev-util/redo: Set BDEPEND Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> dev-util/redo/redo-0.21.ebuild | 2 +- dev-util/redo/redo-0.31.ebuild | 2 +- dev-util/redo/redo-99999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/redo/redo-0.21.ebuild b/dev-util/redo/redo-0.21.ebuild index a109d053e05..4c828aa449f 100644 --- a/dev-util/redo/redo-0.21.ebuild +++ b/dev-util/redo/redo-0.21.ebuild @@ -13,7 +13,7 @@ SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~x86" -DEPEND=" +BDEPEND=" dev-python/beautifulsoup[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}] " diff --git a/dev-util/redo/redo-0.31.ebuild b/dev-util/redo/redo-0.31.ebuild index 751f2de294b..cc5f8333e27 100644 --- a/dev-util/redo/redo-0.31.ebuild +++ b/dev-util/redo/redo-0.31.ebuild @@ -13,7 +13,7 @@ SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~x86" -DEPEND=" +BDEPEND=" dev-python/beautifulsoup[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}] " diff --git a/dev-util/redo/redo-99999.ebuild b/dev-util/redo/redo-99999.ebuild index 44c936cb530..574d038e33d 100644 --- a/dev-util/redo/redo-99999.ebuild +++ b/dev-util/redo/redo-99999.ebuild @@ -13,7 +13,7 @@ EGIT_REPO_URI="${HOMEPAGE}" LICENSE="LGPL-2" SLOT="0" KEYWORDS="" -DEPEND=" +BDEPEND=" dev-python/beautifulsoup[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}] "