klausman 14/07/19 18:44:29 Modified: ChangeLog py-1.4.20.ebuild Log: Update pytest dep and drop ia64 and hppa stable keywords. Details in bug 506042 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Revision Changes Path 1.169 dev-python/py/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/ChangeLog?rev=1.169&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/ChangeLog?rev=1.169&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/ChangeLog?r1=1.168&r2=1.169 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v retrieving revision 1.168 retrieving revision 1.169 diff -u -r1.168 -r1.169 --- ChangeLog 8 Jun 2014 09:03:36 -0000 1.168 +++ ChangeLog 19 Jul 2014 18:44:29 -0000 1.169 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/py # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.168 2014/06/08 09:03:36 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.169 2014/07/19 18:44:29 klausman Exp $ + + 19 Jul 2014; Tobias Klausmann <[email protected]> py-1.4.20.ebuild: + Update pytest dep and drop ia64 and hppa stable keywords. Details in bug + 506042 08 Jun 2014; Akinori Hattori <[email protected]> py-1.4.20.ebuild: ia64 stable wrt bug #506042 1.6 dev-python/py/py-1.4.20.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.20.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.20.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.20.ebuild?r1=1.5&r2=1.6 Index: py-1.4.20.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.20.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- py-1.4.20.ebuild 8 Jun 2014 09:03:36 -0000 1.5 +++ py-1.4.20.ebuild 19 Jul 2014 18:44:29 -0000 1.6 @@ -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/py/py-1.4.20.ebuild,v 1.5 2014/06/08 09:03:36 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.20.ebuild,v 1.6 2014/07/19 18:44:29 klausman Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) @@ -12,12 +12,12 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc test" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - test? ( >=dev-python/pytest-2[${PYTHON_USEDEP}] )" + test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )" RDEPEND="" DOCS=( CHANGELOG README.txt )
