diff options
author | 2015-01-27 14:41:32 +0000 | |
---|---|---|
committer | 2015-01-27 14:41:32 +0000 | |
commit | 826527ea5322d9c4300cee4511fe8fee2b972bfc (patch) | |
tree | 65fba33f440a844f5129a36d226b29bbb3feeaeb | |
parent | Correct SRC_URI to cope with Berlios disappearing act, closes bug #537780 by ... (diff) | |
download | gentoo-2-826527ea5322d9c4300cee4511fe8fee2b972bfc.tar.gz gentoo-2-826527ea5322d9c4300cee4511fe8fee2b972bfc.tar.bz2 gentoo-2-826527ea5322d9c4300cee4511fe8fee2b972bfc.zip |
sci-libs/shogun: Fix typo in PYTHON_COMPAT, #537980
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
-rw-r--r-- | sci-libs/shogun/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/shogun/shogun-3.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/shogun/ChangeLog b/sci-libs/shogun/ChangeLog index 2d7f3bb7e15a..4e7990bd4cd6 100644 --- a/sci-libs/shogun/ChangeLog +++ b/sci-libs/shogun/ChangeLog @@ -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 <jlec@gentoo.org> shogun-3.2.0.ebuild: + Fix typo in PYTHON_COMPAT, #537980 25 Jan 2015; Justin Lecher <jlec@gentoo.org> shogun-3.2.0.ebuild, +files/shogun-3.2.0-atlas.patch, metadata.xml: diff --git a/sci-libs/shogun/shogun-3.2.0.ebuild b/sci-libs/shogun/shogun-3.2.0.ebuild index 4bce5a8850a0..188a78404325 100644 --- a/sci-libs/shogun/shogun-3.2.0.ebuild +++ b/sci-libs/shogun/shogun-3.2.0.ebuild @@ -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 |