diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-11-10 10:50:27 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-11-10 10:50:27 +0000 |
commit | 3109c127f7d523b489500f69454b8bd6b1b4bc43 (patch) | |
tree | f1880a4d95ff615748de4083d234d2a6a71eca7c /dev-ruby/text-hyphen | |
parent | Make sure the patches are in place (bug 246252). (diff) | |
download | historical-3109c127f7d523b489500f69454b8bd6b1b4bc43.tar.gz historical-3109c127f7d523b489500f69454b8bd6b1b4bc43.tar.bz2 historical-3109c127f7d523b489500f69454b8bd6b1b4bc43.zip |
ia64 stable wrt #244214
Package-Manager: portage-2.1.4.5
Diffstat (limited to 'dev-ruby/text-hyphen')
-rw-r--r-- | dev-ruby/text-hyphen/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/text-hyphen/text-hyphen-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/text-hyphen/ChangeLog b/dev-ruby/text-hyphen/ChangeLog index c17e1254b203..099159608a9b 100644 --- a/dev-ruby/text-hyphen/ChangeLog +++ b/dev-ruby/text-hyphen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/text-hyphen # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.9 2008/10/28 01:46:25 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.10 2008/11/10 10:49:52 armin76 Exp $ + + 10 Nov 2008; Raúl Porcel <armin76@gentoo.org> text-hyphen-1.0.0.ebuild: + ia64 stable wrt #244214 28 Oct 2008; Brent Baude <ranger@gentoo.org> text-hyphen-1.0.0.ebuild: Marking text-hyphen-1.0.0 ppc64 for bug 244214 diff --git a/dev-ruby/text-hyphen/text-hyphen-1.0.0.ebuild b/dev-ruby/text-hyphen/text-hyphen-1.0.0.ebuild index e171bf28a1d8..1bfd81a50794 100644 --- a/dev-ruby/text-hyphen/text-hyphen-1.0.0.ebuild +++ b/dev-ruby/text-hyphen/text-hyphen-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.0.0.ebuild,v 1.9 2008/10/28 01:46:25 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.0.0.ebuild,v 1.10 2008/11/10 10:49:52 armin76 Exp $ inherit ruby gems @@ -10,7 +10,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="Ruby" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 x86" +KEYWORDS="amd64 ia64 ppc ppc64 x86" IUSE="" DEPEND="virtual/ruby" |