mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -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
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI="7"
|
||||||
|
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
||||||
DESCRIPTION="HTTP server for Qt applications"
|
DESCRIPTION="HTTP server for Qt applications"
|
||||||
HOMEPAGE="https://github.com/nitroshare/qhttpengine"
|
HOMEPAGE="https://github.com/nitroshare/qhttpengine"
|
||||||
|
|
||||||
if [[ ${PV} == "9999" ]] ; then
|
if [[ "${PV}" == "9999" ]] ; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
EGIT_REPO_URI="https://github.com/nitroshare/${PN}.git"
|
EGIT_REPO_URI="https://github.com/nitroshare/${PN}.git"
|
||||||
else
|
else
|
||||||
@@ -19,9 +19,8 @@ fi
|
|||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="5"
|
SLOT="5"
|
||||||
|
|
||||||
IUSE="doc examples test"
|
IUSE="doc examples test"
|
||||||
|
RESTRICT="!test? ( test )"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-qt/qtnetwork:5
|
dev-qt/qtnetwork:5
|
||||||
"
|
"
|
||||||
@@ -1,14 +1,14 @@
|
|||||||
# Copyright 1999-2020 Gentoo Authors
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI="7"
|
||||||
|
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
||||||
DESCRIPTION="HTTP server for Qt applications"
|
DESCRIPTION="HTTP server for Qt applications"
|
||||||
HOMEPAGE="https://github.com/nitroshare/qhttpengine"
|
HOMEPAGE="https://github.com/nitroshare/qhttpengine"
|
||||||
|
|
||||||
if [[ ${PV} == "9999" ]] ; then
|
if [[ "${PV}" == "9999" ]] ; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
EGIT_REPO_URI="https://github.com/nitroshare/${PN}.git"
|
EGIT_REPO_URI="https://github.com/nitroshare/${PN}.git"
|
||||||
else
|
else
|
||||||
@@ -19,9 +19,8 @@ fi
|
|||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="5"
|
SLOT="5"
|
||||||
|
|
||||||
IUSE="doc examples test"
|
IUSE="doc examples test"
|
||||||
|
RESTRICT="!test? ( test )"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-qt/qtnetwork:5
|
dev-qt/qtnetwork:5
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user