maekke 15/03/28 06:58:39 Modified: ChangeLog linecache2-1.0.0.ebuild Log: add ~arm, bug #544142 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path 1.2 dev-python/linecache2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/linecache2/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/linecache2/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/linecache2/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/linecache2/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 18 Mar 2015 23:07:42 -0000 1.1 +++ ChangeLog 28 Mar 2015 06:58:39 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/linecache2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/linecache2/ChangeLog,v 1.1 2015/03/18 23:07:42 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/linecache2/ChangeLog,v 1.2 2015/03/28 06:58:39 maekke Exp $ + + 28 Mar 2015; Markus Meier <[email protected]> linecache2-1.0.0.ebuild: + add ~arm, bug #544142 *linecache2-1.0.0 (18 Mar 2015) 1.2 dev-python/linecache2/linecache2-1.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/linecache2/linecache2-1.0.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/linecache2/linecache2-1.0.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/linecache2/linecache2-1.0.0.ebuild?r1=1.1&r2=1.2 Index: linecache2-1.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/linecache2/linecache2-1.0.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- linecache2-1.0.0.ebuild 18 Mar 2015 23:07:42 -0000 1.1 +++ linecache2-1.0.0.ebuild 28 Mar 2015 06:58:39 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/linecache2/linecache2-1.0.0.ebuild,v 1.1 2015/03/18 23:07:42 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/linecache2/linecache2-1.0.0.ebuild,v 1.2 2015/03/28 06:58:39 maekke Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) @@ -13,7 +13,7 @@ LICENSE="PSF-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm" IUSE="test" DEPEND="
