mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-libs/lsquic: fix missing RESTRICT with IUSE=test
Signed-off-by: Okamura Kazuya <gentoo-guru@danceylove.net>
This commit is contained in:
@@ -20,6 +20,7 @@ LICENSE="MIT"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
IUSE="static-libs test"
|
IUSE="static-libs test"
|
||||||
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
S="${WORKDIR}/lsquic-${LSQUIC_COMMIT}"
|
S="${WORKDIR}/lsquic-${LSQUIC_COMMIT}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user