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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D2110158086 for ; Fri, 26 Nov 2021 08:46:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE08A2BC04F; Fri, 26 Nov 2021 08:46:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F1252BC04F for ; Fri, 26 Nov 2021 08:46:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EC143433EA for ; Fri, 26 Nov 2021 08:46:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A0601D8 for ; Fri, 26 Nov 2021 08:46:03 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1637916355.f889eb3a254e57ac6b80afc9f2b4f8ef3b9a7199.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-gcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/guile-gcrypt/guile-gcrypt-0.3.0.ebuild X-VCS-Directories: dev-scheme/guile-gcrypt/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: f889eb3a254e57ac6b80afc9f2b4f8ef3b9a7199 X-VCS-Branch: master Date: Fri, 26 Nov 2021 08:46:03 +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: 2f9c7177-4a6b-4d78-b369-e4ed3d3fb4e0 X-Archives-Hash: 433edfb3c72375350ae68f9b8d0f6270 commit: f889eb3a254e57ac6b80afc9f2b4f8ef3b9a7199 Author: Maciej Barć gentoo org> AuthorDate: Fri Nov 26 08:38:21 2021 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Nov 26 08:45:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f889eb3a dev-scheme/guile-gcrypt: RESTRICT strip; fix QA_PREBUILT Closes: https://bugs.gentoo.org/818571 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć gentoo.org> dev-scheme/guile-gcrypt/guile-gcrypt-0.3.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-scheme/guile-gcrypt/guile-gcrypt-0.3.0.ebuild b/dev-scheme/guile-gcrypt/guile-gcrypt-0.3.0.ebuild index 3eb4f555d7c2..d0b486243328 100644 --- a/dev-scheme/guile-gcrypt/guile-gcrypt-0.3.0.ebuild +++ b/dev-scheme/guile-gcrypt/guile-gcrypt-0.3.0.ebuild @@ -1,18 +1,20 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools DESCRIPTION="Guile bindings of libgcrypt" HOMEPAGE="https://notabug.org/cwebber/guile-gcrypt" SRC_URI="https://notabug.org/cwebber/guile-gcrypt/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +RESTRICT="strip" RDEPEND=" >=dev-scheme/guile-2.0.11:= @@ -20,11 +22,9 @@ RDEPEND=" " DEPEND="${RDEPEND}" -S=${WORKDIR}/${PN} - # guile generates ELF files without use of C or machine code # It's a portage's false positive. bug #677600 -QA_FLAGS_IGNORED='.*[.]go' +QA_PREBUILT='*[.]go' src_prepare() { default