diff options
author | Sam James <sam@gentoo.org> | 2022-10-08 20:54:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-08 21:01:30 +0100 |
commit | c8c6a31c8aa24c6ebe707b4f25612302963a4d86 (patch) | |
tree | bad5f2c15a419de47f9a2099e6b225e960ac9e99 /app-mobilephone | |
parent | app-arch/unp: fix DeprecatedEclass (eutils) (diff) | |
download | gentoo-c8c6a31c8aa24c6ebe707b4f25612302963a4d86.tar.gz gentoo-c8c6a31c8aa24c6ebe707b4f25612302963a4d86.tar.bz2 gentoo-c8c6a31c8aa24c6ebe707b4f25612302963a4d86.zip |
app-mobilephone/gnokii: fix DeprecatedEclass (eutils)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/gnokii/gnokii-0.6.31-r4.ebuild | 2 | ||||
-rw-r--r-- | 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 |