Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webassets/
Date: Tue, 23 Apr 2019 15:14:51
Message-Id: 1556032470.9a5e2b06e120fe17e81b03750fa8b27e56f078aa.alexxy@gentoo
1 commit: 9a5e2b06e120fe17e81b03750fa8b27e56f078aa
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 23 15:14:07 2019 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 23 15:14:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5e2b06
7
8 dev-python/webassets: Add ~arm ~arm64 keywords
9
10 Package-Manager: Portage-2.3.64, Repoman-2.3.12
11 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
12
13 dev-python/webassets/webassets-0.12.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/webassets/webassets-0.12.1.ebuild b/dev-python/webassets/webassets-0.12.1.ebuild
17 index 28cabd7dc14..69ca324502f 100644
18 --- a/dev-python/webassets/webassets-0.12.1.ebuild
19 +++ b/dev-python/webassets/webassets-0.12.1.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/miracle2k/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
21 # ^^ pypi tarball is missing tests
22 LICENSE="BSD-2"
23 SLOT="0"
24 -KEYWORDS="amd64 x86"
25 +KEYWORDS="amd64 ~arm ~arm64 x86"
26 IUSE="test"
27
28 RDEPEND=""