commit: ad8bef3654ffe220fa1d29917056dd6af058e85a Author: Henrik Pihl <ahvenas <AT> gmail <DOT> com> AuthorDate: Sat Aug 1 10:20:41 2020 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> 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 <ahvenas <AT> gmail.com> Signed-off-by: Mike Gilbert <floppym <AT> 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 )
