diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-28 10:30:53 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-28 10:30:53 +0000 |
commit | e0a1ccd831afc7309e37f4d53c6fdf418eef22a2 (patch) | |
tree | 8b4f7b7d68d8e8cdfebe456f75f8d6cdced0567e /dev-python/gnuplot-py | |
parent | Stable for ppc, wrt bug #534366 (diff) | |
download | gentoo-2-e0a1ccd831afc7309e37f4d53c6fdf418eef22a2.tar.gz gentoo-2-e0a1ccd831afc7309e37f4d53c6fdf418eef22a2.tar.bz2 gentoo-2-e0a1ccd831afc7309e37f4d53c6fdf418eef22a2.zip |
Stable for ppc, wrt bug #535328
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/gnuplot-py')
-rw-r--r-- | dev-python/gnuplot-py/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/gnuplot-py/ChangeLog b/dev-python/gnuplot-py/ChangeLog index d24432ca2265..e3eea939a37c 100644 --- a/dev-python/gnuplot-py/ChangeLog +++ b/dev-python/gnuplot-py/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gnuplot-py # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.47 2015/01/26 10:23:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.48 2015/01/28 10:30:53 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gnuplot-py-1.8-r1.ebuild: + Stable for ppc, wrt bug #535328 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gnuplot-py-1.8-r1.ebuild: Stable for x86, wrt bug #535328 diff --git a/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild index 06fddfc48294..f8f2a6962ce3 100644 --- a/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild +++ b/dev-python/gnuplot-py/gnuplot-py-1.8-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/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v 1.6 2015/01/26 10:23:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8-r1.ebuild,v 1.7 2015/01/28 10:30:53 ago Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc" DEPEND=" |