diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-05-12 15:19:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-05-12 15:19:48 +0000 |
commit | 127ccee2044d6373e9b4fe480769c7884cddb62f (patch) | |
tree | 40cf303bb2db2be6b6a217ddf126f65f50978530 /app-portage | |
parent | fix "radenhd" typo (diff) | |
download | gentoo-2-127ccee2044d6373e9b4fe480769c7884cddb62f.tar.gz gentoo-2-127ccee2044d6373e9b4fe480769c7884cddb62f.tar.bz2 gentoo-2-127ccee2044d6373e9b4fe480769c7884cddb62f.zip |
whitespace
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/portato/portato-0.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/portato/portato-0.14.ebuild b/app-portage/portato/portato-0.14.ebuild index be556ca3b0c4..75431ad8cd35 100644 --- a/app-portage/portato/portato-0.14.ebuild +++ b/app-portage/portato/portato-0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portato/portato-0.14.ebuild,v 1.1 2010/05/11 21:43:20 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/portato/portato-0.14.ebuild,v 1.2 2010/05/12 15:19:48 mr_bones_ Exp $ EAPI="2" @@ -138,4 +138,4 @@ pkg_postrm () # try to remove the DATA_DIR, as it may still exist # reason: it was tried to remove it before plugin stuff was purged rmdir "${ROOT}"$(dirname ${PLUGIN_DIR}) 2> /dev/null -}
\ No newline at end of file +} |