commit: c8c6a31c8aa24c6ebe707b4f25612302963a4d86 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 8 19:54:37 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 8 20:01:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c6a31c
app-mobilephone/gnokii: fix DeprecatedEclass (eutils) Signed-off-by: Sam James <sam <AT> gentoo.org> app-mobilephone/gnokii/gnokii-0.6.31-r4.ebuild | 2 +- app-mobilephone/gnokii/gnokii-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-mobilephone/gnokii/gnokii-0.6.31-r4.ebuild b/app-mobilephone/gnokii/gnokii-0.6.31-r4.ebuild index 263aa6dc8551..bf1306ec46ff 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.31-r4.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.31-r4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools desktop eutils linux-info +inherit autotools desktop linux-info strip-linguas HOMEPAGE="https://www.gnokii.org/" if [[ ${PV} == *9999 ]]; then diff --git a/app-mobilephone/gnokii/gnokii-9999.ebuild b/app-mobilephone/gnokii/gnokii-9999.ebuild index a0db30a29c88..5031ffef4a3d 100644 --- a/app-mobilephone/gnokii/gnokii-9999.ebuild +++ b/app-mobilephone/gnokii/gnokii-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools desktop eutils linux-info +inherit autotools desktop linux-info strip-linguas HOMEPAGE="https://www.gnokii.org/" if [[ ${PV} == *9999 ]]; then
