mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-perl/HTTP-Daemon-SSL: mask tests
Also added missing test deps. Closes: https://bugs.gentoo.org/875197 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
@@ -11,6 +11,8 @@ DESCRIPTION="A simple http server class with SSL support"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="test"
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-perl/IO-Socket-INET6
|
||||
@@ -18,4 +20,7 @@ RDEPEND="
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
test? ( dev-perl/HTTP-Daemon )
|
||||
"
|
||||
Reference in New Issue
Block a user