diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2006-02-20 20:56:14 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2006-02-20 20:56:14 +0000 |
commit | 78dcff3e7cec49619f4385e31200c7c6cb4e80bc (patch) | |
tree | 0f9d893bacab98dbb803cfaff0b83ab6d0cb6ced /net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild | |
parent | Changed to virtual/qmail. Stable on ppc, sparc. Removed old ebuilds. (diff) | |
download | gentoo-2-78dcff3e7cec49619f4385e31200c7c6cb4e80bc.tar.gz gentoo-2-78dcff3e7cec49619f4385e31200c7c6cb4e80bc.tar.bz2 gentoo-2-78dcff3e7cec49619f4385e31200c7c6cb4e80bc.zip |
Stable on amd64, sparc, x86. Added to ~hppa, ~ppc. Removed old ebuilds.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild')
-rw-r--r-- | net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild b/net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild index 873988226cd5..aed88bfdd008 100644 --- a/net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild +++ b/net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild,v 1.7 2004/10/26 20:02:14 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-notify/qmail-notify-0.93-r1.ebuild,v 1.8 2006/02/20 20:56:14 hansmi Exp $ inherit toolchain-funcs @@ -10,13 +10,15 @@ HOMEPAGE="http://untroubled.org/qmail-notify/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~amd64" +KEYWORDS="amd64 ~hppa ~ppc sparc x86" IUSE="" DEPEND="virtual/libc" - -RDEPEND="virtual/cron - mail-mta/qmail" +RDEPEND=" + ${DEPEND} + virtual/cron + virtual/qmail +" src_compile() { cd ${S} |