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: dev-util/indent/
Date: Wed, 30 Jun 2021 10:15:45
Message-Id: 1625048128.a5661f1dab0f02998aa48aa0de77b5fb39e3135a.ulm@gentoo
1 commit: a5661f1dab0f02998aa48aa0de77b5fb39e3135a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 28 10:03:07 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 10:15:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5661f1d
7
8 dev-util/indent: 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 dev-util/indent/indent-2.2.12.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/indent/indent-2.2.12.ebuild b/dev-util/indent/indent-2.2.12.ebuild
17 index bf0c13f9b9d..1518ed284af 100644
18 --- a/dev-util/indent/indent-2.2.12.ebuild
19 +++ b/dev-util/indent/indent-2.2.12.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -inherit l10n
25 +inherit strip-linguas
26
27 DESCRIPTION="Indent program source files"
28 HOMEPAGE="https://www.gnu.org/software/indent/"