mail-mta/nullmailer: Revert add test dependencies.

This reverts commit 7fd37626b5.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson
2017-05-27 11:39:19 -07:00
parent 6ba577ac45
commit 41ced348de
2 changed files with 5 additions and 7 deletions

View File

@@ -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

View File

@@ -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