diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-07-23 20:20:57 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-07-23 20:20:57 +0000 |
commit | 742788fe63c9fce6a6d0e17db53e96898d03b4a4 (patch) | |
tree | 4dd0433ff598a8d5f55a14a0f6e59016e1b4a40d /sci-libs | |
parent | Update package.use.stable.mask (diff) | |
download | gentoo-2-742788fe63c9fce6a6d0e17db53e96898d03b4a4.tar.gz gentoo-2-742788fe63c9fce6a6d0e17db53e96898d03b4a4.tar.bz2 gentoo-2-742788fe63c9fce6a6d0e17db53e96898d03b4a4.zip |
ppc stable wrt bug #529038
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/plplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/plplot/plplot-5.11.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/plplot/ChangeLog b/sci-libs/plplot/ChangeLog index c94738cbc8b7..06c15323e644 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.64 2015/05/07 09:14:47 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.65 2015/07/23 20:20:57 pacho Exp $ + + 23 Jul 2015; Pacho Ramos <pacho@gentoo.org> plplot-5.11.0-r1.ebuild: + ppc stable wrt bug #529038 *plplot-5.11.0-r1 (07 May 2015) diff --git a/sci-libs/plplot/plplot-5.11.0-r1.ebuild b/sci-libs/plplot/plplot-5.11.0-r1.ebuild index 88c270ce8aea..e71e77462833 100644 --- a/sci-libs/plplot/plplot-5.11.0-r1.ebuild +++ b/sci-libs/plplot/plplot-5.11.0-r1.ebuild @@ -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/sci-libs/plplot/plplot-5.11.0-r1.ebuild,v 1.1 2015/05/07 09:14:47 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.11.0-r1.ebuild,v 1.2 2015/07/23 20:20:57 pacho Exp $ EAPI=5 @@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0/12" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ppc ~x86 ~amd64-linux ~x86-linux" IUSE="ada cairo cxx doc +dynamic examples fortran gd java jpeg latex lua ocaml octave pdf pdl png python qhull qt4 shapefile svg tcl test threads tk truetype wxwidgets X" |