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 4014B13933E for ; Wed, 30 Jun 2021 10:15:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99357E0826; Wed, 30 Jun 2021 10:15:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 85656E0826 for ; Wed, 30 Jun 2021 10:15:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9E182335D48 for ; Wed, 30 Jun 2021 10:15:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8CF47BB for ; Wed, 30 Jun 2021 10:15:41 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1625048127.0950f2dd5a6ac3d7c28102d5a12ab6f674e2a0f6.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/hivex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/hivex/hivex-1.3.18.ebuild app-misc/hivex/hivex-1.3.20.ebuild X-VCS-Directories: app-misc/hivex/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 0950f2dd5a6ac3d7c28102d5a12ab6f674e2a0f6 X-VCS-Branch: master Date: Wed, 30 Jun 2021 10:15:41 +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: ef0310f7-fe74-40bd-8c56-9a38cb33586b X-Archives-Hash: e20a561edd9dcfd2002a23f126ec394c commit: 0950f2dd5a6ac3d7c28102d5a12ab6f674e2a0f6 Author: Ulrich Müller gentoo org> AuthorDate: Mon Jun 28 10:02:05 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jun 30 10:15:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0950f2dd app-misc/hivex: Update inherit from l10n to strip-linguas Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> app-misc/hivex/hivex-1.3.18.ebuild | 2 +- app-misc/hivex/hivex-1.3.20.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/hivex/hivex-1.3.18.ebuild b/app-misc/hivex/hivex-1.3.18.ebuild index cace53ff05e..8d2e2ccca06 100644 --- a/app-misc/hivex/hivex-1.3.18.ebuild +++ b/app-misc/hivex/hivex-1.3.18.ebuild @@ -8,7 +8,7 @@ RUBY_OPTIONAL=yes PYTHON_COMPAT=( python3_{7,8,9} ) -inherit l10n perl-module ruby-ng python-single-r1 +inherit perl-module ruby-ng python-single-r1 strip-linguas DESCRIPTION="Library for reading and writing Windows Registry 'hive' binary files" HOMEPAGE="https://libguestfs.org" diff --git a/app-misc/hivex/hivex-1.3.20.ebuild b/app-misc/hivex/hivex-1.3.20.ebuild index 3fd24d446ca..2758e02bdd6 100644 --- a/app-misc/hivex/hivex-1.3.20.ebuild +++ b/app-misc/hivex/hivex-1.3.20.ebuild @@ -8,7 +8,7 @@ RUBY_OPTIONAL=yes PYTHON_COMPAT=( python3_{7,8,9} ) -inherit l10n perl-module ruby-ng python-single-r1 +inherit perl-module ruby-ng python-single-r1 strip-linguas DESCRIPTION="Library for reading and writing Windows Registry 'hive' binary files" HOMEPAGE="https://libguestfs.org"