Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/colm/
Date: Sat, 02 Jul 2022 09:38:54
Message-Id: 1656754690.bbb30562ab731c4f6ac7904d2ad045dc199571f3.matthew@gentoo
1 commit: bbb30562ab731c4f6ac7904d2ad045dc199571f3
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 09:32:18 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 09:38:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb30562
7
8 dev-util/colm: fix IndirectInherits
9
10 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
11
12 dev-util/colm/colm-0.14.7-r1.ebuild | 2 +-
13 dev-util/colm/colm-0.14.7.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-util/colm/colm-0.14.7-r1.ebuild b/dev-util/colm/colm-0.14.7-r1.ebuild
17 index eda6d30f5d36..59000e4847fa 100644
18 --- a/dev-util/colm/colm-0.14.7-r1.ebuild
19 +++ b/dev-util/colm/colm-0.14.7-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=8
23
24 -inherit autotools
25 +inherit autotools toolchain-funcs
26
27 DESCRIPTION="COmputer Language Manipulation"
28 HOMEPAGE="https://www.colm.net/open-source/colm/"
29
30 diff --git a/dev-util/colm/colm-0.14.7.ebuild b/dev-util/colm/colm-0.14.7.ebuild
31 index 8a4cbf114356..774e9dd3a369 100644
32 --- a/dev-util/colm/colm-0.14.7.ebuild
33 +++ b/dev-util/colm/colm-0.14.7.ebuild
34 @@ -1,9 +1,9 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 +# Copyright 1999-2022 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40
41 -inherit autotools
42 +inherit autotools toolchain-funcs
43
44 DESCRIPTION="COmputer Language Manipulation"
45 HOMEPAGE="https://www.colm.net/open-source/colm/"