sys-auth/nss-mdns: Add test-dependency to -9999

This commit is contained in:
Michał Górny
2018-02-13 10:46:03 +01:00
parent 72b522296e
commit e54c6abbb9

View File

@@ -13,10 +13,11 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
IUSE="test"
RDEPEND=">=net-dns/avahi-0.6.31-r2[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}"
DEPEND="${RDEPEND}
test? ( >=dev-libs/check-0.11 )"
src_prepare() {
default