diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-10-25 09:52:59 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-10-25 09:52:59 +0000 |
commit | 205651e0a2972a5c8de704d72534dfe7d78d8eaf (patch) | |
tree | ce190f92c875ae90d1ec8e2f66c26d349ba553e7 | |
parent | Version bump. (diff) | |
download | gentoo-2-205651e0a2972a5c8de704d72534dfe7d78d8eaf.tar.gz gentoo-2-205651e0a2972a5c8de704d72534dfe7d78d8eaf.tar.bz2 gentoo-2-205651e0a2972a5c8de704d72534dfe7d78d8eaf.zip |
Mark stable on amd64
(Portage version: 2.1.4.5)
-rw-r--r-- | dev-ruby/text-hyphen/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/text-hyphen/text-hyphen-1.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/text-hyphen/ChangeLog b/dev-ruby/text-hyphen/ChangeLog index cb18adbf1a39..edca5311c40c 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.4 2007/09/21 00:05:10 ranger Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.5 2008/10/25 09:52:59 graaff Exp $ + + 25 Oct 2008; Hans de Graaff <graaff@gentoo.org> text-hyphen-1.0.0.ebuild: + Mark stable for amd64, bug #244214 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 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 f8ec8550e9a2..52d1667ef220 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 +# 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.5 2007/09/21 00:05:10 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.0.0.ebuild,v 1.6 2008/10/25 09:52:59 graaff 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" |