diff options
-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}" |