diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-07-02 10:32:18 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-07-02 10:38:10 +0100 |
commit | bbb30562ab731c4f6ac7904d2ad045dc199571f3 (patch) | |
tree | 340acbb7dd5e51e562a315b50aa6eee6c33412bc /dev-util/colm | |
parent | dev-libs/argtable: drop 2.13-r1 (diff) | |
download | gentoo-bbb30562ab731c4f6ac7904d2ad045dc199571f3.tar.gz gentoo-bbb30562ab731c4f6ac7904d2ad045dc199571f3.tar.bz2 gentoo-bbb30562ab731c4f6ac7904d2ad045dc199571f3.zip |
dev-util/colm: fix IndirectInherits
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-util/colm')
-rw-r--r-- | dev-util/colm/colm-0.14.7-r1.ebuild | 2 | ||||
-rw-r--r-- | 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/" |