diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-05-12 15:55:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-05-12 15:55:09 +0000 |
commit | 432afaf4fcb100d2cbc5efc7a8128c75240814d0 (patch) | |
tree | aa293ba91dd120d8e9966d766cdc6d400453713d /dev-util/astyle | |
parent | Fix DESCRIPTION.toolongs too.. (diff) | |
download | gentoo-2-432afaf4fcb100d2cbc5efc7a8128c75240814d0.tar.gz gentoo-2-432afaf4fcb100d2cbc5efc7a8128c75240814d0.tar.bz2 gentoo-2-432afaf4fcb100d2cbc5efc7a8128c75240814d0.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util/astyle')
-rw-r--r-- | dev-util/astyle/astyle-1.22.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/astyle/astyle-1.22.ebuild b/dev-util/astyle/astyle-1.22.ebuild index 0abe9c128fc0..1071efe990c4 100644 --- a/dev-util/astyle/astyle-1.22.ebuild +++ b/dev-util/astyle/astyle-1.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild,v 1.1 2008/05/12 06:03:36 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild,v 1.2 2008/05/12 15:55:09 mr_bones_ Exp $ inherit eutils java-pkg-opt-2 @@ -102,4 +102,3 @@ setup-jvm-opts() { export AWT_LIB_PATH=${JAVA_LIB_DIR} } - |