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 982EA138334 for ; Mon, 12 Aug 2019 19:52:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD48EE07F2; Mon, 12 Aug 2019 19:52:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 94878E0788 for ; Mon, 12 Aug 2019 19:52:53 +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 4B5513499C1 for ; Mon, 12 Aug 2019 19:52:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D5B275F for ; Mon, 12 Aug 2019 19:52:50 +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: <1565639423.139b606b4f3483e1c0379ddcd5b6c56076eb5992.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 dev-util/redo/redo-0.42.ebuild dev-util/redo/redo-99999.ebuild X-VCS-Directories: dev-util/redo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 139b606b4f3483e1c0379ddcd5b6c56076eb5992 X-VCS-Branch: master Date: Mon, 12 Aug 2019 19:52:50 +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: 50f65141-0600-4f8a-9bf0-5e7da00d9b3e X-Archives-Hash: a9b72df1ef099d1c233f44144924b47a commit: 139b606b4f3483e1c0379ddcd5b6c56076eb5992 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 12 19:50:23 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 12 19:50:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139b606b dev-util/redo: Add missing PYTHON_* Signed-off-by: Michał Górny gentoo.org> dev-util/redo/redo-0.31.ebuild | 3 +++ dev-util/redo/redo-0.41.ebuild | 3 +++ dev-util/redo/redo-0.42.ebuild | 3 +++ dev-util/redo/redo-99999.ebuild | 3 +++ 4 files changed, 12 insertions(+) diff --git a/dev-util/redo/redo-0.31.ebuild b/dev-util/redo/redo-0.31.ebuild index cc5f8333e27..4a5f4a0f3eb 100644 --- a/dev-util/redo/redo-0.31.ebuild +++ b/dev-util/redo/redo-0.31.ebuild @@ -13,9 +13,12 @@ SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~x86" +REQUIRED_USE=${PYTHON_REQUIRED_USE} + BDEPEND=" dev-python/beautifulsoup[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}] + ${PYTHON_DEPS} " S=${WORKDIR}/${PN}-${P} diff --git a/dev-util/redo/redo-0.41.ebuild b/dev-util/redo/redo-0.41.ebuild index 8cafff06ad9..30115e1ce8f 100644 --- a/dev-util/redo/redo-0.41.ebuild +++ b/dev-util/redo/redo-0.41.ebuild @@ -13,9 +13,12 @@ SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~x86" +REQUIRED_USE=${PYTHON_REQUIRED_USE} + BDEPEND=" dev-python/beautifulsoup[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}] + ${PYTHON_DEPS} " S=${WORKDIR}/${PN}-${P} diff --git a/dev-util/redo/redo-0.42.ebuild b/dev-util/redo/redo-0.42.ebuild index 9524b8fa26f..a979123b762 100644 --- a/dev-util/redo/redo-0.42.ebuild +++ b/dev-util/redo/redo-0.42.ebuild @@ -13,9 +13,12 @@ SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~x86" +REQUIRED_USE=${PYTHON_REQUIRED_USE} + BDEPEND=" dev-python/beautifulsoup[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}] + ${PYTHON_DEPS} " RDEPEND=" ${BDEPEND} diff --git a/dev-util/redo/redo-99999.ebuild b/dev-util/redo/redo-99999.ebuild index a5f8adf6f54..30c70257c01 100644 --- a/dev-util/redo/redo-99999.ebuild +++ b/dev-util/redo/redo-99999.ebuild @@ -13,9 +13,12 @@ EGIT_REPO_URI="${HOMEPAGE}" LICENSE="LGPL-2" SLOT="0" KEYWORDS="" +REQUIRED_USE=${PYTHON_REQUIRED_USE} + BDEPEND=" dev-python/beautifulsoup[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}] + ${PYTHON_DEPS} " RDEPEND=" ${BDEPEND}