mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-block/mbuffer: add missing RESTRICT="!test? ( test )"
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
This commit is contained in:
@@ -14,12 +14,14 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~ppc ~x86"
|
||||
IUSE="debug ssl test"
|
||||
|
||||
REQUIRED_USE="test? ( ssl )"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="ssl? ( dev-libs/openssl:0= )"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( dev-libs/openssl:0 )"
|
||||
|
||||
REQUIRED_USE="test? ( ssl )"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-20180410-sysconfdir.patch"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user