diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:35:03 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:35:03 +0100 |
commit | ec596828884817642e1501264e4d01df0c2ed4a6 (patch) | |
tree | c5418722ba2a9783449465854d3a3e8261c04e71 /app-misc | |
parent | app-misc/glimpse: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-ec596828884817642e1501264e4d01df0c2ed4a6.tar.gz gentoo-ec596828884817642e1501264e4d01df0c2ed4a6.tar.bz2 gentoo-ec596828884817642e1501264e4d01df0c2ed4a6.zip |
app-misc/graphlcd-base: [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 'app-misc')
-rw-r--r-- | app-misc/graphlcd-base/graphlcd-base-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/graphlcd-base/graphlcd-base-1.0.2.ebuild b/app-misc/graphlcd-base/graphlcd-base-1.0.2.ebuild index 9c5ac5cb28c7..1eaac50253b0 100644 --- a/app-misc/graphlcd-base/graphlcd-base-1.0.2.ebuild +++ b/app-misc/graphlcd-base/graphlcd-base-1.0.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic udev +inherit flag-o-matic toolchain-funcs udev DESCRIPTION="Contains the lowlevel lcd drivers for GraphLCD" HOMEPAGE="https://projects.vdr-developer.org/projects/graphlcd-base" |