summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2014-08-30 19:32:21 +0000
committerWilliam Hubbs <williamh@gentoo.org>2014-08-30 19:32:21 +0000
commit0f0300ee552c8239e9d7fae2d70b83471650ea98 (patch)
treeb8a53e944593bde86618b0c6cce089ca6532aa2c /www-client/pybugz
parentStable for amd64 wrt bug #521048 (diff)
downloadgentoo-2-0f0300ee552c8239e9d7fae2d70b83471650ea98.tar.gz
gentoo-2-0f0300ee552c8239e9d7fae2d70b83471650ea98.tar.bz2
gentoo-2-0f0300ee552c8239e9d7fae2d70b83471650ea98.zip
only support python-3.3 or newer due to upstream bugs in python 2.x
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'www-client/pybugz')
-rw-r--r--www-client/pybugz/ChangeLog5
-rw-r--r--www-client/pybugz/pybugz-9999.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/pybugz/ChangeLog b/www-client/pybugz/ChangeLog
index a2aa634dc269..1190b3f34b59 100644
--- a/www-client/pybugz/ChangeLog
+++ b/www-client/pybugz/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-client/pybugz
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.124 2014/08/13 17:34:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.125 2014/08/30 19:32:21 williamh Exp $
+
+ 30 Aug 2014; William Hubbs <williamh@gentoo.org> pybugz-9999.ebuild:
+ only support python-3.3 or newer due to upstream bugs in python 2.x
13 Aug 2014; Raúl Porcel <armin76@gentoo.org> pybugz-0.10.1-r2.ebuild:
alpha/ia64/sparc stable wrt #517550
diff --git a/www-client/pybugz/pybugz-9999.ebuild b/www-client/pybugz/pybugz-9999.ebuild
index 03fdc9909144..9f246ff59036 100644
--- a/www-client/pybugz/pybugz-9999.ebuild
+++ b/www-client/pybugz/pybugz-9999.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-9999.ebuild,v 1.20 2014/07/28 19:24:23 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-9999.ebuild,v 1.21 2014/08/30 19:32:21 williamh Exp $
EAPI=5
-PYTHON_COMPAT=( python2_7 pypy pypy2_0 python3_3 )
+PYTHON_COMPAT=( python3_3 )
PYTHON_REQ_USE="readline(+)"
if [ "${PV}" = "9999" ]; then