From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1297788-garchives=archives.gentoo.org@lists.gentoo.org>
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 C4B33139345
	for <garchives@archives.gentoo.org>; Wed, 30 Jun 2021 10:15:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7D2B0E0837;
	Wed, 30 Jun 2021 10:15:46 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 48611E083B
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 Jun 2021 10:15:46 +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 5C551335D91
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 Jun 2021 10:15:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EE48B7CB
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 Jun 2021 10:15:42 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
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" <ulm@gentoo.org>
Message-ID: <1625048135.81207f8a872e28d2fcfcff94499f569b0b070ea1.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xscreensaver/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-misc/xscreensaver/xscreensaver-5.45-r4.ebuild x11-misc/xscreensaver/xscreensaver-5.45-r5.ebuild x11-misc/xscreensaver/xscreensaver-5.45-r6.ebuild
X-VCS-Directories: x11-misc/xscreensaver/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 81207f8a872e28d2fcfcff94499f569b0b070ea1
X-VCS-Branch: master
Date: Wed, 30 Jun 2021 10:15:42 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 06a2cdcc-823e-4fa8-9f01-980f3b5c43ff
X-Archives-Hash: 4fe5b6aa7b33bf12999a818c7ecbf074

commit:     81207f8a872e28d2fcfcff94499f569b0b070ea1
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 28 10:07:21 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 10:15:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81207f8a

x11-misc/xscreensaver: Update inherit from l10n to strip-linguas

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 x11-misc/xscreensaver/xscreensaver-5.45-r4.ebuild | 2 +-
 x11-misc/xscreensaver/xscreensaver-5.45-r5.ebuild | 2 +-
 x11-misc/xscreensaver/xscreensaver-5.45-r6.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/xscreensaver/xscreensaver-5.45-r4.ebuild b/x11-misc/xscreensaver/xscreensaver-5.45-r4.ebuild
index 24e8b6708e0..2b7ec105703 100644
--- a/x11-misc/xscreensaver/xscreensaver-5.45-r4.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-5.45-r4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools flag-o-matic l10n multilib optfeature pam
+inherit autotools flag-o-matic multilib optfeature pam strip-linguas
 
 DESCRIPTION="modular screen saver and locker for the X Window System"
 HOMEPAGE="https://www.jwz.org/xscreensaver/"

diff --git a/x11-misc/xscreensaver/xscreensaver-5.45-r5.ebuild b/x11-misc/xscreensaver/xscreensaver-5.45-r5.ebuild
index f1c8ce5b5ec..5f2c0843d64 100644
--- a/x11-misc/xscreensaver/xscreensaver-5.45-r5.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-5.45-r5.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools flag-o-matic l10n multilib optfeature pam
+inherit autotools flag-o-matic multilib optfeature pam strip-linguas
 
 DESCRIPTION="modular screen saver and locker for the X Window System"
 HOMEPAGE="https://www.jwz.org/xscreensaver/"

diff --git a/x11-misc/xscreensaver/xscreensaver-5.45-r6.ebuild b/x11-misc/xscreensaver/xscreensaver-5.45-r6.ebuild
index a5261c59d14..55cef225034 100644
--- a/x11-misc/xscreensaver/xscreensaver-5.45-r6.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-5.45-r6.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools flag-o-matic l10n multilib optfeature pam
+inherit autotools flag-o-matic multilib optfeature pam strip-linguas
 
 DESCRIPTION="modular screen saver and locker for the X Window System"
 HOMEPAGE="https://www.jwz.org/xscreensaver/"