diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:37:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 02:07:36 +0100 |
commit | 3b195af460dee3ea79a17ea1616c718e8be014a3 (patch) | |
tree | 468447b682b46224d6bd679fb9a1eed0ff006041 /net-dialup | |
parent | sci-libs/numkit: fix RDEPEND typo (diff) | |
download | gentoo-3b195af460dee3ea79a17ea1616c718e8be014a3.tar.gz gentoo-3b195af460dee3ea79a17ea1616c718e8be014a3.tar.bz2 gentoo-3b195af460dee3ea79a17ea1616c718e8be014a3.zip |
net-dialup/pppconfig: explicitly inherit l10n
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/pppconfig/pppconfig-2.3.21.ebuild | 4 |
1 files 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 aee64ac9fa4c..31aecde1b0f5 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" |