diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-03-28 11:14:01 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-03-28 11:14:01 +0000 |
commit | 5f3fe942d887dabb8890059cedd1013c1503c949 (patch) | |
tree | c2b21a2f7460d6bcab0b30a5760acddff928d323 /dev-ruby/nitro | |
parent | Move 1.8.2 back to ~x86, since it fails with uclibc, bug 171787 (diff) | |
download | historical-5f3fe942d887dabb8890059cedd1013c1503c949.tar.gz historical-5f3fe942d887dabb8890059cedd1013c1503c949.tar.bz2 historical-5f3fe942d887dabb8890059cedd1013c1503c949.zip |
Add ~ia64 wrt bug 157436
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'dev-ruby/nitro')
-rw-r--r-- | dev-ruby/nitro/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/nitro/nitro-0.40.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/nitro/ChangeLog b/dev-ruby/nitro/ChangeLog index 56f5f9f970fb..19c478e66420 100644 --- a/dev-ruby/nitro/ChangeLog +++ b/dev-ruby/nitro/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/nitro # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/ChangeLog,v 1.9 2007/02/22 01:05:11 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/ChangeLog,v 1.10 2007/03/28 11:14:01 armin76 Exp $ + + 28 Mar 2007; Raúl Porcel <armin76@gentoo.org> nitro-0.40.0.ebuild: + Add ~ia64 wrt bug 157436 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-ruby/nitro/nitro-0.40.0.ebuild b/dev-ruby/nitro/nitro-0.40.0.ebuild index 2387d055defb..3c075c2104c3 100644 --- a/dev-ruby/nitro/nitro-0.40.0.ebuild +++ b/dev-ruby/nitro/nitro-0.40.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/nitro-0.40.0.ebuild,v 1.2 2007/03/15 04:36:41 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nitro/nitro-0.40.0.ebuild,v 1.3 2007/03/28 11:14:01 armin76 Exp $ inherit ruby gems @@ -11,7 +11,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="Ruby" SLOT="0" -KEYWORDS="~ppc64 ~x86" +KEYWORDS="~ia64 ~ppc64 ~x86" IUSE="apache2 fastcgi lighttpd xslt" DEPEND=">=dev-lang/ruby-1.8.5 |