diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-12-15 15:46:15 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-12-15 15:46:15 +0100 |
commit | b5b80f049a0362c1e1066a94e9aaf85c073a23f3 (patch) | |
tree | 06cb216011ad0e25c074a5d53dfcf0105ef2c637 /dev-python/autopep8 | |
parent | dev-python/send2trash: x86 stable wrt bug #701556 (diff) | |
download | gentoo-b5b80f049a0362c1e1066a94e9aaf85c073a23f3.tar.gz gentoo-b5b80f049a0362c1e1066a94e9aaf85c073a23f3.tar.bz2 gentoo-b5b80f049a0362c1e1066a94e9aaf85c073a23f3.zip |
dev-python/autopep8: x86 stable wrt bug #701670
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/autopep8')
-rw-r--r-- | dev-python/autopep8/autopep8-1.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/autopep8/autopep8-1.4.3.ebuild b/dev-python/autopep8/autopep8-1.4.3.ebuild index f5e2bd374d14..513c94362cc7 100644 --- a/dev-python/autopep8/autopep8-1.4.3.ebuild +++ b/dev-python/autopep8/autopep8-1.4.3.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" fi LICENSE="MIT" |