summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-12-04 09:59:07 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-12-04 09:59:07 +0000
commit02c7c3a80cab505251a2476fd87801d44087a951 (patch)
treed4633dce08253735416fb391ccf4529ec099e861 /dev-python
parentStable for amd64, wrt bug #530624 (diff)
downloadgentoo-2-02c7c3a80cab505251a2476fd87801d44087a951.tar.gz
gentoo-2-02c7c3a80cab505251a2476fd87801d44087a951.tar.bz2
gentoo-2-02c7c3a80cab505251a2476fd87801d44087a951.zip
Stable for amd64, wrt bug #530758
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/tox/ChangeLog5
-rw-r--r--dev-python/tox/tox-1.8.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/tox/ChangeLog b/dev-python/tox/ChangeLog
index 5aba96f4509b..196bd242f3ee 100644
--- a/dev-python/tox/ChangeLog
+++ b/dev-python/tox/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/tox
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v 1.21 2014/11/13 04:52:05 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v 1.22 2014/12/04 09:59:07 ago Exp $
+
+ 04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> tox-1.8.0.ebuild:
+ Stable for amd64, wrt bug #530758
*tox-1.8.1 (13 Nov 2014)
diff --git a/dev-python/tox/tox-1.8.0.ebuild b/dev-python/tox/tox-1.8.0.ebuild
index e126303a7a8d..ef7d0f89b17d 100644
--- a/dev-python/tox/tox-1.8.0.ebuild
+++ b/dev-python/tox/tox-1.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/tox-1.8.0.ebuild,v 1.1 2014/10/14 02:28:52 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/tox-1.8.0.ebuild,v 1.2 2014/12/04 09:59:07 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="doc test"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]