diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-06-20 19:58:04 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-06-20 19:58:04 +0000 |
commit | 82b103ee6745ce9fb6b0f1b770f779d076b2d280 (patch) | |
tree | 16cd1880b62f90c37f407f939e7e6af673c8649a /dev-ruby/bluecloth | |
parent | alpha stable wrt #176354 (diff) | |
download | gentoo-2-82b103ee6745ce9fb6b0f1b770f779d076b2d280.tar.gz gentoo-2-82b103ee6745ce9fb6b0f1b770f779d076b2d280.tar.bz2 gentoo-2-82b103ee6745ce9fb6b0f1b770f779d076b2d280.zip |
Stable on ppc64; bug #182537
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-ruby/bluecloth')
-rw-r--r-- | dev-ruby/bluecloth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog index 7de028cfa374..cf4328f41c0b 100644 --- a/dev-ruby/bluecloth/ChangeLog +++ b/dev-ruby/bluecloth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/bluecloth # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.10 2007/06/20 12:13:30 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.11 2007/06/20 19:58:04 corsair Exp $ + + 20 Jun 2007; Markus Rothe <corsair@gentoo.org> bluecloth-1.0.0.ebuild: + Stable on ppc64; bug #182537 20 Jun 2007; Christoph Mende <angelos@gentoo.org> bluecloth-1.0.0.ebuild: Stable on amd64 wrt bug 182537 diff --git a/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild b/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild index 06b5b449bb0b..651f98d2a4aa 100644 --- a/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild +++ b/dev-ruby/bluecloth/bluecloth-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/bluecloth/bluecloth-1.0.0.ebuild,v 1.10 2007/06/20 12:13:30 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild,v 1.11 2007/06/20 19:58:04 corsair Exp $ inherit ruby gems @@ -11,7 +11,7 @@ SRC_URI="http://www.deveiate.org/code/${MY_P}.gem" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ia64 ppc ~ppc64 x86" +KEYWORDS="amd64 ia64 ppc ppc64 x86" IUSE="" USE_RUBY="ruby18" |