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-emulation/libguestfs/
Date: Wed, 30 Jun 2021 10:15:45
Message-Id: 1625048127.221f0f68d1187ec72b6858fcc80372a40123a531.ulm@gentoo
1 commit: 221f0f68d1187ec72b6858fcc80372a40123a531
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 28 10:01:41 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=221f0f68
7
8 app-emulation/libguestfs: 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-emulation/libguestfs/libguestfs-1.38.6-r103.ebuild | 2 +-
14 app-emulation/libguestfs/libguestfs-1.44.1.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-emulation/libguestfs/libguestfs-1.38.6-r103.ebuild b/app-emulation/libguestfs/libguestfs-1.38.6-r103.ebuild
18 index 13ce7ab088a..12a00b8b947 100644
19 --- a/app-emulation/libguestfs/libguestfs-1.38.6-r103.ebuild
20 +++ b/app-emulation/libguestfs/libguestfs-1.38.6-r103.ebuild
21 @@ -6,7 +6,7 @@ EAPI=7
22 LUA_COMPAT=( lua5-1 )
23 PYTHON_COMPAT=( python3_{6,7,8} )
24
25 -inherit autotools bash-completion-r1 l10n linux-info lua-single perl-functions python-single-r1 xdg-utils flag-o-matic
26 +inherit autotools bash-completion-r1 linux-info lua-single perl-functions python-single-r1 strip-linguas xdg-utils flag-o-matic
27
28 MY_PV_1="$(ver_cut 1-2)"
29 MY_PV_2="$(ver_cut 2)"
30
31 diff --git a/app-emulation/libguestfs/libguestfs-1.44.1.ebuild b/app-emulation/libguestfs/libguestfs-1.44.1.ebuild
32 index a82e43a0ab0..a7311dc74bb 100644
33 --- a/app-emulation/libguestfs/libguestfs-1.44.1.ebuild
34 +++ b/app-emulation/libguestfs/libguestfs-1.44.1.ebuild
35 @@ -6,7 +6,7 @@ EAPI=7
36 LUA_COMPAT=( lua5-1 )
37 PYTHON_COMPAT=( python3_{7,8,9} )
38
39 -inherit autotools bash-completion-r1 l10n linux-info lua-single perl-functions python-single-r1 toolchain-funcs xdg-utils flag-o-matic
40 +inherit autotools bash-completion-r1 linux-info lua-single perl-functions python-single-r1 strip-linguas toolchain-funcs xdg-utils flag-o-matic
41
42 MY_PV_1="$(ver_cut 1-2)"
43 MY_PV_2="$(ver_cut 2)"