diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-08-26 16:59:54 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-08-26 16:59:54 +0000 |
commit | 9a181c87c0570f875dfee4ed665e87346c816596 (patch) | |
tree | 24a995e0c76b5d1384db49e5a5ebc490d89ebef2 /dev-ruby/text-format | |
parent | Add ~ia64 wrt #189455 (diff) | |
download | gentoo-2-9a181c87c0570f875dfee4ed665e87346c816596.tar.gz gentoo-2-9a181c87c0570f875dfee4ed665e87346c816596.tar.bz2 gentoo-2-9a181c87c0570f875dfee4ed665e87346c816596.zip |
Readd ~ia64 wrt #189455
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-ruby/text-format')
-rw-r--r-- | dev-ruby/text-format/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/text-format/text-format-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/text-format/ChangeLog b/dev-ruby/text-format/ChangeLog index 8def0fdaf7ec..ba83b5260838 100644 --- a/dev-ruby/text-format/ChangeLog +++ b/dev-ruby/text-format/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/text-format # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.17 2007/08/19 12:38:44 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.18 2007/08/26 16:59:54 armin76 Exp $ + + 26 Aug 2007; Raúl Porcel <armin76@gentoo.org> text-format-1.0.0.ebuild: + Readd ~ia64 wrt #189455 *text-format-1.0.0 (19 Aug 2007) diff --git a/dev-ruby/text-format/text-format-1.0.0.ebuild b/dev-ruby/text-format/text-format-1.0.0.ebuild index 2933685f0021..9d3a44035f5a 100644 --- a/dev-ruby/text-format/text-format-1.0.0.ebuild +++ b/dev-ruby/text-format/text-format-1.0.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/text-format/text-format-1.0.0.ebuild,v 1.2 2007/08/20 03:15:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-1.0.0.ebuild,v 1.3 2007/08/26 16:59:54 armin76 Exp $ inherit ruby gems @@ -10,7 +10,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ia64 ~x86" IUSE="" DEPEND="virtual/ruby >=dev-ruby/text-hyphen-1.0.0" |