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: app-misc/hivex/
Date: Wed, 30 Jun 2021 10:15:46
Message-Id: 1625048127.0950f2dd5a6ac3d7c28102d5a12ab6f674e2a0f6.ulm@gentoo
1 commit: 0950f2dd5a6ac3d7c28102d5a12ab6f674e2a0f6
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 28 10:02:05 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 10:15:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0950f2dd
7
8 app-misc/hivex: 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 app-misc/hivex/hivex-1.3.18.ebuild | 2 +-
14 app-misc/hivex/hivex-1.3.20.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-misc/hivex/hivex-1.3.18.ebuild b/app-misc/hivex/hivex-1.3.18.ebuild
18 index cace53ff05e..8d2e2ccca06 100644
19 --- a/app-misc/hivex/hivex-1.3.18.ebuild
20 +++ b/app-misc/hivex/hivex-1.3.18.ebuild
21 @@ -8,7 +8,7 @@ RUBY_OPTIONAL=yes
22
23 PYTHON_COMPAT=( python3_{7,8,9} )
24
25 -inherit l10n perl-module ruby-ng python-single-r1
26 +inherit perl-module ruby-ng python-single-r1 strip-linguas
27
28 DESCRIPTION="Library for reading and writing Windows Registry 'hive' binary files"
29 HOMEPAGE="https://libguestfs.org"
30
31 diff --git a/app-misc/hivex/hivex-1.3.20.ebuild b/app-misc/hivex/hivex-1.3.20.ebuild
32 index 3fd24d446ca..2758e02bdd6 100644
33 --- a/app-misc/hivex/hivex-1.3.20.ebuild
34 +++ b/app-misc/hivex/hivex-1.3.20.ebuild
35 @@ -8,7 +8,7 @@ RUBY_OPTIONAL=yes
36
37 PYTHON_COMPAT=( python3_{7,8,9} )
38
39 -inherit l10n perl-module ruby-ng python-single-r1
40 +inherit perl-module ruby-ng python-single-r1 strip-linguas
41
42 DESCRIPTION="Library for reading and writing Windows Registry 'hive' binary files"
43 HOMEPAGE="https://libguestfs.org"