mail-mta/nullmailer: add test dependencies.

Package-Manager: portage-2.3.6
This commit is contained in:
Robin H. Johnson
2017-05-27 09:14:05 -07:00
parent 117b5fbef4
commit 7fd37626b5
2 changed files with 7 additions and 5 deletions

View File

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

View File

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