diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-08-02 07:27:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-08-02 07:27:23 +0000 |
commit | b532a27ce6a452b27a9500e80c755c7d6165e982 (patch) | |
tree | e83a418aa45a18d78019f641589b0058a4e9eeca /dev-lang | |
parent | Deprecate gtk-engines-eazel also (diff) | |
download | gentoo-2-b532a27ce6a452b27a9500e80c755c7d6165e982.tar.gz gentoo-2-b532a27ce6a452b27a9500e80c755c7d6165e982.tar.bz2 gentoo-2-b532a27ce6a452b27a9500e80c755c7d6165e982.zip |
repoman: Fix leading whitespace
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0.ebuild b/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0.ebuild index 10087f7b017e..b61725ae2ba1 100644 --- a/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0.ebuild +++ b/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0.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-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0.ebuild,v 1.1 2005/08/02 02:11:01 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gwydion-dylan-bin/gwydion-dylan-bin-2.4.0.ebuild,v 1.2 2005/08/02 07:27:23 mr_bones_ Exp $ DESCRIPTION="The Dylan Programming Language Compiler" HOMEPAGE="http://www.gwydiondylan.org/" @@ -20,7 +20,7 @@ RDEPEND=">=dev-libs/boehm-gc-6.4" S="${WORKDIR}" src_compile() { - mkdir -p ./${LOC} + mkdir -p ./${LOC} mv usr/* ./${LOC} } |