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 076C9158086 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 39D482BC001; Fri, 26 Nov 2021 08:46:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 22C6D2BC001 for ; Fri, 26 Nov 2021 08:46:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 54A223433E6 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 EC1FC1C6 for ; Fri, 26 Nov 2021 08:46:02 +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.313fa8396bdc5bb38bd4ec16d6f4b597cd08e08f.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/bytestructures/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/bytestructures/bytestructures-1.0.10.ebuild X-VCS-Directories: dev-scheme/bytestructures/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 313fa8396bdc5bb38bd4ec16d6f4b597cd08e08f X-VCS-Branch: master Date: Fri, 26 Nov 2021 08:46:02 +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: f8882d64-2704-4dd6-86a5-9ca2741864c1 X-Archives-Hash: ca65eb3fdc7e5fe164ea70045a095309 commit: 313fa8396bdc5bb38bd4ec16d6f4b597cd08e08f Author: Maciej Barć gentoo org> AuthorDate: Fri Nov 26 08:33:17 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=313fa839 dev-scheme/bytestructures: RESTRICT strip; fix QA_PREBUILT Closes: https://bugs.gentoo.org/818265 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć gentoo.org> dev-scheme/bytestructures/bytestructures-1.0.10.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-scheme/bytestructures/bytestructures-1.0.10.ebuild b/dev-scheme/bytestructures/bytestructures-1.0.10.ebuild index 7d756f149fdd..4842f26f1ed7 100644 --- a/dev-scheme/bytestructures/bytestructures-1.0.10.ebuild +++ b/dev-scheme/bytestructures/bytestructures-1.0.10.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="Structured access to bytevector contents" HOMEPAGE="https://github.com/TaylanUB/scheme-bytestructures/" @@ -11,13 +11,14 @@ LICENSE="LGPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +RESTRICT="strip" RDEPEND=">=dev-scheme/guile-2.0.0:=" DEPEND="${RDEPEND}" # 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