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 DFCF1138334 for ; Sun, 18 Aug 2019 22:25:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CEC1E089A; Sun, 18 Aug 2019 22:25:33 +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 000D7E089A for ; Sun, 18 Aug 2019 22:25:32 +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 8C2F7349DC2 for ; Sun, 18 Aug 2019 22:25:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E4CB62A for ; Sun, 18 Aug 2019 22:25:29 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1566167097.29b5bd924feb3faefa457d5b764cfc836c1941ca.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liblouis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/liblouis/liblouis-3.10.0.ebuild X-VCS-Directories: dev-libs/liblouis/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 29b5bd924feb3faefa457d5b764cfc836c1941ca X-VCS-Branch: master Date: Sun, 18 Aug 2019 22:25:29 +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: 2dfc2ed4-0241-45d7-9660-bcbf5b0795fe X-Archives-Hash: 49cfb2a170c88c30ab11a95ab969b285 commit: 29b5bd924feb3faefa457d5b764cfc836c1941ca Author: William Hubbs gentoo org> AuthorDate: Sun Aug 18 22:17:51 2019 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Aug 18 22:24:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b5bd92 dev-libs/liblouis: move help2man to BDEPEND Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: William Hubbs gentoo.org> dev-libs/liblouis/liblouis-3.10.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/liblouis/liblouis-3.10.0.ebuild b/dev-libs/liblouis/liblouis-3.10.0.ebuild index 0704044a3c5..09c1c5c74d0 100644 --- a/dev-libs/liblouis/liblouis-3.10.0.ebuild +++ b/dev-libs/liblouis/liblouis-3.10.0.ebuild @@ -16,9 +16,9 @@ LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="python" +BDEPEND="sys-apps/help2man" RDEPEND="python? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND} - sys-apps/help2man" +DEPEND="${RDEPEND}" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" src_prepare() {