Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-sqlite3/
Date: Fri, 26 Nov 2021 08:46:06
Message-Id: 1637916356.6ed0b210c94c5f0e9b4c63481f6293d869337678.xgqt@gentoo
1 commit: 6ed0b210c94c5f0e9b4c63481f6293d869337678
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 26 08:44:52 2021 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 26 08:45:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed0b210
7
8 dev-scheme/guile-sqlite3: RESTRICT strip; fix QA_PREBUILT
9
10 Closes: https://bugs.gentoo.org/818589
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
13
14 dev-scheme/guile-sqlite3/guile-sqlite3-0.1.3.ebuild | 10 +++++-----
15 1 file changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-scheme/guile-sqlite3/guile-sqlite3-0.1.3.ebuild b/dev-scheme/guile-sqlite3/guile-sqlite3-0.1.3.ebuild
18 index 470b4e281dd1..e2ccd5955c75 100644
19 --- a/dev-scheme/guile-sqlite3/guile-sqlite3-0.1.3.ebuild
20 +++ b/dev-scheme/guile-sqlite3/guile-sqlite3-0.1.3.ebuild
21 @@ -1,18 +1,20 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=7
27 +EAPI=8
28
29 inherit autotools
30
31 DESCRIPTION="Guile bindings of sqlite3"
32 HOMEPAGE="https://notabug.org/guile-sqlite3/guile-sqlite3"
33 SRC_URI="https://notabug.org/guile-sqlite3/guile-sqlite3/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34 +S="${WORKDIR}/${PN}"
35
36 LICENSE="LGPL-3+ GPL-2"
37 SLOT="0"
38 KEYWORDS="~amd64 ~x86"
39 IUSE=""
40 +RESTRICT="strip"
41
42 RDEPEND="
43 >=dev-scheme/guile-2.0.11:=
44 @@ -22,9 +24,7 @@ DEPEND="${RDEPEND}"
45
46 # guile generates ELF files without use of C or machine code
47 # It's a portage's false positive. bug #677600
48 -QA_FLAGS_IGNORED='.*[.]go'
49 -
50 -S=${WORKDIR}/${PN}
51 +QA_PREBUILT='*[.]go'
52
53 src_prepare() {
54 default