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/cachelib/
Date: Tue, 11 Feb 2020 11:42:55
Message-Id: 1581421333.adb1c56ea3caf8b5e79f389afb3a5d5b7e7755ff.alexxy@gentoo
1 commit: adb1c56ea3caf8b5e79f389afb3a5d5b7e7755ff
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 10:14:05 2020 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 11:42:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb1c56e
7
8 dev-python/cachelib: Add ~arm ~arm64
9
10 Package-Manager: Portage-2.3.86, Repoman-2.3.20
11 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
12
13 dev-python/cachelib/cachelib-0.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/cachelib/cachelib-0.1.ebuild b/dev-python/cachelib/cachelib-0.1.ebuild
17 index 884023189b6..833b15b9c92 100644
18 --- a/dev-python/cachelib/cachelib-0.1.ebuild
19 +++ b/dev-python/cachelib/cachelib-0.1.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
21
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS="amd64 x86"
25 +KEYWORDS="amd64 ~arm ~arm64 x86"
26 IUSE=""
27
28 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"