diff options
author | 2012-11-20 17:18:54 +0000 | |
---|---|---|
committer | 2012-11-20 17:18:54 +0000 | |
commit | bae4e4845d56261b7341377b12658696331db884 (patch) | |
tree | 19552643228d870a257c802d1fbede8fc7fc1df4 /dev-lang | |
parent | Add USE=lzma to control liblzma usage. (diff) | |
download | gentoo-2-bae4e4845d56261b7341377b12658696331db884.tar.gz gentoo-2-bae4e4845d56261b7341377b12658696331db884.tar.bz2 gentoo-2-bae4e4845d56261b7341377b12658696331db884.zip |
whitespace
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/j/j-701.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/j/j-701.ebuild b/dev-lang/j/j-701.ebuild index 897de22a2ccb..d6371cc93629 100644 --- a/dev-lang/j/j-701.ebuild +++ b/dev-lang/j/j-701.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/j/j-701.ebuild,v 1.1 2012/11/19 02:32:23 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/j/j-701.ebuild,v 1.2 2012/11/20 17:18:54 mr_bones_ Exp $ EAPI=4 DESCRIPTION="Modern, high-level, general-purpose, high-performance programming language" @@ -34,7 +34,7 @@ src_compile() { } src_install() { - # since this appears to use hardcoded relative paths + # since this appears to use hardcoded relative paths # there's no sane way to put it in the normal filesystem hierarchy mkdir -p "${D}/opt/j" cp -r j/* "${D}/opt/j" || die |