diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2007-08-21 12:00:25 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2007-08-21 12:00:25 +0000 |
commit | 2b7c842c4f8bbf76cc1e238d87d5f4b03fecc84b (patch) | |
tree | b58fa0c877ebb1f228008abbaca0875a487413e7 /dev-python/gnuplot-py | |
parent | Sparc stable --- Bug #189672 --- runs all tests and demos. (diff) | |
download | gentoo-2-2b7c842c4f8bbf76cc1e238d87d5f4b03fecc84b.tar.gz gentoo-2-2b7c842c4f8bbf76cc1e238d87d5f4b03fecc84b.tar.bz2 gentoo-2-2b7c842c4f8bbf76cc1e238d87d5f4b03fecc84b.zip |
Add ~sparc keyword as complement to gnuplot; appears to work fine.
(Portage version: 2.1.3.6)
Diffstat (limited to 'dev-python/gnuplot-py')
-rw-r--r-- | dev-python/gnuplot-py/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/gnuplot-py/ChangeLog b/dev-python/gnuplot-py/ChangeLog index 92366c90b8cd..0ec0a6253f84 100644 --- a/dev-python/gnuplot-py/ChangeLog +++ b/dev-python/gnuplot-py/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gnuplot-py # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.19 2007/07/26 18:25:30 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.20 2007/08/21 12:00:25 fmccor Exp $ + + 21 Aug 2007; Ferris McCormick <fmccor@gentoo.org> + gnuplot-py-1.7-r1.ebuild: + Add ~sparc keyword as complement to gnuplot; appears to work fine. 26 Jul 2007; Markus Rothe <corsair@gentoo.org> gnuplot-py-1.7-r1.ebuild: Added ~ppc64; bug #186188 diff --git a/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild index a1bfa8c07771..01c8de193b3d 100644 --- a/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild +++ b/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.7-r1.ebuild,v 1.6 2007/07/26 18:25:30 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild,v 1.7 2007/08/21 12:00:25 fmccor Exp $ inherit distutils eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="virtual/python |