idella4 14/10/15 01:33:12 Modified: rednose-0.4.1.ebuild ChangeLog Log: add py3.4 pypy support, keyword ~x86 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/rednose/rednose-0.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rednose/rednose-0.4.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rednose/rednose-0.4.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rednose/rednose-0.4.1.ebuild?r1=1.1&r2=1.2 Index: rednose-0.4.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/rednose/rednose-0.4.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rednose-0.4.1.ebuild 12 Oct 2014 15:46:14 -0000 1.1 +++ rednose-0.4.1.ebuild 15 Oct 2014 01:33:12 -0000 1.2 @@ -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/dev-python/rednose/rednose-0.4.1.ebuild,v 1.1 2014/10/12 15:46:14 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rednose/rednose-0.4.1.ebuild,v 1.2 2014/10/15 01:33:12 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 ) +PYTHON_COMPAT=( python2_7 python{3_3,3_4} pypy ) inherit distutils-r1 @@ -13,7 +13,7 @@ LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" 1.2 dev-python/rednose/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rednose/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rednose/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rednose/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/rednose/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 12 Oct 2014 15:46:14 -0000 1.1 +++ ChangeLog 15 Oct 2014 01:33:12 -0000 1.2 @@ -1,10 +1,12 @@ # ChangeLog for dev-python/rednose # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rednose/ChangeLog,v 1.1 2014/10/12 15:46:14 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rednose/ChangeLog,v 1.2 2014/10/15 01:33:12 idella4 Exp $ + + 15 Oct 2014; Ian Delaney <[email protected]> rednose-0.4.1.ebuild: + add py3.4 pypy support, keyword ~x86 *rednose-0.4.1 (12 Oct 2014) 12 Oct 2014; Alex Brandt <[email protected]> +rednose-0.4.1.ebuild, +metadata.xml: add ebuild written by me -
