Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/
Date: Tue, 13 Jul 2021 06:34:02
Message-Id: 1626157920.b4b169d8b2b9fe0c8b17a47b76be4822b331f160.ago@gentoo
1 commit: b4b169d8b2b9fe0c8b17a47b76be4822b331f160
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 13 06:32:00 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 13 06:32:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b169d8
7
8 dev-util/stripe-mock: x86 stable wrt bug #798000
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-util/stripe-mock/stripe-mock-0.107.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-util/stripe-mock/stripe-mock-0.107.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.107.0.ebuild
18 index 0d362eb78a2..07a1e00de87 100644
19 --- a/dev-util/stripe-mock/stripe-mock-0.107.0.ebuild
20 +++ b/dev-util/stripe-mock/stripe-mock-0.107.0.ebuild
21 @@ -10,7 +10,7 @@ inherit golang-build golang-vcs-snapshot
22 DESCRIPTION="Mock HTTP server that responds like the real Stripe API"
23 HOMEPAGE="https://github.com/stripe/stripe-mock"
24 SRC_URI="https://github.com/stripe/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 -KEYWORDS="amd64 ~x86"
26 +KEYWORDS="amd64 x86"
27
28 LICENSE="MIT ISC BSD-2"
29 SLOT="0"