Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gdl/
Date: Thu, 04 Nov 2021 19:54:49
Message-Id: 1636055479.a03bf48ac72e5ba6dcc0de4e4b179e9c4bb4c963.sam@gentoo
1 commit: a03bf48ac72e5ba6dcc0de4e4b179e9c4bb4c963
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 4 19:50:52 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 4 19:51:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03bf48a
7
8 dev-lang/gdl: add missing dev-util/intltool dependency
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-lang/gdl/gdl-1.0.0_rc3.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-lang/gdl/gdl-1.0.0_rc3.ebuild b/dev-lang/gdl/gdl-1.0.0_rc3.ebuild
16 index fd8b8966192..f87b63dfef6 100644
17 --- a/dev-lang/gdl/gdl-1.0.0_rc3.ebuild
18 +++ b/dev-lang/gdl/gdl-1.0.0_rc3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -61,6 +61,7 @@ RDEPEND="
26 DEPEND="${RDEPEND}
27 eigen? ( dev-cpp/eigen:3 )"
28 BDEPEND="
29 + dev-util/intltool
30 virtual/pkgconfig
31 python? ( app-admin/chrpath )"