Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/gfs2-utils/
Date: Mon, 20 Sep 2021 09:39:04
Message-Id: 1632130734.b74f1ae5b480d224786dcd2bdeb2cde579c3ff5a.andrewammerlaan@gentoo
1 commit: b74f1ae5b480d224786dcd2bdeb2cde579c3ff5a
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 20 09:38:54 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 09:38:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b74f1ae5
7
8 sys-fs/gfs2-utils: add missing RESTRICT="!test? ( test )"
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild b/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild
17 index 6cfae8a5f..b631eb787 100644
18 --- a/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild
19 +++ b/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -14,7 +14,7 @@ SLOT="0"
27 KEYWORDS="~amd64 ~x86"
28
29 IUSE="nls test"
30 -
31 +RESTRICT="!test? ( test )"
32
33 BDEPEND="sys-devel/autoconf
34 sys-devel/automake