summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerris McCormick <fmccor@gentoo.org>2006-04-13 12:01:44 +0000
committerFerris McCormick <fmccor@gentoo.org>2006-04-13 12:01:44 +0000
commit6c4d82f2cccadb31cde39cbdaca8035c93e421c3 (patch)
tree05f2768524d87783f3efb248ec6f9d12c4023785 /dev-ruby/fxruby
parentBump to add sge dep now that it's in portage (diff)
downloadgentoo-2-6c4d82f2cccadb31cde39cbdaca8035c93e421c3.tar.gz
gentoo-2-6c4d82f2cccadb31cde39cbdaca8035c93e421c3.tar.bz2
gentoo-2-6c4d82f2cccadb31cde39cbdaca8035c93e421c3.zip
Add ~amd64 keyword. Builds and runs well enough for testing and for use....
(Portage version: 2.1_pre8-r3)
Diffstat (limited to 'dev-ruby/fxruby')
-rw-r--r--dev-ruby/fxruby/ChangeLog12
-rw-r--r--dev-ruby/fxruby/fxruby-1.2.6.ebuild6
2 files changed, 13 insertions, 5 deletions
diff --git a/dev-ruby/fxruby/ChangeLog b/dev-ruby/fxruby/ChangeLog
index 5abc43aca94f..b19a31a7c4a1 100644
--- a/dev-ruby/fxruby/ChangeLog
+++ b/dev-ruby/fxruby/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-ruby/fxruby
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.28 2005/09/23 14:24:10 fmccor Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.29 2006/04/13 12:01:44 fmccor Exp $
+
+ 13 Apr 2006; Ferris McCormick <fmccor@gentoo.org> fxruby-1.2.6.ebuild:
+ Add ~amd64 keyword. Builds and runs well enough for testing and for use, but
+ there appear to be problems with the install if USE=doc. (Notice also that some
+ examples are not completely converted to fox12. Notice further that this will
+ not install with FEATURES=multilib-strict; appears to be a general conflict
+ between portage requirements and general ruby conventions: ruby installs in
+ /usr/lib/ruby/site_ruby/1.8/x86_64-linux, which portage prohibits.)
23 Sep 2005; Ferris McCormick <fmccor@gentoo.org> fxruby-1.2.2.ebuild,
fxruby-1.2.6.ebuild:
diff --git a/dev-ruby/fxruby/fxruby-1.2.6.ebuild b/dev-ruby/fxruby/fxruby-1.2.6.ebuild
index 68462af7137f..9172aca3ae06 100644
--- a/dev-ruby/fxruby/fxruby-1.2.6.ebuild
+++ b/dev-ruby/fxruby/fxruby-1.2.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.2.6.ebuild,v 1.3 2005/09/23 14:24:10 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.2.6.ebuild,v 1.4 2006/04/13 12:01:44 fmccor Exp $
inherit ruby
@@ -12,7 +12,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/4003/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="1.2"
-KEYWORDS="~sparc x86 ~ppc ~alpha"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86"
IUSE="doc"
DEPEND="=x11-libs/fox-1.2*