summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2007-03-13 23:35:32 +0000
committerTom Gall <tgall@gentoo.org>2007-03-13 23:35:32 +0000
commit1563308d4d082f594e44b57b486e07987a424226 (patch)
treed75a1a4bf5be29460549fbbb979093e3eb45b77b /dev-ruby/log4r
parentamd64 stable wrt bug #170745 (diff)
downloadgentoo-2-1563308d4d082f594e44b57b486e07987a424226.tar.gz
gentoo-2-1563308d4d082f594e44b57b486e07987a424226.tar.bz2
gentoo-2-1563308d4d082f594e44b57b486e07987a424226.zip
added ~ppc64
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-ruby/log4r')
-rw-r--r--dev-ruby/log4r/ChangeLog7
-rw-r--r--dev-ruby/log4r/log4r-1.0.5.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/log4r/ChangeLog b/dev-ruby/log4r/ChangeLog
index 52e4731a1b03..9d37fee726cb 100644
--- a/dev-ruby/log4r/ChangeLog
+++ b/dev-ruby/log4r/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/log4r
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.5 2006/09/29 06:40:46 wormo Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.6 2007/03/13 23:35:32 tgall Exp $
+
+ 13 Mar 2007; Tom Gall <tgall@gentoo.org> log4r-1.0.5.ebuild:
+ added ~ppc64
28 Sep 2006; Stephanie Lockwood-Childs <wormo@gentoo.org>
log4r-1.0.5.ebuild:
diff --git a/dev-ruby/log4r/log4r-1.0.5.ebuild b/dev-ruby/log4r/log4r-1.0.5.ebuild
index c1bdc1d8d8bd..ab9450b09a60 100644
--- a/dev-ruby/log4r/log4r-1.0.5.ebuild
+++ b/dev-ruby/log4r/log4r-1.0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.0.5.ebuild,v 1.5 2006/09/29 06:40:46 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.0.5.ebuild,v 1.6 2007/03/13 23:35:32 tgall Exp $
inherit ruby gems
@@ -12,5 +12,5 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~amd64 ia64 ~ppc x86"
+KEYWORDS="~amd64 ia64 ~ppc ~ppc64 x86"
DEPENDS="=dev-lang/ruby-1.8*"