diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-01-28 16:34:03 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-01-28 16:34:03 +0200 |
commit | 652d48a80206ed2b6c55aebe51f7f8cf16505f4e (patch) | |
tree | 61e12e34c08a8ec17d6711c9b34bdebca8820aee /dev-python/decorator | |
parent | app-vim/xsl-syntax: Drop to ~mips; mips doesn't do stable keywords right now (diff) | |
download | gentoo-652d48a80206ed2b6c55aebe51f7f8cf16505f4e.tar.gz gentoo-652d48a80206ed2b6c55aebe51f7f8cf16505f4e.tar.bz2 gentoo-652d48a80206ed2b6c55aebe51f7f8cf16505f4e.zip |
dev-python/decorator: Drop to ~mips; mips doesn't do stable keywords right now
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/decorator')
-rw-r--r-- | dev-python/decorator/decorator-4.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/decorator/decorator-4.0.2.ebuild b/dev-python/decorator/decorator-4.0.2.ebuild index 4e269f8366f7..7a429617405b 100644 --- a/dev-python/decorator/decorator-4.0.2.ebuild +++ b/dev-python/decorator/decorator-4.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |