diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-06-16 17:24:20 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-06-16 17:24:20 +0000 |
commit | 526dfd9f1402ec09bbe3829343075678fb435632 (patch) | |
tree | ded41c690d22cf4c02ca305c9867991920f23cd7 /dev-ruby/facter | |
parent | Stable on ppc wrt bug 227107 (diff) | |
download | gentoo-2-526dfd9f1402ec09bbe3829343075678fb435632.tar.gz gentoo-2-526dfd9f1402ec09bbe3829343075678fb435632.tar.bz2 gentoo-2-526dfd9f1402ec09bbe3829343075678fb435632.zip |
Stable on ppc wrt bug 227375
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby/facter')
-rw-r--r-- | dev-ruby/facter/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/facter/facter-1.3.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/facter/ChangeLog b/dev-ruby/facter/ChangeLog index 3b29b4051758..d2eeeca54944 100644 --- a/dev-ruby/facter/ChangeLog +++ b/dev-ruby/facter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/facter -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.5 2007/12/08 00:06:08 matsuu Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.6 2008/06/16 17:24:20 nixnut Exp $ + + 16 Jun 2008; nixnut <nixnut@gentoo.org> facter-1.3.8.ebuild: + Stable on ppc wrt bug 227375 *facter-1.3.8 (08 Dec 2007) diff --git a/dev-ruby/facter/facter-1.3.8.ebuild b/dev-ruby/facter/facter-1.3.8.ebuild index 17d4c85b18a2..5813a8bdeac9 100644 --- a/dev-ruby/facter/facter-1.3.8.ebuild +++ b/dev-ruby/facter/facter-1.3.8.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/facter/facter-1.3.8.ebuild,v 1.1 2007/12/08 00:06:08 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-1.3.8.ebuild,v 1.2 2008/06/16 17:24:20 nixnut Exp $ inherit ruby @@ -11,7 +11,7 @@ SRC_URI="http://reductivelabs.com/downloads/${PN}/${P}.tgz" SLOT="0" IUSE="" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ppc ~ppc64 ~x86" USE_RUBY="ruby18" |