diff options
author | 2007-09-21 00:05:10 +0000 | |
---|---|---|
committer | 2007-09-21 00:05:10 +0000 | |
commit | 31bbf0422cecb227ef79f632f87f3718c1b42e30 (patch) | |
tree | cc6e7588f613905154b8a56275f9bb557ebe8a7c /dev-ruby/text-hyphen | |
parent | removed old versions (diff) | |
download | gentoo-2-31bbf0422cecb227ef79f632f87f3718c1b42e30.tar.gz gentoo-2-31bbf0422cecb227ef79f632f87f3718c1b42e30.tar.bz2 gentoo-2-31bbf0422cecb227ef79f632f87f3718c1b42e30.zip |
Marking text-hyphen-1.0.0 ~ppc64 for deb in bug 192258
(Portage version: 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 59c0829323b5..cb18adbf1a39 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.3 2007/09/08 13:44:12 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.4 2007/09/21 00:05:10 ranger Exp $ + + 21 Sep 2007; Brent Baude <ranger@gentoo.org> text-hyphen-1.0.0.ebuild: + Marking text-hyphen-1.0.0 ~ppc64 for deb in bug 192258 08 Sep 2007; nixnut <nixnut@gentoo.org> text-hyphen-1.0.0.ebuild: Added ~ppc wrt bug 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 e197fa898563..f8ec8550e9a2 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.4 2007/09/08 13:44:12 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.0.0.ebuild,v 1.5 2007/09/21 00:05:10 ranger 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 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="" DEPEND="virtual/ruby" |