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 AE1EE138359 for ; Tue, 8 Sep 2020 14:32:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 365DCE0884; Tue, 8 Sep 2020 14:32:49 +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 18979E0884 for ; Tue, 8 Sep 2020 14:32:49 +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 E5272340DB2 for ; Tue, 8 Sep 2020 14:32:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25DD630F for ; Tue, 8 Sep 2020 14:32:46 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1599575534.ad8bef3654ffe220fa1d29917056dd6af058e85a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyphen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/hyphen/hyphen-2.8.8-r1.ebuild X-VCS-Directories: dev-libs/hyphen/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: ad8bef3654ffe220fa1d29917056dd6af058e85a X-VCS-Branch: master Date: Tue, 8 Sep 2020 14:32:46 +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: a34add1d-f915-443c-9ea1-f6ae5607ee86 X-Archives-Hash: d14399a4ce765e4e30f1010da6e4fc79 commit: ad8bef3654ffe220fa1d29917056dd6af058e85a Author: Henrik Pihl gmail com> AuthorDate: Sat Aug 1 10:20:41 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Sep 8 14:32:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8bef36 dev-libs/hyphen: moving dev-libs/perl to BDEPEND Closes: https://bugs.gentoo.org/708258 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Henrik Pihl gmail.com> Signed-off-by: Mike Gilbert gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/16926 dev-libs/hyphen/hyphen-2.8.8-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-libs/hyphen/hyphen-2.8.8-r1.ebuild b/dev-libs/hyphen/hyphen-2.8.8-r1.ebuild index 3c23fbe56f5..3284a42cf6a 100644 --- a/dev-libs/hyphen/hyphen-2.8.8-r1.ebuild +++ b/dev-libs/hyphen/hyphen-2.8.8-r1.ebuild @@ -12,10 +12,9 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="static-libs" -RDEPEND="app-text/hunspell" -DEPEND="${RDEPEND} - dev-lang/perl -" +DEPEND="app-text/hunspell" +RDEPEND="${DEPEND}" +BDEPEND="dev-lang/perl" DOCS=( AUTHORS ChangeLog NEWS README{,.nonstandard,.hyphen,.compound} THANKS TODO )