commit: 3b195af460dee3ea79a17ea1616c718e8be014a3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Apr 12 00:37:48 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Apr 12 01:07:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b195af4
net-dialup/pppconfig: explicitly inherit l10n Signed-off-by: Sam James <sam <AT> gentoo.org> net-dialup/pppconfig/pppconfig-2.3.21.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dialup/pppconfig/pppconfig-2.3.21.ebuild b/net-dialup/pppconfig/pppconfig-2.3.21.ebuild index aee64ac9fa4..31aecde1b0f 100644 --- a/net-dialup/pppconfig/pppconfig-2.3.21.ebuild +++ b/net-dialup/pppconfig/pppconfig-2.3.21.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit l10n DESCRIPTION="A text menu based utility for configuring ppp" HOMEPAGE="https://packages.qa.debian.org/p/pppconfig.html"
