Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libbtbb/
Date: Wed, 12 Jan 2022 11:41:42
Message-Id: 1641987684.16fa49554b6cc272cf55905ed9552b4347ea19c5.jsmolic@gentoo
1 commit: 16fa49554b6cc272cf55905ed9552b4347ea19c5
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 12 11:41:24 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 12 11:41:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16fa4955
7
8 net-libs/libbtbb: Stabilize 2020.12.1-r1 x86, #789234
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 net-libs/libbtbb/libbtbb-2020.12.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/libbtbb/libbtbb-2020.12.1-r1.ebuild b/net-libs/libbtbb/libbtbb-2020.12.1-r1.ebuild
16 index b26312b26698..c6a7e694e720 100644
17 --- a/net-libs/libbtbb/libbtbb-2020.12.1-r1.ebuild
18 +++ b/net-libs/libbtbb/libbtbb-2020.12.1-r1.ebuild
19 @@ -16,7 +16,7 @@ else
20 MY_PV=${MY_PV/./-R}
21 SRC_URI="https://github.com/greatscottgadgets/${PN}/archive/${MY_PV}.tar.gz -> ${PN}-${MY_PV}.tar.gz"
22 S="${WORKDIR}"/${PN}-${MY_PV}
23 - KEYWORDS="amd64 arm ~x86"
24 + KEYWORDS="amd64 arm x86"
25 fi
26
27 LICENSE="GPL-2"