diff options
-rw-r--r-- | dev-ruby/ruby-config/ruby-config-0.3.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/ruby-config/ruby-config-0.3.2.ebuild b/dev-ruby/ruby-config/ruby-config-0.3.2.ebuild index bf1a0d1893f3..ac7cef57092b 100644 --- a/dev-ruby/ruby-config/ruby-config-0.3.2.ebuild +++ b/dev-ruby/ruby-config/ruby-config-0.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-config/ruby-config-0.3.2.ebuild,v 1.12 2007/07/11 20:09:12 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-config/ruby-config-0.3.2.ebuild,v 1.13 2007/08/25 13:07:38 vapier Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" RDEPEND="!<dev-ruby/ri-1.8b-r1" @@ -19,7 +19,7 @@ PDEPEND="virtual/ruby" S=${WORKDIR} src_unpack() { - cp ${FILESDIR}/${PN}-0.3.2 . + cp "${FILESDIR}"/${PN}-0.3.2 . || die } src_install() { |