commit: bbb30562ab731c4f6ac7904d2ad045dc199571f3 Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Sat Jul 2 09:32:18 2022 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Sat Jul 2 09:38:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb30562
dev-util/colm: fix IndirectInherits Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> dev-util/colm/colm-0.14.7-r1.ebuild | 2 +- dev-util/colm/colm-0.14.7.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/colm/colm-0.14.7-r1.ebuild b/dev-util/colm/colm-0.14.7-r1.ebuild index eda6d30f5d36..59000e4847fa 100644 --- a/dev-util/colm/colm-0.14.7-r1.ebuild +++ b/dev-util/colm/colm-0.14.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools +inherit autotools toolchain-funcs DESCRIPTION="COmputer Language Manipulation" HOMEPAGE="https://www.colm.net/open-source/colm/" diff --git a/dev-util/colm/colm-0.14.7.ebuild b/dev-util/colm/colm-0.14.7.ebuild index 8a4cbf114356..774e9dd3a369 100644 --- a/dev-util/colm/colm-0.14.7.ebuild +++ b/dev-util/colm/colm-0.14.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools +inherit autotools toolchain-funcs DESCRIPTION="COmputer Language Manipulation" HOMEPAGE="https://www.colm.net/open-source/colm/"
