diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-27 03:21:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-27 03:21:35 +0000 |
commit | 40a460f4aa7f5288cf3e4392ffe73f9444a04f18 (patch) | |
tree | f22b559bf2d8cd9c595a308a543914ab2424aba6 /app-misc | |
parent | fix the sparc CHOST munging (diff) | |
download | gentoo-2-40a460f4aa7f5288cf3e4392ffe73f9444a04f18.tar.gz gentoo-2-40a460f4aa7f5288cf3e4392ffe73f9444a04f18.tar.bz2 gentoo-2-40a460f4aa7f5288cf3e4392ffe73f9444a04f18.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/linux-logo/linux-logo-4.09.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/linux-logo/linux-logo-4.09.ebuild b/app-misc/linux-logo/linux-logo-4.09.ebuild index 4e35699ccd46..92aa2e720d23 100644 --- a/app-misc/linux-logo/linux-logo-4.09.ebuild +++ b/app-misc/linux-logo/linux-logo-4.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-4.09.ebuild,v 1.1 2004/04/24 19:29:58 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-4.09.ebuild,v 1.2 2004/04/27 03:16:47 mr_bones_ Exp $ inherit eutils @@ -69,5 +69,5 @@ pkg_postinst() { einfo " rc-update add linux-logo default" einfo "which uses the settings found in" einfo " /etc/conf.d/linux-logo" - echo + echo } |