Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-config/
Date: Tue, 13 Feb 2018 15:57:18
Message-Id: 1518537422.0e18526abe0e54da41db180eaea4331dfa79f886.leio@gentoo
1 commit: 0e18526abe0e54da41db180eaea4331dfa79f886
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 13 15:55:01 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 13 15:57:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e18526a
7
8 Revert "dev-python/oslo-config: dekeyword on ~arm64"
9
10 This reverts commit fdc47e7e695f8076b07c3fa4ddf8c285b308acd4.
11
12 dev-python/oslo-config/oslo-config-4.11.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/oslo-config/oslo-config-4.11.1.ebuild b/dev-python/oslo-config/oslo-config-4.11.1.ebuild
16 index 796049aad6e..10b4df1c72e 100644
17 --- a/dev-python/oslo-config/oslo-config-4.11.1.ebuild
18 +++ b/dev-python/oslo-config/oslo-config-4.11.1.ebuild
19 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.g
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
25 IUSE="doc test"
26
27 CDEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"