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-libs/libvterm/
Date: Thu, 01 Apr 2021 21:17:33
Message-Id: 1617311826.4f6426deabcd362b702a903e6f3e84b25f739ffe.sam@gentoo
1 commit: 4f6426deabcd362b702a903e6f3e84b25f739ffe
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 1 01:34:44 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 1 21:17:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6426de
7
8 dev-libs/libvterm: fix MissingInherits (toolchain-funcs)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libvterm/libvterm-0.1.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libvterm/libvterm-0.1.3.ebuild b/dev-libs/libvterm/libvterm-0.1.3.ebuild
16 index f6148136c81..dae1aa8fa83 100644
17 --- a/dev-libs/libvterm/libvterm-0.1.3.ebuild
18 +++ b/dev-libs/libvterm/libvterm-0.1.3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -inherit flag-o-matic
24 +inherit flag-o-matic toolchain-funcs
25
26 DESCRIPTION="An abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator"
27 HOMEPAGE="http://www.leonerd.org.uk/code/libvterm/"