jlec 15/01/27 14:41:32 Modified: ChangeLog shogun-3.2.0.ebuild Log: sci-libs/shogun: Fix typo in PYTHON_COMPAT, #537980 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.10 sci-libs/shogun/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/shogun/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/shogun/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/shogun/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/shogun/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 25 Jan 2015 17:41:02 -0000 1.9 +++ ChangeLog 27 Jan 2015 14:41:32 -0000 1.10 @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/shogun # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/shogun/ChangeLog,v 1.9 2015/01/25 17:41:02 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/shogun/ChangeLog,v 1.10 2015/01/27 14:41:32 jlec Exp $ + + 27 Jan 2015; Justin Lecher <[email protected]> shogun-3.2.0.ebuild: + Fix typo in PYTHON_COMPAT, #537980 25 Jan 2015; Justin Lecher <[email protected]> shogun-3.2.0.ebuild, +files/shogun-3.2.0-atlas.patch, metadata.xml: 1.3 sci-libs/shogun/shogun-3.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/shogun/shogun-3.2.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/shogun/shogun-3.2.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/shogun/shogun-3.2.0.ebuild?r1=1.2&r2=1.3 Index: shogun-3.2.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/shogun/shogun-3.2.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- shogun-3.2.0.ebuild 25 Jan 2015 17:41:02 -0000 1.2 +++ shogun-3.2.0.ebuild 27 Jan 2015 14:41:32 -0000 1.3 @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/shogun/shogun-3.2.0.ebuild,v 1.2 2015/01/25 17:41:02 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/shogun/shogun-3.2.0.ebuild,v 1.3 2015/01/27 14:41:32 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 python{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4} ) inherit cmake-utils multilib python-single-r1 toolchain-funcs versionator
