diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-09-08 13:45:28 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-09-08 13:45:28 +0000 |
commit | 2f65b3fd79efad554159b34f4dfe418f79f8075f (patch) | |
tree | 278cdb4a5920dabcf284053f656e88c5d3cb6714 /dev-ruby/text-hyphen | |
parent | Version bump. (diff) | |
download | historical-2f65b3fd79efad554159b34f4dfe418f79f8075f.tar.gz historical-2f65b3fd79efad554159b34f4dfe418f79f8075f.tar.bz2 historical-2f65b3fd79efad554159b34f4dfe418f79f8075f.zip |
Added ~ppc wrt bug 189455
Package-Manager: portage-2.1.2.12
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 7b58c7c0bcc7..59c0829323b5 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.2 2007/08/26 16:58:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.3 2007/09/08 13:44:12 nixnut Exp $ + + 08 Sep 2007; nixnut <nixnut@gentoo.org> text-hyphen-1.0.0.ebuild: + Added ~ppc wrt bug 189455 26 Aug 2007; Raúl Porcel <armin76@gentoo.org> text-hyphen-1.0.0.ebuild: Add ~ia64 wrt #189455 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 76ea8c8736e7..e197fa898563 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-2007 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.3 2007/08/26 16:58:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.0.0.ebuild,v 1.4 2007/09/08 13:44:12 nixnut Exp $ inherit ruby gems @@ -10,7 +10,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="" DEPEND="virtual/ruby" |