Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/pcg-cpp/
Date: Tue, 18 May 2021 22:16:32
Message-Id: 1621376155.6dead1bc539fcb5a6916e5b7de5b61fe8d64fde9.cybertailor@gentoo
1 commit: 6dead1bc539fcb5a6916e5b7de5b61fe8d64fde9
2 Author: Anna Vyalkova <cyber <AT> sysrq <DOT> in>
3 AuthorDate: Tue May 18 22:15:55 2021 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Tue May 18 22:15:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6dead1bc
7
8 dev-cpp/pcg-cpp: missing RESTRICT for test
9
10 Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>
11
12 dev-cpp/pcg-cpp/pcg-cpp-0.98.1_p20210406.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-cpp/pcg-cpp/pcg-cpp-0.98.1_p20210406.ebuild b/dev-cpp/pcg-cpp/pcg-cpp-0.98.1_p20210406.ebuild
16 index cac2f56bc..1687284f6 100644
17 --- a/dev-cpp/pcg-cpp/pcg-cpp-0.98.1_p20210406.ebuild
18 +++ b/dev-cpp/pcg-cpp/pcg-cpp-0.98.1_p20210406.ebuild
19 @@ -15,6 +15,7 @@ LICENSE="|| ( Apache-2.0 MIT )"
20 SLOT="0"
21 KEYWORDS="~amd64 ~x86"
22 IUSE="test"
23 +RESTRICT="!test? ( test )"
24
25 src_prepare() {
26 default