Gentoo Archives: gentoo-commits

From: Kenton Groombridge <concord@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/miniflux/
Date: Sat, 07 May 2022 13:57:21
Message-Id: 1651931808.4ba309bf2b8387df237c3203f5ed24d448da20ad.concord@gentoo
1 commit: 4ba309bf2b8387df237c3203f5ed24d448da20ad
2 Author: Kenton Groombridge <concord <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 7 13:54:34 2022 +0000
4 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org>
5 CommitDate: Sat May 7 13:56:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba309bf
7
8 www-apps/miniflux: restrict tests
9
10 Tests require network access.
11
12 Closes: https://bugs.gentoo.org/843062
13 Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>
14
15 www-apps/miniflux/miniflux-2.0.36.ebuild | 2 ++
16 1 file changed, 2 insertions(+)
17
18 diff --git a/www-apps/miniflux/miniflux-2.0.36.ebuild b/www-apps/miniflux/miniflux-2.0.36.ebuild
19 index 7352330614f5..005822d6132c 100644
20 --- a/www-apps/miniflux/miniflux-2.0.36.ebuild
21 +++ b/www-apps/miniflux/miniflux-2.0.36.ebuild
22 @@ -14,6 +14,8 @@ LICENSE="Apache-2.0 BSD BSD-2 MIT"
23 SLOT="0"
24 KEYWORDS="~amd64"
25
26 +RESTRICT="test" # requires network access
27 +
28 DEPEND="acct-user/miniflux"
29 RDEPEND="${DEPEND}
30 >=dev-db/postgresql-9.5