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 31075138334 for ; Sat, 6 Oct 2018 00:32:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4877E08DC; Sat, 6 Oct 2018 00:32:36 +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 818A9E08DC for ; Sat, 6 Oct 2018 00:32:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 28DD4335CA6 for ; Sat, 6 Oct 2018 00:32:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFBA0438 for ; Sat, 6 Oct 2018 00:32:31 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1538785940.58ab8d2c4e3a315c9dda5fccf0079e69c1d4f79f.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gnupg/gnupg-2.2.10-r1.ebuild X-VCS-Directories: app-crypt/gnupg/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 58ab8d2c4e3a315c9dda5fccf0079e69c1d4f79f X-VCS-Branch: master Date: Sat, 6 Oct 2018 00:32:31 +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-Archives-Salt: 00882f17-8122-4dcf-9f3e-6c7a34e63211 X-Archives-Hash: df9f854f4d57e05f5e25c7dd66bc5dcd commit: 58ab8d2c4e3a315c9dda5fccf0079e69c1d4f79f Author: Alon Bar-Lev gentoo org> AuthorDate: Fri Oct 5 23:47:29 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Oct 6 00:32:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ab8d2c app-crypt/gnupg: support cross-compile Signed-off-by: Alon Bar-Lev gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 app-crypt/gnupg/gnupg-2.2.10-r1.ebuild | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/app-crypt/gnupg/gnupg-2.2.10-r1.ebuild b/app-crypt/gnupg/gnupg-2.2.10-r1.ebuild index 063744008a2..7d51332a544 100644 --- a/app-crypt/gnupg/gnupg-2.2.10-r1.ebuild +++ b/app-crypt/gnupg/gnupg-2.2.10-r1.ebuild @@ -17,29 +17,30 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="bzip2 doc ldap nls readline selinux +smartcard ssl tofu tools usb wks-server" # Existence of executables is checked during configuration. -DEPEND=">=dev-libs/npth-1.2 +DEPEND="!app-crypt/dirmngr >=dev-libs/libassuan-2.5.0 >=dev-libs/libgcrypt-1.7.3 >=dev-libs/libgpg-error-1.28 >=dev-libs/libksba-1.3.4 + >=dev-libs/npth-1.2 >=net-misc/curl-7.10 - ssl? ( >=net-libs/gnutls-3.0:0= ) - sys-libs/zlib - ldap? ( net-nds/openldap ) bzip2? ( app-arch/bzip2 ) + ldap? ( net-nds/openldap ) readline? ( sys-libs/readline:0= ) smartcard? ( usb? ( virtual/libusb:0 ) ) + ssl? ( >=net-libs/gnutls-3.0:0= ) + sys-libs/zlib tofu? ( >=dev-db/sqlite-3.7 ) - virtual/mta - app-crypt/pinentry - !app-crypt/dirmngr" + virtual/mta" RDEPEND="${DEPEND} - selinux? ( sec-policy/selinux-gpg ) - nls? ( virtual/libintl )" + app-crypt/pinentry + nls? ( virtual/libintl ) + selinux? ( sec-policy/selinux-gpg )" -BDEPEND="nls? ( sys-devel/gettext ) - doc? ( sys-apps/texinfo )" +BDEPEND="virtual/pkgconfig + doc? ( sys-apps/texinfo ) + nls? ( sys-devel/gettext )" S="${WORKDIR}/${MY_P}" @@ -81,11 +82,13 @@ src_configure() { $(use_enable wks-server wks-tools) \ $(use_with ldap) \ $(use_with readline) \ + --disable-ntbtls \ --enable-all-tests \ --enable-gpg \ --enable-gpgsm \ --enable-large-secmem \ - CC_FOR_BUILD="$(tc-getBUILD_CC)" + CC_FOR_BUILD="$(tc-getBUILD_CC)" \ + $(./configure --help | grep -- --with-.*-prefix | sed -e 's/prefix.*/prefix/' -e "s#\$#=${EROOT}/usr#") } src_compile() {