dev-libs/qhttpengine: added missing restrict for tests

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-04-27 00:19:54 +02:00
parent 96280657bf
commit 22a51934ff
2 changed files with 6 additions and 8 deletions

View File

@@ -1,14 +1,14 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI="7"
inherit cmake
DESCRIPTION="HTTP server for Qt applications"
HOMEPAGE="https://github.com/nitroshare/qhttpengine"
if [[ ${PV} == "9999" ]] ; then
if [[ "${PV}" == "9999" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/nitroshare/${PN}.git"
else
@@ -19,9 +19,8 @@ fi
LICENSE="MIT"
SLOT="5"
IUSE="doc examples test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-qt/qtnetwork:5
"

View File

@@ -1,14 +1,14 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI="7"
inherit cmake
DESCRIPTION="HTTP server for Qt applications"
HOMEPAGE="https://github.com/nitroshare/qhttpengine"
if [[ ${PV} == "9999" ]] ; then
if [[ "${PV}" == "9999" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/nitroshare/${PN}.git"
else
@@ -19,9 +19,8 @@ fi
LICENSE="MIT"
SLOT="5"
IUSE="doc examples test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-qt/qtnetwork:5
"