diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-01-07 10:59:36 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-01-07 10:59:36 +0000 |
commit | 311006bf440d944cfefc719be85611297a6dd1cb (patch) | |
tree | dce69534ba149522336f3c3345f19472eecce041 /dev-ruby/sparklines | |
parent | Change virtual/ruby to a specific implementation. (diff) | |
download | gentoo-2-311006bf440d944cfefc719be85611297a6dd1cb.tar.gz gentoo-2-311006bf440d944cfefc719be85611297a6dd1cb.tar.bz2 gentoo-2-311006bf440d944cfefc719be85611297a6dd1cb.zip |
Keyword ~x86-macos.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/sparklines')
-rw-r--r-- | dev-ruby/sparklines/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/sparklines/sparklines-0.5.2-r2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/sparklines/ChangeLog b/dev-ruby/sparklines/ChangeLog index e4ea9ab9bfa9..53d5567eecf0 100644 --- a/dev-ruby/sparklines/ChangeLog +++ b/dev-ruby/sparklines/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/sparklines -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sparklines/ChangeLog,v 1.10 2010/08/21 20:04:42 flameeyes Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sparklines/ChangeLog,v 1.11 2011/01/07 10:59:36 graaff Exp $ + + 07 Jan 2011; Hans de Graaff <graaff@gentoo.org> + sparklines-0.5.2-r2.ebuild: + Keyword ~x86-macos. 21 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> -files/sparklines.gemspec: diff --git a/dev-ruby/sparklines/sparklines-0.5.2-r2.ebuild b/dev-ruby/sparklines/sparklines-0.5.2-r2.ebuild index 76f34e45fe09..64bbb5e83c4b 100644 --- a/dev-ruby/sparklines/sparklines-0.5.2-r2.ebuild +++ b/dev-ruby/sparklines/sparklines-0.5.2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sparklines/sparklines-0.5.2-r2.ebuild,v 1.3 2010/07/21 12:56:38 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sparklines/sparklines-0.5.2-r2.ebuild,v 1.4 2011/01/07 10:59:36 graaff Exp $ EAPI="2" USE_RUBY="ruby18" @@ -16,7 +16,7 @@ HOMEPAGE="http://sparklines.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 x86 ~x86-macos" IUSE="" RDEPEND="dev-ruby/rmagick" |