Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-arcade/taisei/
Date: Sun, 02 May 2021 09:27:21
Message-Id: 1619883470.81daa27477f618ec27731670996f6769622b9471.telans@gentoo
1 commit: 81daa27477f618ec27731670996f6769622b9471
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Sat May 1 15:37:50 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Sat May 1 15:37:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81daa274
7
8 games-arcade/taisei: Add dev-libs/cglm BDEPEND for live ebuild.
9
10 This library was previously bundled,
11 it is now unbundled upstream and packaged.
12
13 Package-Manager: Portage-3.0.18, Repoman-3.0.2
14 Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
15
16 games-arcade/taisei/taisei-9999.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/games-arcade/taisei/taisei-9999.ebuild b/games-arcade/taisei/taisei-9999.ebuild
20 index 5e41d40f0..6d7deef43 100644
21 --- a/games-arcade/taisei/taisei-9999.ebuild
22 +++ b/games-arcade/taisei/taisei-9999.ebuild
23 @@ -34,6 +34,7 @@ DEPEND="
24 zip? ( dev-libs/libzip )
25 "
26 BDEPEND="
27 + >=dev-libs/cglm-0.7.8
28 >=dev-util/meson-0.53
29 ${PYTHON_DEPS}
30 doc? ( dev-python/docutils )"