diff options
-rw-r--r-- | dev-python/colander/colander-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/colander/colander-1.3.1.ebuild b/dev-python/colander/colander-1.3.1.ebuild index e5d17629cced..9380a2c66041 100644 --- a/dev-python/colander/colander-1.3.1.ebuild +++ b/dev-python/colander/colander-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}" # MIT license is used by included (modified) iso8601.py code. LICENSE="repoze MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc test" # Depend on an ebuild of translationstring with Python 3 support. |