diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-10-27 22:52:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-10-27 22:52:04 +0000 |
commit | 0935939b874d8733dc24c5992edb999b73f363bd (patch) | |
tree | 6c9e4a8eea56531006e183f3e81ec30deb443fff /dev-util/astyle | |
parent | whitespace (diff) | |
download | historical-0935939b874d8733dc24c5992edb999b73f363bd.tar.gz historical-0935939b874d8733dc24c5992edb999b73f363bd.tar.bz2 historical-0935939b874d8733dc24c5992edb999b73f363bd.zip |
whitespace
Package-Manager: portage-2.1.4.5
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 14b307e6871c..4cb20bd0e83e 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.8 2008/10/18 15:20:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild,v 1.9 2008/10/27 22:52:04 mr_bones_ Exp $ inherit eutils java-pkg-opt-2 toolchain-funcs @@ -84,4 +84,3 @@ src_install() { fi dohtml doc/*.html } - |