Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash-core-components/
Date: Sun, 05 Sep 2021 18:04:04
Message-Id: 1630865022.f57f939c531671702e078a1f0b833ca89481212a.tupone@gentoo
1 commit: f57f939c531671702e078a1f0b833ca89481212a
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 5 18:03:42 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 5 18:03:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f57f939c
7
8 sci-visualization/dash-core-components: RESTRICT test
9
10 Closes: https://bugs.gentoo.org/810451
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 .../dash-core-components/dash-core-components-1.16.0.ebuild | 3 +++
15 1 file changed, 3 insertions(+)
16
17 diff --git a/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild b/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild
18 index ec2940e44a0..8c8eac37c2d 100644
19 --- a/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild
20 +++ b/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild
21 @@ -10,6 +10,9 @@ DESCRIPTION="Core components suite for Dash"
22 HOMEPAGE="https://plot.ly/dash"
23 SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
24 -> ${P}.tar.gz"
25 +# Test execution depends on sci-visualization/dash being installed
26 +# but sci-visualization/dash depends on this
27 +RESTRICT="test"
28
29 LICENSE="MIT"
30 SLOT="0"