Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libarchive-c/
Date: Tue, 04 Jan 2022 03:20:56
Message-Id: 1641266361.0cb7e15197d8dfb948ee5ee70a4b84c11e352990.sam@gentoo
1 commit: 0cb7e15197d8dfb948ee5ee70a4b84c11e352990
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 03:19:21 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 03:19:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb7e151
7
8 dev-python/libarchive-c: Stabilize 3.2-r1 x86, #830541
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/libarchive-c/libarchive-c-3.2-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/libarchive-c/libarchive-c-3.2-r1.ebuild b/dev-python/libarchive-c/libarchive-c-3.2-r1.ebuild
16 index 147604f129d3..07b3b940883d 100644
17 --- a/dev-python/libarchive-c/libarchive-c-3.2-r1.ebuild
18 +++ b/dev-python/libarchive-c/libarchive-c-3.2-r1.ebuild
19 @@ -13,7 +13,7 @@ S="${WORKDIR}"/python-${P}
20
21 LICENSE="CC0-1.0"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
25
26 RDEPEND="app-arch/libarchive"
27 BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"