diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:34:51 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:34:51 +0100 |
commit | 50745f3a289187f9363aabf7cdb628ec2c5da8bd (patch) | |
tree | ec938aac0885dc7a4e65edc566637db1147dcfa8 /app-editors/ng | |
parent | app-editors/emacs: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-50745f3a289187f9363aabf7cdb628ec2c5da8bd.tar.gz gentoo-50745f3a289187f9363aabf7cdb628ec2c5da8bd.tar.bz2 gentoo-50745f3a289187f9363aabf7cdb628ec2c5da8bd.zip |
app-editors/ng: [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-editors/ng')
-rw-r--r-- | app-editors/ng/ng-1.5_beta1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/ng/ng-1.5_beta1-r2.ebuild b/app-editors/ng/ng-1.5_beta1-r2.ebuild index fbb432af3cc5..f7b2c66ceb44 100644 --- a/app-editors/ng/ng-1.5_beta1-r2.ebuild +++ b/app-editors/ng/ng-1.5_beta1-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 autotools +inherit autotools toolchain-funcs MY_P="${P/_beta/beta}" |