Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/pppconfig/
Date: Wed, 30 Jun 2021 10:15:48
Message-Id: 1625048131.0b4da17a8a22a59e694e7be01c97d62fb7b2683b.ulm@gentoo
1 commit: 0b4da17a8a22a59e694e7be01c97d62fb7b2683b
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 28 10:05:05 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 10:15:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4da17a
7
8 net-dialup/pppconfig: Update inherit from l10n to strip-linguas
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 net-dialup/pppconfig/pppconfig-2.3.21.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-dialup/pppconfig/pppconfig-2.3.21.ebuild b/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
17 index 31aecde1b0f..808ccc0a705 100644
18 --- a/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
19 +++ b/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=5
23
24 -inherit l10n
25 +inherit strip-linguas
26
27 DESCRIPTION="A text menu based utility for configuring ppp"
28 HOMEPAGE="https://packages.qa.debian.org/p/pppconfig.html"