net-dns/libidn: use BDEPEND with EAPI 7

Closes: https://bugs.gentoo.org/769743
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Michael
2021-03-21 20:00:29 +01:00
committed by David Seifert
parent 7c8f07fe7c
commit 395b5ecca8

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit elisp-common java-pkg-opt-2 mono-env multilib-minimal libtool
inherit elisp-common java-pkg-opt-2 libtool mono-env multilib-minimal
DESCRIPTION="Internationalized Domain Names (IDN) implementation"
HOMEPAGE="https://www.gnu.org/software/libidn/"
@@ -15,18 +15,20 @@ IUSE="doc emacs java mono nls"
DOCS=( AUTHORS ChangeLog FAQ NEWS README THANKS TODO )
COMMON_DEPEND="
emacs? ( >=app-editors/emacs-23.1:* )
mono? ( >=dev-lang/mono-0.95 )
nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
"
DEPEND="
${COMMON_DEPEND}
java? ( >=virtual/jdk-1.5 )
nls? ( >=sys-devel/gettext-0.17 )
"
RDEPEND="
${COMMON_DEPEND}
java? ( >=virtual/jre-1.5 )
nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
"
BDEPEND="
emacs? ( >=app-editors/emacs-23.1:* )
nls? ( >=sys-devel/gettext-0.17 )
"
pkg_setup() {