idella4 14/06/28 02:07:50 Modified: plyr-1.0.6.ebuild ChangeLog Log: add ~x86 keyword, add missing call in prepare_all() (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/plyr/plyr-1.0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/plyr/plyr-1.0.6.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/plyr/plyr-1.0.6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/plyr/plyr-1.0.6.ebuild?r1=1.1&r2=1.2 Index: plyr-1.0.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/plyr/plyr-1.0.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- plyr-1.0.6.ebuild 24 Jun 2014 15:02:04 -0000 1.1 +++ plyr-1.0.6.ebuild 28 Jun 2014 02:07:49 -0000 1.2 @@ -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/plyr/plyr-1.0.6.ebuild,v 1.1 2014/06/24 15:02:04 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/plyr/plyr-1.0.6.ebuild,v 1.2 2014/06/28 02:07:49 idella4 Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -16,7 +16,7 @@ SRC_URI="https://github.com/sahib/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="GPL-3+" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="doc" @@ -31,6 +31,7 @@ python_prepare_all() { # Disable test requiring internet connection sed -e 's:test_download:_&:' -i tests/test_misc.py || die + distutils-r1_python_prepare_all } python_compile() { 1.5 dev-python/plyr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/plyr/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/plyr/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/plyr/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/plyr/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 27 Jun 2014 11:45:19 -0000 1.4 +++ ChangeLog 28 Jun 2014 02:07:50 -0000 1.5 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/plyr # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/plyr/ChangeLog,v 1.4 2014/06/27 11:45:19 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/plyr/ChangeLog,v 1.5 2014/06/28 02:07:50 idella4 Exp $ + + 28 Jun 2014; Ian Delaney <[email protected]> plyr-1.0.6.ebuild: + add ~x86 keyword, add missing call in prepare_all() 27 Jun 2014; Ian Delaney <[email protected]> -plyr-1.0.2.ebuild: remove superseded version
