Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/darwinia/
Date: Mon, 23 Sep 2019 17:16:28
Message-Id: 1569258966.928c2901037acd671e93fb535a01b19bd8eadc93.mgorny@gentoo
1 commit: 928c2901037acd671e93fb535a01b19bd8eadc93
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 23 17:10:24 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 23 17:16:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=928c2901
7
8 games-strategy/darwinia: Add RESTRICT=bindist
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 games-strategy/darwinia/darwinia-1.4.0_beta9.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-strategy/darwinia/darwinia-1.4.0_beta9.ebuild b/games-strategy/darwinia/darwinia-1.4.0_beta9.ebuild
16 index 37781bd8245..ec9f3bc57fe 100644
17 --- a/games-strategy/darwinia/darwinia-1.4.0_beta9.ebuild
18 +++ b/games-strategy/darwinia/darwinia-1.4.0_beta9.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -14,7 +14,7 @@ LICENSE="Introversion"
26 SLOT="0"
27 KEYWORDS="-* ~amd64 ~x86"
28 IUSE=""
29 -RESTRICT="mirror strip"
30 +RESTRICT="bindist mirror strip"
31
32 RDEPEND="
33 ~virtual/libstdc++-3.3