diff options
author | 2009-06-18 18:31:38 +0000 | |
---|---|---|
committer | 2009-06-18 18:31:38 +0000 | |
commit | e4a683cee28cc52a90b31a316a4b7cfa55b53724 (patch) | |
tree | 3458cf1fab7d5815dac292179ab30e530d5bea23 /dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild | |
parent | Fix repoman issues. (diff) | |
download | gentoo-2-e4a683cee28cc52a90b31a316a4b7cfa55b53724.tar.gz gentoo-2-e4a683cee28cc52a90b31a316a4b7cfa55b53724.tar.bz2 gentoo-2-e4a683cee28cc52a90b31a316a4b7cfa55b53724.zip |
PATCHES should be an array.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild')
-rw-r--r-- | dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild b/dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild index 0913190d551e..640ae0712a8a 100644 --- a/dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild +++ b/dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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-r1.ebuild,v 1.5 2009/06/13 08:24:24 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-xlib/ruby-xlib-0.6.15-r1.ebuild,v 1.6 2009/06/18 18:31:38 graaff Exp $ inherit ruby USE_RUBY="ruby18 ruby19" @@ -20,4 +20,4 @@ DEPEND="${RDEPEND} x11-proto/xproto x11-proto/xextproto" -PATCHES="${FILESDIR}/ruby-xlib-0.6.15-gcc.patch" +PATCHES=( "${FILESDIR}/ruby-xlib-0.6.15-gcc.patch" ) |