diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-09 12:06:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-09 12:08:19 +0200 |
commit | 4979ef3cb84c8dea9c7160de8df7ad2454847977 (patch) | |
tree | 101fc218363e547047f374ac9bc76bbce24645a7 /dev-python/oauth2client | |
parent | dev-python/oauth2client: Mark ALLARCHES (diff) | |
download | gentoo-4979ef3cb84c8dea9c7160de8df7ad2454847977.tar.gz gentoo-4979ef3cb84c8dea9c7160de8df7ad2454847977.tar.bz2 gentoo-4979ef3cb84c8dea9c7160de8df7ad2454847977.zip |
dev-python/oauth2client: Stabilize 4.1.3-r1 ALLARCHES, #731456
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oauth2client')
-rw-r--r-- | dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild b/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild index 3563b832a5a6..31c14911dce7 100644 --- a/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild +++ b/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}"/${P/_p/-post} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" REQUIRED_USE="|| ( $(python_gen_useflags 'python*') )" |