diff options
author | Henrik Pihl <ahvenas@gmail.com> | 2020-08-01 13:20:41 +0300 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-09-08 10:32:14 -0400 |
commit | ad8bef3654ffe220fa1d29917056dd6af058e85a (patch) | |
tree | 5e664aef3dc564f776b08eae6f91f5e3423e9af8 /dev-libs/hyphen | |
parent | profiles/desc: describe LUA_TARGETS (diff) | |
download | gentoo-ad8bef3654ffe220fa1d29917056dd6af058e85a.tar.gz gentoo-ad8bef3654ffe220fa1d29917056dd6af058e85a.tar.bz2 gentoo-ad8bef3654ffe220fa1d29917056dd6af058e85a.zip |
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@gmail.com>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/16926
Diffstat (limited to 'dev-libs/hyphen')
-rw-r--r-- | dev-libs/hyphen/hyphen-2.8.8-r1.ebuild | 7 |
1 files 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 3c23fbe56f58..3284a42cf6a1 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 ) |