diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-20 09:58:12 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-20 09:58:12 +0100 |
commit | f2cd12b358b49ba5aa465ec534bfd01db06e0d6d (patch) | |
tree | 0d3353957290d8f13d43e768fe2d2e62ce21318a /dev-python/decorator | |
parent | net-analyzer/testssl: amd64 stable wrt bug #713356 (diff) | |
download | gentoo-f2cd12b358b49ba5aa465ec534bfd01db06e0d6d.tar.gz gentoo-f2cd12b358b49ba5aa465ec534bfd01db06e0d6d.tar.bz2 gentoo-f2cd12b358b49ba5aa465ec534bfd01db06e0d6d.zip |
dev-python/decorator: amd64 stable wrt bug #713454
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/decorator')
-rw-r--r-- | dev-python/decorator/decorator-4.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/decorator/decorator-4.4.1.ebuild b/dev-python/decorator/decorator-4.4.1.ebuild index ffcb5a9cbd35..d84ce12cef77 100644 --- a/dev-python/decorator/decorator-4.4.1.ebuild +++ b/dev-python/decorator/decorator-4.4.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |