diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:34:25 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:34:25 +0100 |
commit | 6ecddbfb37f04fd1091729b93926d79c59a35c25 (patch) | |
tree | 842fa1e3032320dbd0ab7b82b234e2feda40a9ed /app-accessibility | |
parent | app-accessibility/flite: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-6ecddbfb37f04fd1091729b93926d79c59a35c25.tar.gz gentoo-6ecddbfb37f04fd1091729b93926d79c59a35c25.tar.bz2 gentoo-6ecddbfb37f04fd1091729b93926d79c59a35c25.zip |
app-accessibility/nfbtrans: [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-accessibility')
-rw-r--r-- | app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild index 5a275017973a..c458fcee9dcd 100644 --- a/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild +++ b/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="braille translator from the National Federation of the Blind" HOMEPAGE="http://www.nfb.org/nfbtrans" |