commit: 395b5ecca896e9aee19c5bbbd1e2fa9173cc5c1b Author: David Michael <fedora.dm0 <AT> gmail <DOT> com> AuthorDate: Sun Mar 21 19:00:29 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Mar 21 19:00:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395b5ecc
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 <AT> gmail.com> Signed-off-by: David Seifert <soap <AT> gentoo.org> net-dns/libidn/libidn-1.36.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/net-dns/libidn/libidn-1.36.ebuild b/net-dns/libidn/libidn-1.36.ebuild index d4c9153ac03..4673ff12c3f 100644 --- a/net-dns/libidn/libidn-1.36.ebuild +++ b/net-dns/libidn/libidn-1.36.ebuild @@ -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() {
