diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 18:17:06 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 18:17:06 +0000 |
commit | 07ede4742e170ad9daa05a78ce23f5381384b10a (patch) | |
tree | ded9054fd4492de00a8eb2f67a9db3ee63525022 /dev-ruby/term-ansicolor | |
parent | Fix wording of elogs pointing to the weeget.py weechat script, thanks jdhore. (diff) | |
download | historical-07ede4742e170ad9daa05a78ce23f5381384b10a.tar.gz historical-07ede4742e170ad9daa05a78ce23f5381384b10a.tar.bz2 historical-07ede4742e170ad9daa05a78ce23f5381384b10a.zip |
Add Prefix keywords, bug #396547
Package-Manager: portage-2.2.01.20048-prefix/cvs/Darwin i386
Diffstat (limited to 'dev-ruby/term-ansicolor')
-rw-r--r-- | dev-ruby/term-ansicolor/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/term-ansicolor/ChangeLog b/dev-ruby/term-ansicolor/ChangeLog index e3277a7609ee..f7fc085741ea 100644 --- a/dev-ruby/term-ansicolor/ChangeLog +++ b/dev-ruby/term-ansicolor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/term-ansicolor # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.23 2011/10/22 12:14:53 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.24 2011/12/31 18:08:03 grobian Exp $ + + 31 Dec 2011; Fabian Groffen <grobian@gentoo.org> term-ansicolor-1.0.7.ebuild: + Add Prefix keywords, bug #396547 22 Oct 2011; Hans de Graaff <graaff@gentoo.org> term-ansicolor-1.0.7.ebuild: Add ruby19 and rbx support. Fixes bug 293353. diff --git a/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild b/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild index 0da3789abb71..124096a2f06f 100644 --- a/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild +++ b/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.2 2011/10/22 12:14:53 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.3 2011/12/31 18:08:03 grobian Exp $ EAPI=2 USE_RUBY="ruby18 ree18 jruby ruby19 rbx" @@ -21,7 +21,7 @@ DESCRIPTION="Small Ruby library that colors strings using ANSI escape sequences. HOMEPAGE="http://term-ansicolor.rubyforge.org/" LICENSE="GPL-2" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="examples" |