summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-05-27 11:39:19 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2017-05-27 11:41:23 -0700
commit41ced348de02453e4e82e5fc4ce50b9a941693d4 (patch)
tree24f9854ecde84a9b352c7b5a26f1819a958e151b /mail-mta/nullmailer
parentmail-mta/nullmailer: use revbump for USE=test due to unstable-only dep. (diff)
downloadgentoo-41ced348de02453e4e82e5fc4ce50b9a941693d4.tar.gz
gentoo-41ced348de02453e4e82e5fc4ce50b9a941693d4.tar.bz2
gentoo-41ced348de02453e4e82e5fc4ce50b9a941693d4.zip
mail-mta/nullmailer: Revert add test dependencies.
This reverts commit 7fd37626b59b2eacc6ef067220b95fc41928cc39. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
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, 5 insertions, 7 deletions
diff --git a/mail-mta/nullmailer/nullmailer-2.0-r1.ebuild b/mail-mta/nullmailer/nullmailer-2.0-r1.ebuild
index d9866d420c30..eca66814e661 100644
--- a/mail-mta/nullmailer/nullmailer-2.0-r1.ebuild
+++ b/mail-mta/nullmailer/nullmailer-2.0-r1.ebuild
@@ -12,12 +12,11 @@ SRC_URI="http://untroubled.org/${PN}/archive/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
-IUSE="ssl test"
+IUSE="ssl"
DEPEND="
sys-apps/groff
- ssl? ( net-libs/gnutls:0= )
- test? ( sys-apps/ucspi-tcp[ipv6] sys-process/daemontools )"
+ ssl? ( net-libs/gnutls:0= )"
RDEPEND="
virtual/logger
virtual/shadow
diff --git a/mail-mta/nullmailer/nullmailer-2.0.ebuild b/mail-mta/nullmailer/nullmailer-2.0.ebuild
index 3ed11bc763dd..9fe5b1675081 100644
--- a/mail-mta/nullmailer/nullmailer-2.0.ebuild
+++ b/mail-mta/nullmailer/nullmailer-2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,12 +12,11 @@ SRC_URI="http://untroubled.org/${PN}/archive/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="ssl test"
+IUSE="ssl"
DEPEND="
sys-apps/groff
- ssl? ( net-libs/gnutls:0= )
- test? ( sys-apps/ucspi-tcp[ipv6] sys-process/daemontools )"
+ ssl? ( net-libs/gnutls:0= )"
RDEPEND="
virtual/logger
virtual/shadow