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 6CD32139000 for ; Fri, 30 Jul 2021 16:51:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9275E084A; Fri, 30 Jul 2021 16:51:30 +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 937B9E084A for ; Fri, 30 Jul 2021 16:51:30 +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 9CB2F343963 for ; Fri, 30 Jul 2021 16:51:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D142823 for ; Fri, 30 Jul 2021 16:51:28 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1627663866.dce68475f9e8c2c47240bf20977f4eea879a82f9.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/xkcdpass/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/xkcdpass/xkcdpass-1.19.2.ebuild X-VCS-Directories: app-admin/xkcdpass/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: dce68475f9e8c2c47240bf20977f4eea879a82f9 X-VCS-Branch: master Date: Fri, 30 Jul 2021 16:51:28 +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: 91246b89-4326-4136-8c62-f3cdeaecd9d9 X-Archives-Hash: 9ed580a9bda2b682ad19a1b49e9943c0 commit: dce68475f9e8c2c47240bf20977f4eea879a82f9 Author: Ben Kohler gentoo org> AuthorDate: Fri Jul 30 14:38:03 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Jul 30 16:51:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce68475 app-admin/xkcdpass: default enable l10n_en Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ben Kohler gentoo.org> app-admin/xkcdpass/xkcdpass-1.19.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/xkcdpass/xkcdpass-1.19.2.ebuild b/app-admin/xkcdpass/xkcdpass-1.19.2.ebuild index b9d048f45dd..f550986ee22 100644 --- a/app-admin/xkcdpass/xkcdpass-1.19.2.ebuild +++ b/app-admin/xkcdpass/xkcdpass-1.19.2.ebuild @@ -17,7 +17,7 @@ LICENSE="BSD CC-BY-3.0 l10n_no? ( CC-BY-4.0 )" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="l10n_de l10n_en l10n_es l10n_fi l10n_fr l10n_it l10n_no l10n_pt" +IUSE="l10n_de +l10n_en l10n_es l10n_fi l10n_fr l10n_it l10n_no l10n_pt" distutils_enable_tests pytest REQUIRED_USE="test? ( l10n_en )"