mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
committed by
David Seifert
parent
7c8f07fe7c
commit
395b5ecca8
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user