diff options
author | Kenneth Prugh <ken69267@gentoo.org> | 2008-06-04 20:30:15 +0000 |
---|---|---|
committer | Kenneth Prugh <ken69267@gentoo.org> | 2008-06-04 20:30:15 +0000 |
commit | 756e049616c88ef16b7b6433e5be6bcb1dbeb57f (patch) | |
tree | 2c3e25ee16247d13d6cfac743389c48a74b0a12c /sci-visualization | |
parent | Added patch to solve zapping problem from http://vdr-portal.de/board/thread.p... (diff) | |
download | gentoo-2-756e049616c88ef16b7b6433e5be6bcb1dbeb57f.tar.gz gentoo-2-756e049616c88ef16b7b6433e5be6bcb1dbeb57f.tar.bz2 gentoo-2-756e049616c88ef16b7b6433e5be6bcb1dbeb57f.zip |
amd64 stable, bug #224071
(Portage version: 2.1.5.3)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/gnuplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-visualization/gnuplot/ChangeLog b/sci-visualization/gnuplot/ChangeLog index 3c9c07489269..73d4bb0a18d5 100644 --- a/sci-visualization/gnuplot/ChangeLog +++ b/sci-visualization/gnuplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/gnuplot # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.76 2008/06/02 04:12:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.77 2008/06/04 20:30:15 ken69267 Exp $ + + 04 Jun 2008; Kenneth Prugh <ken69267@gentoo.org> gnuplot-4.2.3-r2.ebuild: + amd64 stable, bug #224071 02 Jun 2008; Jeroen Roovers <jer@gentoo.org> gnuplot-4.2.3-r2.ebuild: Stable for HPPA (bug #223965). diff --git a/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild b/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild index e272664ce132..147eca4a1865 100644 --- a/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild +++ b/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.6 2008/06/02 04:12:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.7 2008/06/04 20:30:15 ken69267 Exp $ inherit autotools elisp-common eutils multilib wxwidgets @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz" LICENSE="gnuplot" SLOT="0" -KEYWORDS="alpha ~amd64 hppa ia64 ppc ~ppc64 ~s390 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 ~s390 sparc x86 ~x86-fbsd" IUSE="doc emacs gd ggi latex pdf plotutils readline svga wxwindows X xemacs" RESTRICT="wxwindows? ( test )" |