diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-05-17 19:46:58 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-05-17 19:46:58 +0000 |
commit | 2791d5eb22ffeb87cbbadda53335fed98a34965a (patch) | |
tree | a006cca80f5387f137fb41d17c99cde6b5eeb6f6 /dev-ruby/ruby-xlib | |
parent | New ebuild for ruby xlib bindings, by request of Aaron Brooks and Chris (diff) | |
download | gentoo-2-2791d5eb22ffeb87cbbadda53335fed98a34965a.tar.gz gentoo-2-2791d5eb22ffeb87cbbadda53335fed98a34965a.tar.bz2 gentoo-2-2791d5eb22ffeb87cbbadda53335fed98a34965a.zip |
add IUSE
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-ruby/ruby-xlib')
-rw-r--r-- | dev-ruby/ruby-xlib/ruby-xlib-0.6.15.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ruby/ruby-xlib/ruby-xlib-0.6.15.ebuild b/dev-ruby/ruby-xlib/ruby-xlib-0.6.15.ebuild index 5704445eed84..730273d86121 100644 --- a/dev-ruby/ruby-xlib/ruby-xlib-0.6.15.ebuild +++ b/dev-ruby/ruby-xlib/ruby-xlib-0.6.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-xlib/ruby-xlib-0.6.15.ebuild,v 1.1 2005/05/17 19:46:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-xlib/ruby-xlib-0.6.15.ebuild,v 1.2 2005/05/17 19:46:58 agriffis Exp $ inherit ruby USE_RUBY="ruby16 ruby18 ruby19" @@ -12,6 +12,7 @@ SRC_URI="http://www.moriq.com/ruby/archive/${P}.tar.gz" LICENSE="Ruby" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="" DEPEND="virtual/x11" |