diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:49:16 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:49:16 +0000 |
commit | 4e069c7904bf5cb23dae53ce43bad99cad042979 (patch) | |
tree | 4718c2c9aad9b36093efdc5ca7f1d58f10e71292 /sci-libs/plplot | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-4e069c7904bf5cb23dae53ce43bad99cad042979.tar.gz gentoo-2-4e069c7904bf5cb23dae53ce43bad99cad042979.tar.bz2 gentoo-2-4e069c7904bf5cb23dae53ce43bad99cad042979.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-libs/plplot')
-rw-r--r-- | sci-libs/plplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/plplot/plplot-5.10.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/plplot/ChangeLog b/sci-libs/plplot/ChangeLog index 62290286904a..12d24b5b233c 100644 --- a/sci-libs/plplot/ChangeLog +++ b/sci-libs/plplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/plplot # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.61 2015/03/20 15:20:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.62 2015/04/08 18:49:14 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> plplot-5.10.0-r1.ebuild: + Drop old Python implementations 20 Mar 2015; Justin Lecher <jlec@gentoo.org> plplot-5.10.0-r1.ebuild: Fix tcl/tk slotting diff --git a/sci-libs/plplot/plplot-5.10.0-r1.ebuild b/sci-libs/plplot/plplot-5.10.0-r1.ebuild index 80ffd164a336..fc2e5dde0c06 100644 --- a/sci-libs/plplot/plplot-5.10.0-r1.ebuild +++ b/sci-libs/plplot/plplot-5.10.0-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.10.0-r1.ebuild,v 1.4 2015/03/20 15:20:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.10.0-r1.ebuild,v 1.5 2015/04/08 18:49:14 mgorny Exp $ EAPI=5 WX_GTK_VER="2.8" FORTRAN_NEEDED=fortran -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) VIRTUALX_REQUIRED=test inherit eutils fortran-2 cmake-utils python-single-r1 toolchain-funcs \ |