Skip to content

Commit

Permalink
mail-mta/nullmailer: Revert add test dependencies.
Browse files Browse the repository at this point in the history
This reverts commit 7fd3762.

Signed-off-by: Robin H. Johnson <[email protected]>
  • Loading branch information
robbat2 committed May 27, 2017
1 parent 6ba577a commit 41ced34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions mail-mta/nullmailer/nullmailer-2.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions mail-mta/nullmailer/nullmailer-2.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 41ced34

Please sign in to comment.