From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1343469-garchives=archives.gentoo.org@lists.gentoo.org>
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 9E035158088
	for <garchives@archives.gentoo.org>; 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 D13162BC004;
	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 95EE12BC046
	for <gentoo-commits@lists.gentoo.org>; 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 A0E3C3433EF
	for <gentoo-commits@lists.gentoo.org>; Fri, 26 Nov 2021 08:46:04 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 445E71EA
	for <gentoo-commits@lists.gentoo.org>; Fri, 26 Nov 2021 08:46:03 +0000 (UTC)
From: "Maciej Barć" <xgqt@gentoo.org>
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ć" <xgqt@gentoo.org>
Message-ID: <1637916356.6ed0b210c94c5f0e9b4c63481f6293d869337678.xgqt@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-sqlite3/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-scheme/guile-sqlite3/guile-sqlite3-0.1.3.ebuild
X-VCS-Directories: dev-scheme/guile-sqlite3/
X-VCS-Committer: xgqt
X-VCS-Committer-Name: Maciej Barć
X-VCS-Revision: 6ed0b210c94c5f0e9b4c63481f6293d869337678
X-VCS-Branch: master
Date: Fri, 26 Nov 2021 08:46:03 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 7fec291a-99ae-45d9-8e37-098e7b13f7df
X-Archives-Hash: 50f801afd5cc6982466842d97c264289

commit:     6ed0b210c94c5f0e9b4c63481f6293d869337678
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 26 08:44:52 2021 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Nov 26 08:45:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed0b210

dev-scheme/guile-sqlite3: RESTRICT strip; fix QA_PREBUILT

Closes: https://bugs.gentoo.org/818589
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-scheme/guile-sqlite3/guile-sqlite3-0.1.3.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-scheme/guile-sqlite3/guile-sqlite3-0.1.3.ebuild b/dev-scheme/guile-sqlite3/guile-sqlite3-0.1.3.ebuild
index 470b4e281dd1..e2ccd5955c75 100644
--- a/dev-scheme/guile-sqlite3/guile-sqlite3-0.1.3.ebuild
+++ b/dev-scheme/guile-sqlite3/guile-sqlite3-0.1.3.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 sqlite3"
 HOMEPAGE="https://notabug.org/guile-sqlite3/guile-sqlite3"
 SRC_URI="https://notabug.org/guile-sqlite3/guile-sqlite3/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
 
 LICENSE="LGPL-3+ GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+RESTRICT="strip"
 
 RDEPEND="
 	>=dev-scheme/guile-2.0.11:=
@@ -22,9 +24,7 @@ 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'
-
-S=${WORKDIR}/${PN}
+QA_PREBUILT='*[.]go'
 
 src_prepare() {
 	default