mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 16:13:21 -04:00
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:
@@ -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
|
||||
"
|
||||
@@ -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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user