diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-02-18 16:31:34 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-02-18 16:31:34 +0000 |
commit | f366cc39c22a19303563deefbd911284df057f7d (patch) | |
tree | edc68e470ae8ad4530dfd492b1a79ef3c97bfa83 /dev-ruby/text-format | |
parent | Beta channel update, fixes some tab crashes, improved font bolding for fonts ... (diff) | |
download | historical-f366cc39c22a19303563deefbd911284df057f7d.tar.gz historical-f366cc39c22a19303563deefbd911284df057f7d.tar.bz2 historical-f366cc39c22a19303563deefbd911284df057f7d.zip |
Marked ~x86-solaris
Package-Manager: portage-2.2.00.15335-prefix/cvs/SunOS i386
Diffstat (limited to 'dev-ruby/text-format')
-rw-r--r-- | dev-ruby/text-format/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/text-format/text-format-1.0.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/text-format/ChangeLog b/dev-ruby/text-format/ChangeLog index 498113e5aaae..01741362b99b 100644 --- a/dev-ruby/text-format/ChangeLog +++ b/dev-ruby/text-format/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/text-format # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.31 2010/02/13 19:41:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.32 2010/02/18 16:31:34 grobian Exp $ + + 18 Feb 2010; Fabian Groffen <grobian@gentoo.org> + text-format-1.0.0-r1.ebuild: + Marked ~x86-solaris 13 Feb 2010; Raúl Porcel <armin76@gentoo.org> text-format-1.0.0.ebuild, text-format-1.0.0-r1.ebuild: diff --git a/dev-ruby/text-format/text-format-1.0.0-r1.ebuild b/dev-ruby/text-format/text-format-1.0.0-r1.ebuild index cc805673ccd2..ba56cce266d3 100644 --- a/dev-ruby/text-format/text-format-1.0.0-r1.ebuild +++ b/dev-ruby/text-format/text-format-1.0.0-r1.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/text-format/text-format-1.0.0-r1.ebuild,v 1.4 2010/02/13 19:41:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r1.ebuild,v 1.5 2010/02/18 16:31:34 grobian Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 jruby" @@ -16,7 +16,7 @@ SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" IUSE="" ruby_add_rdepend '>=dev-ruby/text-hyphen-1.0.0' |