diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-30 11:03:07 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-05-30 11:03:07 +0000 |
commit | 8bd1906049af977ab4d4b64658b9c906e7a98e57 (patch) | |
tree | be40b9a10ecac7721647566e938b561b0f0cb2ae /net-mail/qmail-lint | |
parent | evolution cleanup. (diff) | |
download | historical-8bd1906049af977ab4d4b64658b9c906e7a98e57.tar.gz historical-8bd1906049af977ab4d4b64658b9c906e7a98e57.tar.bz2 historical-8bd1906049af977ab4d4b64658b9c906e7a98e57.zip |
fixup for qmail move.
Diffstat (limited to 'net-mail/qmail-lint')
-rw-r--r-- | net-mail/qmail-lint/qmail-lint-0.55.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/qmail-lint/qmail-lint-0.55.ebuild b/net-mail/qmail-lint/qmail-lint-0.55.ebuild index 2289af9084c9..5ef5319b06cd 100644 --- a/net-mail/qmail-lint/qmail-lint-0.55.ebuild +++ b/net-mail/qmail-lint/qmail-lint-0.55.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-lint/qmail-lint-0.55.ebuild,v 1.1 2003/08/05 06:48:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-lint/qmail-lint-0.55.ebuild,v 1.2 2004/05/30 10:57:55 robbat2 Exp $ DESCRIPTION="qmail-lint checks your qmail configuration for common problems" HOMEPAGE="http://www.qmail.org/" SRC_URI="mirror://qmail/${P}" @@ -10,7 +10,7 @@ KEYWORDS="~x86" # Should run on all platforms without issue IUSE="" DEPEND="" -RDEPEND="net-mail/qmail dev-lang/perl" +RDEPEND="mail-mta/qmail dev-lang/perl" S=${WORKDIR} src_unpack() { |