diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-29 11:37:02 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-29 11:37:02 +0000 |
commit | 1f1b1d627a460d43bba783df28e85b63354fcbe9 (patch) | |
tree | a8afc25dcf24c2db0a26d7ea5d5d413492de37fa /dev-ruby/gnuplot | |
parent | Version bump (diff) | |
download | gentoo-2-1f1b1d627a460d43bba783df28e85b63354fcbe9.tar.gz gentoo-2-1f1b1d627a460d43bba783df28e85b63354fcbe9.tar.bz2 gentoo-2-1f1b1d627a460d43bba783df28e85b63354fcbe9.zip |
Add ~alpha and ~ppc keywords per the report in bug 330913 by Kazuyoshi Furutaka.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/gnuplot')
-rw-r--r-- | dev-ruby/gnuplot/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/gnuplot/gnuplot-2.3.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/gnuplot/ChangeLog b/dev-ruby/gnuplot/ChangeLog index 535c1c30a20e..44f5e0fa94a8 100644 --- a/dev-ruby/gnuplot/ChangeLog +++ b/dev-ruby/gnuplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/gnuplot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.7 2010/08/07 12:46:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/ChangeLog,v 1.8 2010/08/29 11:37:02 graaff Exp $ + + 29 Aug 2010; Hans de Graaff <graaff@gentoo.org> gnuplot-2.3.4.ebuild: + Add ~alpha and ~ppc keywords per the report in bug 330913 by Kazuyoshi + Furutaka. *gnuplot-2.3.4 (07 Aug 2010) diff --git a/dev-ruby/gnuplot/gnuplot-2.3.4.ebuild b/dev-ruby/gnuplot/gnuplot-2.3.4.ebuild index 9d16a71b18c6..b91b331d4bf2 100644 --- a/dev-ruby/gnuplot/gnuplot-2.3.4.ebuild +++ b/dev-ruby/gnuplot/gnuplot-2.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.3.4.ebuild,v 1.1 2010/08/07 12:46:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gnuplot/gnuplot-2.3.4.ebuild,v 1.2 2010/08/29 11:37:02 graaff Exp $ EAPI="2" USE_RUBY="ruby18 ruby19" @@ -16,7 +16,7 @@ DESCRIPTION="Gnuplot drawing library - Ruby Bindings" HOMEPAGE="http://rgplot.rubyforge.org/" LICENSE="BSD" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~x86" IUSE="test" SLOT="0" |