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 A350313933E for ; Wed, 30 Jun 2021 10:15:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87E93E0843; Wed, 30 Jun 2021 10:15:47 +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 703FDE0843 for ; Wed, 30 Jun 2021 10:15:47 +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 87AC6335D43 for ; Wed, 30 Jun 2021 10:15:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20CF87D0 for ; Wed, 30 Jun 2021 10:15:43 +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: <1625048136.f9b5579376f3559c9db3e5f7621856983a15a79c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/sawfish/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/sawfish/sawfish-1.12.90-r2.ebuild X-VCS-Directories: x11-wm/sawfish/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f9b5579376f3559c9db3e5f7621856983a15a79c X-VCS-Branch: master Date: Wed, 30 Jun 2021 10:15:43 +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: 36c3274a-0a8c-4aa7-96c4-657ed1003ed9 X-Archives-Hash: a8b7fa581fc6fd695b32895caf518000 commit: f9b5579376f3559c9db3e5f7621856983a15a79c Author: Ulrich Müller gentoo org> AuthorDate: Mon Jun 28 10:07:59 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jun 30 10:15:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b55793 x11-wm/sawfish: 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> x11-wm/sawfish/sawfish-1.12.90-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/sawfish/sawfish-1.12.90-r2.ebuild b/x11-wm/sawfish/sawfish-1.12.90-r2.ebuild index bf4276d8514..b07f6189956 100644 --- a/x11-wm/sawfish/sawfish-1.12.90-r2.ebuild +++ b/x11-wm/sawfish/sawfish-1.12.90-r2.ebuild @@ -4,7 +4,7 @@ EAPI=6 MY_P="${P/-/_}" -inherit autotools elisp-common l10n xdg-utils +inherit autotools elisp-common strip-linguas xdg-utils DESCRIPTION="Extensible window manager using a Lisp-based scripting language" HOMEPAGE="https://sawfish.fandom.com/wiki/Main_Page"