Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylast/
Date: Thu, 30 Dec 2021 20:10:43
Message-Id: 1640895022.1ef0e5e15471a5ca4f9f5f7f56b0722c2acb732e.arthurzam@gentoo
1 commit: 1ef0e5e15471a5ca4f9f5f7f56b0722c2acb732e
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 30 20:10:22 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 30 20:10:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ef0e5e1
7
8 dev-python/pylast: Stabilize 4.4.0 ALLARCHES, #830321
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pylast/pylast-4.4.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pylast/pylast-4.4.0.ebuild b/dev-python/pylast/pylast-4.4.0.ebuild
16 index 128111781b3b..9d59c4b6bbcb 100644
17 --- a/dev-python/pylast/pylast-4.4.0.ebuild
18 +++ b/dev-python/pylast/pylast-4.4.0.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
24 +KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
25
26 BDEPEND="
27 dev-python/setuptools_scm[${PYTHON_USEDEP}]