diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2010-10-10 17:28:46 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2010-10-10 17:28:46 +0000 |
commit | abd13687ec9ba26c46105e2cbdf7e1378103ea44 (patch) | |
tree | b948ec07c58a07349ff37ecdfe0ef63edf18df51 /dev-ruby/text-format | |
parent | Fix DEP to || ( >=x11-libs/qt-assistant-4.7.0:4[compat] <x11-libs/qt-assistan... (diff) | |
download | historical-abd13687ec9ba26c46105e2cbdf7e1378103ea44.tar.gz historical-abd13687ec9ba26c46105e2cbdf7e1378103ea44.tar.bz2 historical-abd13687ec9ba26c46105e2cbdf7e1378103ea44.zip |
Keyworded on alpha, bug #330337
Package-Manager: portage-2.1.9.14/cvs/Linux x86_64
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-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/text-format/ChangeLog b/dev-ruby/text-format/ChangeLog index 22a5fb0f72f1..a7336102a8e8 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.43 2010/10/06 17:50:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.44 2010/10/10 17:27:05 klausman Exp $ + + 10 Oct 2010; Tobias Klausmann <klausman@gentoo.org> + text-format-1.0.0-r3.ebuild: + Keyworded on alpha, bug #330337 *text-format-1.0.0-r3 (06 Oct 2010) diff --git a/dev-ruby/text-format/text-format-1.0.0-r3.ebuild b/dev-ruby/text-format/text-format-1.0.0-r3.ebuild index ad8c8f22dc98..c4c16c51679f 100644 --- a/dev-ruby/text-format/text-format-1.0.0-r3.ebuild +++ b/dev-ruby/text-format/text-format-1.0.0-r3.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-r3.ebuild,v 1.1 2010/10/06 17:50:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0-r3.ebuild,v 1.2 2010/10/10 17:27:05 klausman Exp $ EAPI=2 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -16,7 +16,7 @@ SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" IUSE="" ruby_add_rdepend '>=dev-ruby/text-hyphen-1.0.0' |