diff options
author | 2004-05-30 10:57:55 +0000 | |
---|---|---|
committer | 2004-05-30 10:57:55 +0000 | |
commit | 95ab38e7e33111353cf006676399d7bd7ad17b2c (patch) | |
tree | fce90874f3e545c69ee319955a87b038ec06ad87 /net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild | |
parent | qmail move. (diff) | |
download | gentoo-2-95ab38e7e33111353cf006676399d7bd7ad17b2c.tar.gz gentoo-2-95ab38e7e33111353cf006676399d7bd7ad17b2c.tar.bz2 gentoo-2-95ab38e7e33111353cf006676399d7bd7ad17b2c.zip |
fixup for qmail move.
Diffstat (limited to 'net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild')
-rw-r--r-- | net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild b/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild index 078a3a6f8727..15b4b71ee77a 100644 --- a/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild +++ b/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.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/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild,v 1.11 2004/04/27 21:02:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-autoresponder/qmail-autoresponder-0.95.ebuild,v 1.12 2004/05/30 10:57:42 robbat2 Exp $ S=${WORKDIR}/${P} DESCRIPTION="Rate-limited autoresponder for qmail." @@ -12,7 +12,7 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc ppc" DEPEND="virtual/glibc" -RDEPEND=">=net-mail/qmail-1.03-r7" +RDEPEND=">=mail-mta/qmail-1.03-r7" src_compile() { cd ${S} |