summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-13 22:38:06 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-13 22:38:06 +0100
commit4596964a0eb1ffff7e974d55efd32a8a471e9a10 (patch)
treebaf169033c9939043b1edae8917f5c244c88551a /sci-electronics
parentsci-chemistry/openbabel: [QA] inherit toolchain-funcs.eclass directly (diff)
downloadgentoo-4596964a0eb1ffff7e974d55efd32a8a471e9a10.tar.gz
gentoo-4596964a0eb1ffff7e974d55efd32a8a471e9a10.tar.bz2
gentoo-4596964a0eb1ffff7e974d55efd32a8a471e9a10.zip
sci-electronics/gtkwave: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/gtkwave/gtkwave-3.3.87.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/gtkwave/gtkwave-3.3.87.ebuild b/sci-electronics/gtkwave/gtkwave-3.3.87.ebuild
index 885119ffbd07..d0f5e9fb3605 100644
--- a/sci-electronics/gtkwave/gtkwave-3.3.87.ebuild
+++ b/sci-electronics/gtkwave/gtkwave-3.3.87.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-inherit xdg-utils gnome2-utils
+inherit xdg-utils gnome2-utils toolchain-funcs
DESCRIPTION="A wave viewer for LXT, LXT2, VZT, GHW and standard Verilog VCD/EVCD files"
HOMEPAGE="http://gtkwave.sourceforge.net/"