summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerris McCormick <fmccor@gentoo.org>2004-08-02 17:20:30 +0000
committerFerris McCormick <fmccor@gentoo.org>2004-08-02 17:20:30 +0000
commitf537c4883dc4680ab55492d5c1dbc693211350cc (patch)
tree111f105591fbb10600bc3a52944f07b5be07fb04 /dev-ruby
parentVersion bump to 3.7, bump 3.5 to x86. (Manifest recommit) (diff)
downloadgentoo-2-f537c4883dc4680ab55492d5c1dbc693211350cc.tar.gz
gentoo-2-f537c4883dc4680ab55492d5c1dbc693211350cc.tar.bz2
gentoo-2-f537c4883dc4680ab55492d5c1dbc693211350cc.zip
Add ~sparc keyword.
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/wxruby/ChangeLog7
-rw-r--r--dev-ruby/wxruby/wxruby-0.4.0.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-ruby/wxruby/ChangeLog b/dev-ruby/wxruby/ChangeLog
index 4ff318e30820..cb0db30e2bbd 100644
--- a/dev-ruby/wxruby/ChangeLog
+++ b/dev-ruby/wxruby/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/wxruby
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/wxruby/ChangeLog,v 1.6 2004/06/25 02:05:52 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/wxruby/ChangeLog,v 1.7 2004/08/02 17:20:30 fmccor Exp $
+
+*wxruby-0.4.0 (02 Aug 2004)
+
+ 02 Aug 2004; Ferris McCormick <fmccor@gentoo.org> wxruby-0.4.0.ebuild:
+ Add ~sparc keyword. Samples run.
18 Jun 2004; <twp@gentoo.org> :
Version bump.
diff --git a/dev-ruby/wxruby/wxruby-0.4.0.ebuild b/dev-ruby/wxruby/wxruby-0.4.0.ebuild
index f9577ff648a3..be41e766b298 100644
--- a/dev-ruby/wxruby/wxruby-0.4.0.ebuild
+++ b/dev-ruby/wxruby/wxruby-0.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/wxruby/wxruby-0.4.0.ebuild,v 1.3 2004/07/14 22:20:45 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/wxruby/wxruby-0.4.0.ebuild,v 1.4 2004/08/02 17:20:30 fmccor Exp $
MY_P="${PN}-${PV}-src"
DESCRIPTION="Ruby language bindings for the wxWidgets GUI toolkit"
@@ -8,7 +8,7 @@ HOMEPAGE="http://rubyforge.org/projects/wxruby/"
SRC_URI="http://rubyforge.org/frs/download.php/769/${MY_P}.tgz"
LICENSE="wxWinLL-3"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~x86 ~ppc ~sparc"
IUSE="unicode"
DEPEND=">=dev-lang/ruby-1.8
>=x11-libs/wxGTK-2.4.1"