diff options
author | Davide Pesavento <pesa@gentoo.org> | 2019-11-28 20:24:48 +0100 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2019-11-28 20:24:48 +0100 |
commit | d71887bc283f232636fa15931f17e340ce868813 (patch) | |
tree | d4190c12dae9c46e3f4d1f49b0045307d1d7e204 /dev-util/qbs | |
parent | proflies: package.mask: sci-visualization/visit: Add removal timeline (diff) | |
download | gentoo-d71887bc283f232636fa15931f17e340ce868813.tar.gz gentoo-d71887bc283f232636fa15931f17e340ce868813.tar.bz2 gentoo-d71887bc283f232636fa15931f17e340ce868813.zip |
dev-util/qbs: fix MissingTestRestrict QA warning
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Davide Pesavento <pesa@gentoo.org>
Diffstat (limited to 'dev-util/qbs')
-rw-r--r-- | dev-util/qbs/qbs-1.12.2.ebuild | 1 | ||||
-rw-r--r-- | dev-util/qbs/qbs-1.13.1.ebuild | 1 | ||||
-rw-r--r-- | dev-util/qbs/qbs-1.14.1.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/dev-util/qbs/qbs-1.12.2.ebuild b/dev-util/qbs/qbs-1.12.2.ebuild index 03606d775233..c5815752c219 100644 --- a/dev-util/qbs/qbs-1.12.2.ebuild +++ b/dev-util/qbs/qbs-1.12.2.ebuild @@ -15,6 +15,7 @@ LICENSE="|| ( LGPL-2.1 LGPL-3 )" SLOT="0" KEYWORDS="amd64 ~arm ~x86" IUSE="doc examples test" +RESTRICT="!test? ( test )" # see bug 581874 for the qttest dep in RDEPEND RDEPEND=" diff --git a/dev-util/qbs/qbs-1.13.1.ebuild b/dev-util/qbs/qbs-1.13.1.ebuild index 0eea5267ba76..0ce9c72b16a8 100644 --- a/dev-util/qbs/qbs-1.13.1.ebuild +++ b/dev-util/qbs/qbs-1.13.1.ebuild @@ -15,6 +15,7 @@ LICENSE="|| ( LGPL-2.1 LGPL-3 )" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="doc examples test" +RESTRICT="!test? ( test )" # see bug 581874 for the qttest dep in RDEPEND RDEPEND=" diff --git a/dev-util/qbs/qbs-1.14.1.ebuild b/dev-util/qbs/qbs-1.14.1.ebuild index 027cbeacc66f..689ab954a115 100644 --- a/dev-util/qbs/qbs-1.14.1.ebuild +++ b/dev-util/qbs/qbs-1.14.1.ebuild @@ -15,6 +15,7 @@ LICENSE="|| ( LGPL-2.1 LGPL-3 )" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="doc examples test" +RESTRICT="!test? ( test )" # see bug 581874 for the qttest dep in RDEPEND RDEPEND=" |