summaryrefslogtreecommitdiff
path: root/mail-mta/nullmailer
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-05-27 09:14:05 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2017-05-27 09:16:32 -0700
commit7fd37626b59b2eacc6ef067220b95fc41928cc39 (patch)
treeeb9876ef644f22e78df2cebe51964573e81e2b1e /mail-mta/nullmailer
parent117b5fbef46dfcb9ea4d14b5e58eeee01bef9e96 (diff)
downloadgentoo-7fd37626b59b2eacc6ef067220b95fc41928cc39.tar.gz
gentoo-7fd37626b59b2eacc6ef067220b95fc41928cc39.tar.xz
mail-mta/nullmailer: add test dependencies.
Package-Manager: portage-2.3.6
Diffstat (limited to 'mail-mta/nullmailer')
-rw-r--r--mail-mta/nullmailer/nullmailer-2.0-r1.ebuild5
-rw-r--r--mail-mta/nullmailer/nullmailer-2.0.ebuild7
2 files changed, 7 insertions, 5 deletions
diff --git a/mail-mta/nullmailer/nullmailer-2.0-r1.ebuild b/mail-mta/nullmailer/nullmailer-2.0-r1.ebuild
index eca66814e66..d9866d420c3 100644
--- a/mail-mta/nullmailer/nullmailer-2.0-r1.ebuild
+++ b/mail-mta/nullmailer/nullmailer-2.0-r1.ebuild
@@ -12,11 +12,12 @@ SRC_URI="http://untroubled.org/${PN}/archive/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
-IUSE="ssl"
+IUSE="ssl test"
DEPEND="
sys-apps/groff
- ssl? ( net-libs/gnutls:0= )"
+ ssl? ( net-libs/gnutls:0= )
+ test? ( sys-apps/ucspi-tcp[ipv6] sys-process/daemontools )"
RDEPEND="
virtual/logger
virtual/shadow
diff --git a/mail-mta/nullmailer/nullmailer-2.0.ebuild b/mail-mta/nullmailer/nullmailer-2.0.ebuild
index 9fe5b167508..3ed11bc763d 100644
--- a/mail-mta/nullmailer/nullmailer-2.0.ebuild
+++ b/mail-mta/nullmailer/nullmailer-2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,11 +12,12 @@ SRC_URI="http://untroubled.org/${PN}/archive/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="ssl"
+IUSE="ssl test"
DEPEND="
sys-apps/groff
- ssl? ( net-libs/gnutls:0= )"
+ ssl? ( net-libs/gnutls:0= )
+ test? ( sys-apps/ucspi-tcp[ipv6] sys-process/daemontools )"
RDEPEND="
virtual/logger
virtual/shadow