From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A91261382C5 for ; Wed, 9 Dec 2020 12:12:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9501E086B; Wed, 9 Dec 2020 12:12:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF732E086B for ; Wed, 9 Dec 2020 12:12:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9A78340E1C for ; Wed, 9 Dec 2020 12:12:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DCCD46C for ; Wed, 9 Dec 2020 12:12:07 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1607515920.e64dff3e958f99445cbf776c0a813b37fa3c891b.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libguestfs/libguestfs-1.38.6-r100.ebuild X-VCS-Directories: app-emulation/libguestfs/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: e64dff3e958f99445cbf776c0a813b37fa3c891b X-VCS-Branch: master Date: Wed, 9 Dec 2020 12:12:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 16f09511-93ab-4776-9a8c-1dbd904a6985 X-Archives-Hash: e368f9399a4a6332f28d9ee440a48eda commit: e64dff3e958f99445cbf776c0a813b37fa3c891b Author: Marek Szuba gentoo org> AuthorDate: Wed Dec 9 12:10:27 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Dec 9 12:12:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64dff3e app-emulation/libguestfs-1.38.6-r100: inherit l10n, for strip-linguas Another case of "made change having already staged the file and forgot to re-run git add to have it included in the commit", sorry about that. Signed-off-by: Marek Szuba gentoo.org> app-emulation/libguestfs/libguestfs-1.38.6-r100.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/libguestfs/libguestfs-1.38.6-r100.ebuild b/app-emulation/libguestfs/libguestfs-1.38.6-r100.ebuild index a913bfad138..833f7102526 100644 --- a/app-emulation/libguestfs/libguestfs-1.38.6-r100.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.38.6-r100.ebuild @@ -6,7 +6,7 @@ EAPI=7 LUA_COMPAT=( lua5-1 ) PYTHON_COMPAT=( python3_6 ) -inherit autotools bash-completion-r1 linux-info lua-single perl-functions python-single-r1 xdg-utils +inherit autotools bash-completion-r1 l10n linux-info lua-single perl-functions python-single-r1 xdg-utils MY_PV_1="$(ver_cut 1-2)" MY_PV_2="$(ver_cut 2)"