summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-15 10:59:15 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-15 10:59:15 +0100
commit2e7d5108efb8de912b4d92bfe216464b0d7f4643 (patch)
treee51673622ba2f4b350486b919067b440c9b85043 /dev-libs/libvterm
parentdev-libs/libvformat: [QA] inherit ltprune.eclass directly (diff)
downloadgentoo-2e7d5108efb8de912b4d92bfe216464b0d7f4643.tar.gz
gentoo-2e7d5108efb8de912b4d92bfe216464b0d7f4643.tar.bz2
gentoo-2e7d5108efb8de912b4d92bfe216464b0d7f4643.zip
dev-libs/libvterm: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/libvterm')
-rw-r--r--dev-libs/libvterm/libvterm-0.0_pre20181126.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libvterm/libvterm-0.0_pre20181126.ebuild b/dev-libs/libvterm/libvterm-0.0_pre20181126.ebuild
index 387a458e471e..00da1e7c0664 100644
--- a/dev-libs/libvterm/libvterm-0.0_pre20181126.ebuild
+++ b/dev-libs/libvterm/libvterm-0.0_pre20181126.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils flag-o-matic multilib
+inherit eutils flag-o-matic ltprune multilib
DESCRIPTION="An abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator"
HOMEPAGE="http://www.leonerd.org.uk/code/libvterm/"