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-json/
Date: Fri, 26 Nov 2021 08:46:06
Message-Id: 1637916356.935440848fd2ef3db2548e5065712adb20bf3d97.xgqt@gentoo
1 commit: 935440848fd2ef3db2548e5065712adb20bf3d97
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 26 08:43:36 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=93544084
7
8 dev-scheme/guile-json: RESTRICT strip; fix QA_PREBUILT
9
10 Closes: https://bugs.gentoo.org/818586
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-json/guile-json-4.5.2.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-scheme/guile-json/guile-json-4.5.2.ebuild b/dev-scheme/guile-json/guile-json-4.5.2.ebuild
18 index ec4094737898..3c0f10b4a19a 100644
19 --- a/dev-scheme/guile-json/guile-json-4.5.2.ebuild
20 +++ b/dev-scheme/guile-json/guile-json-4.5.2.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=7
26 +EAPI=8
27
28 DESCRIPTION="JSON module for Guile"
29 HOMEPAGE="https://savannah.nongnu.org/projects/guile-json/"
30 @@ -11,13 +11,14 @@ LICENSE="GPL-3"
31 SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33 IUSE=""
34 +RESTRICT="strip"
35
36 RDEPEND=">=dev-scheme/guile-2.0.0:="
37 DEPEND="${RDEPEND}"
38
39 # guile generates ELF files without use of C or machine code
40 # It's a portage's false positive. bug #677600
41 -QA_FLAGS_IGNORED='.*[.]go'
42 +QA_PREBUILT='*[.]go'
43
44 src_prepare() {
45 default