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 0DF42138334 for ; Tue, 13 Aug 2019 16:13:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2861FE0857; Tue, 13 Aug 2019 16:13:16 +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 0C7DFE0857 for ; Tue, 13 Aug 2019 16:13: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 DA87C349A64 for ; Tue, 13 Aug 2019 16:13:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92B5A6E8 for ; Tue, 13 Aug 2019 16:13:11 +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: <1565712788.90f9a257ccd588f20e773d0d8dd89dc8fa3b6b10.mgorny@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.31.ebuild dev-util/redo/redo-0.41.ebuild X-VCS-Directories: dev-util/redo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 90f9a257ccd588f20e773d0d8dd89dc8fa3b6b10 X-VCS-Branch: master Date: Tue, 13 Aug 2019 16:13:11 +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: 87512b9a-c2e6-4c2a-bef8-2f08b093b103 X-Archives-Hash: 7b84b96c27c0e137f15e831676df3bc5 commit: 90f9a257ccd588f20e773d0d8dd89dc8fa3b6b10 Author: Michał Górny gentoo org> AuthorDate: Tue Aug 13 16:12:39 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 13 16:13:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f9a257 dev-util/redo: [QA] Add missing RDEPEND to old versions Signed-off-by: Michał Górny gentoo.org> dev-util/redo/redo-0.31.ebuild | 3 +++ dev-util/redo/redo-0.41.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/dev-util/redo/redo-0.31.ebuild b/dev-util/redo/redo-0.31.ebuild index 4a5f4a0f3eb..50d08c2d1df 100644 --- a/dev-util/redo/redo-0.31.ebuild +++ b/dev-util/redo/redo-0.31.ebuild @@ -20,6 +20,9 @@ BDEPEND=" dev-python/markdown[${PYTHON_USEDEP}] ${PYTHON_DEPS} " +RDEPEND=" + ${BDEPEND} +" S=${WORKDIR}/${PN}-${P} src_compile() { diff --git a/dev-util/redo/redo-0.41.ebuild b/dev-util/redo/redo-0.41.ebuild index 30115e1ce8f..a979123b762 100644 --- a/dev-util/redo/redo-0.41.ebuild +++ b/dev-util/redo/redo-0.41.ebuild @@ -20,6 +20,9 @@ BDEPEND=" dev-python/markdown[${PYTHON_USEDEP}] ${PYTHON_DEPS} " +RDEPEND=" + ${BDEPEND} +" S=${WORKDIR}/${PN}-${P} src_compile() {