diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-16 16:18:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-16 16:18:00 +0000 |
commit | 6948390e12bc372d64ed54aee865b11a300906f9 (patch) | |
tree | 7efb9c7ebe7c46537219844be63d061d06c0c025 /mail-filter | |
parent | Added ~amd64 keyword. Closes bug #112472. (diff) | |
download | gentoo-2-6948390e12bc372d64ed54aee865b11a300906f9.tar.gz gentoo-2-6948390e12bc372d64ed54aee865b11a300906f9.tar.bz2 gentoo-2-6948390e12bc372d64ed54aee865b11a300906f9.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/dspam/dspam-3.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/dspam/dspam-3.6.1.ebuild b/mail-filter/dspam/dspam-3.6.1.ebuild index 9c53279fac76..12ce2d0db277 100644 --- a/mail-filter/dspam/dspam-3.6.1.ebuild +++ b/mail-filter/dspam/dspam-3.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.6.1.ebuild,v 1.3 2005/11/16 02:12:54 st_lim Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.6.1.ebuild,v 1.4 2005/11/16 16:16:37 mr_bones_ Exp $ inherit eutils @@ -59,7 +59,7 @@ pkg_setup() { elif [ "${multiple_dbs}" -eq "0" ]; then echo ewarn "You did not select any SQL based database backend." - ewarn "DSPAM will use self-contained Hash driver for storing data." + ewarn "DSPAM will use self-contained Hash driver for storing data." ewarn "If you don't want that, then enable one of the following" ewarn "USE flags: ${supported_dbs}" fi |