From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7DF4A13835A for ; Sun, 21 Mar 2021 19:00:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B66C8E0821; Sun, 21 Mar 2021 19:00:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F2BBE0821 for ; Sun, 21 Mar 2021 19:00:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5618F335DB8 for ; Sun, 21 Mar 2021 19:00:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5B805D2 for ; Sun, 21 Mar 2021 19:00:50 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1616353229.395b5ecca896e9aee19c5bbbd1e2fa9173cc5c1b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/libidn/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/libidn/libidn-1.36.ebuild X-VCS-Directories: net-dns/libidn/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 395b5ecca896e9aee19c5bbbd1e2fa9173cc5c1b X-VCS-Branch: master Date: Sun, 21 Mar 2021 19:00:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bc99fced-f6a8-496c-b8b1-c4472f7e4cb4 X-Archives-Hash: ab25e557c84c0a12719d5bb62a8579eb commit: 395b5ecca896e9aee19c5bbbd1e2fa9173cc5c1b Author: David Michael gmail com> AuthorDate: Sun Mar 21 19:00:29 2021 +0000 Commit: David Seifert gentoo 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 gmail.com> Signed-off-by: David Seifert 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() {