diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:20:45 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:20:45 +0000 |
commit | 17635652e1c7ff2fa2910f0bcc289ba5697843d1 (patch) | |
tree | 92e1aaa857ace86d1da1e5be87eb1ee024d578f3 /dev-ruby/wxruby | |
parent | Gentoo Technologies -> Gentoo Foundation (diff) | |
download | gentoo-2-17635652e1c7ff2fa2910f0bcc289ba5697843d1.tar.gz gentoo-2-17635652e1c7ff2fa2910f0bcc289ba5697843d1.tar.bz2 gentoo-2-17635652e1c7ff2fa2910f0bcc289ba5697843d1.zip |
sync IUSE (+unicode)
Diffstat (limited to 'dev-ruby/wxruby')
-rw-r--r-- | dev-ruby/wxruby/wxruby-0.2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/wxruby/wxruby-0.3.0.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/wxruby/wxruby-0.4.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-ruby/wxruby/wxruby-0.2.1.ebuild b/dev-ruby/wxruby/wxruby-0.2.1.ebuild index 5268173d53eb..e307887b80c2 100644 --- a/dev-ruby/wxruby/wxruby-0.2.1.ebuild +++ b/dev-ruby/wxruby/wxruby-0.2.1.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.2.1.ebuild,v 1.3 2004/06/25 02:05:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/wxruby/wxruby-0.2.1.ebuild,v 1.4 2004/07/14 22:20:45 agriffis Exp $ DESCRIPTION="Ruby language bindings for the wxWidgets GUI toolkit" HOMEPAGE="http://rubyforge.org/projects/wxruby/" @@ -8,7 +8,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/401/${PN}-${PV}-src.tgz" LICENSE="wxWinLL-3" SLOT="0" KEYWORDS="~x86 ~ppc" -IUSE="" +IUSE="unicode" DEPEND=">=dev-lang/ruby-1.8 >=x11-libs/wxGTK-2.4.1" diff --git a/dev-ruby/wxruby/wxruby-0.3.0.ebuild b/dev-ruby/wxruby/wxruby-0.3.0.ebuild index b7098f51314a..d140afa4bc17 100644 --- a/dev-ruby/wxruby/wxruby-0.3.0.ebuild +++ b/dev-ruby/wxruby/wxruby-0.3.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.3.0.ebuild,v 1.2 2004/06/25 02:05:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/wxruby/wxruby-0.3.0.ebuild,v 1.3 2004/07/14 22:20:45 agriffis Exp $ MY_P="${PN}-${PV}-src" DESCRIPTION="Ruby language bindings for the wxWidgets GUI toolkit" @@ -9,7 +9,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/542/${MY_P}.tgz" LICENSE="wxWinLL-3" SLOT="0" KEYWORDS="~x86 ~ppc" -IUSE="" +IUSE="unicode" DEPEND=">=dev-lang/ruby-1.8 >=x11-libs/wxGTK-2.4.1" S=${WORKDIR}/${MY_P} diff --git a/dev-ruby/wxruby/wxruby-0.4.0.ebuild b/dev-ruby/wxruby/wxruby-0.4.0.ebuild index 04552927b97c..f9577ff648a3 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.2 2004/06/25 02:05:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/wxruby/wxruby-0.4.0.ebuild,v 1.3 2004/07/14 22:20:45 agriffis Exp $ MY_P="${PN}-${PV}-src" DESCRIPTION="Ruby language bindings for the wxWidgets GUI toolkit" @@ -9,7 +9,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/769/${MY_P}.tgz" LICENSE="wxWinLL-3" SLOT="0" KEYWORDS="~x86 ~ppc" -IUSE="" +IUSE="unicode" DEPEND=">=dev-lang/ruby-1.8 >=x11-libs/wxGTK-2.4.1" S=${WORKDIR}/${MY_P} |