Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/rttr/
Date: Thu, 18 Apr 2019 17:57:14
Message-Id: 1555610124.77e83051d95e22cfb42ed12c14f48bcdf4bac21f.asturm@gentoo
1 commit: 77e83051d95e22cfb42ed12c14f48bcdf4bac21f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 18 17:55:24 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 18 17:55:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e83051
7
8 dev-cpp/rttr: Fix typo to really restrict tests
9
10 Bug: https://bugs.gentoo.org/683476
11 Package-Manager: Portage-2.3.63, Repoman-2.3.12
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 dev-cpp/rttr/rttr-0.9.6.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-cpp/rttr/rttr-0.9.6.ebuild b/dev-cpp/rttr/rttr-0.9.6.ebuild
18 index d63d19eafdf..e3b49afeefe 100644
19 --- a/dev-cpp/rttr/rttr-0.9.6.ebuild
20 +++ b/dev-cpp/rttr/rttr-0.9.6.ebuild
21 @@ -14,7 +14,7 @@ SLOT="0"
22 KEYWORDS="~amd64 ~x86"
23 IUSE=""
24
25 -RESTICT="test"
26 +RESTRICT="test"
27
28 PATCHES=(
29 "${FILESDIR}/${P}-cmake.patch"