diff options
author | Tim Harder <radhermit@gentoo.org> | 2018-02-09 02:48:45 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2018-02-09 02:59:48 -0500 |
commit | fe0f855590532642d7bcdd37e67f80fee40df6c5 (patch) | |
tree | 33602cc1d14aef4a22cc885b724cb26b387b8785 /dev-python | |
parent | dev-haskell/uri: fix HOMEPAGE (diff) | |
download | gentoo-fe0f855590532642d7bcdd37e67f80fee40df6c5.tar.gz gentoo-fe0f855590532642d7bcdd37e67f80fee40df6c5.tar.bz2 gentoo-fe0f855590532642d7bcdd37e67f80fee40df6c5.zip |
dev-python/dugong: stabilize 3.7.1
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/dugong/dugong-3.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/dugong/dugong-3.7.1.ebuild b/dev-python/dugong/dugong-3.7.1.ebuild index d5bddcb825e4..c6e321e5236d 100644 --- a/dev-python/dugong/dugong-3.7.1.ebuild +++ b/dev-python/dugong/dugong-3.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc examples test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |