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 D38BA1382C5 for ; Fri, 5 Jan 2018 23:44:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C675E0831; Fri, 5 Jan 2018 23:44:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EC0FDE0831 for ; Fri, 5 Jan 2018 23:44:03 +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 B7A30335C39 for ; Fri, 5 Jan 2018 23:44:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D74C145 for ; Fri, 5 Jan 2018 23:44:01 +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: <1515195809.1d79c8d63be6c1ef25de5b5a444e1a9263f27ce7.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gpgme/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gpgme/gpgme-1.10.0.ebuild X-VCS-Directories: app-crypt/gpgme/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 1d79c8d63be6c1ef25de5b5a444e1a9263f27ce7 X-VCS-Branch: master Date: Fri, 5 Jan 2018 23:44:01 +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: 1a79405e-d636-45aa-a34a-840c7723709f X-Archives-Hash: 7ce5b5f9c848959f0a2543366a1e5358 commit: 1d79c8d63be6c1ef25de5b5a444e1a9263f27ce7 Author: Alon Bar-Lev gentoo org> AuthorDate: Fri Jan 5 23:43:11 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Fri Jan 5 23:43:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d79c8d6 app-crypt/gpgme: partial revert unauthorized da9631f50 Bug: https://bugs.gentoo.org/642940 Bug: https://bugs.gentoo.org/643604 app-crypt/gpgme/gpgme-1.10.0.ebuild | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app-crypt/gpgme/gpgme-1.10.0.ebuild b/app-crypt/gpgme/gpgme-1.10.0.ebuild index 941565550cd..d41c3811e31 100644 --- a/app-crypt/gpgme/gpgme-1.10.0.ebuild +++ b/app-crypt/gpgme/gpgme-1.10.0.ebuild @@ -48,15 +48,6 @@ pkg_setup() { addpredict /run/user/$(id -u)/gnupg } -src_prepare() { - default - - # Fix too long socket path for gpg-agent, this is mainly a problem - # for Prefix, where the builddir is deeper in the FS tree. - sed -i -e '/GNUPGHOME/s:$(abs_builddir):'"${T}"':' \ - tests/gpg/Makefile.{am,in} || die -} - src_configure() { local languages=() use common-lisp && languages+=( "cl" )