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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD62415800F for ; Thu, 5 Jan 2023 05:21:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B599E0843; Thu, 5 Jan 2023 05:21:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5AB97E0843 for ; Thu, 5 Jan 2023 05:21:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60470340EFD for ; Thu, 5 Jan 2023 05:21:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 640C9824 for ; Thu, 5 Jan 2023 05:21:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1672895905.a09abda3582b930ece3bd3d253b00bd3e80a174f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/myspell-en/myspell-en-20210601-r2.ebuild app-dicts/myspell-en/myspell-en-20221001.ebuild app-dicts/myspell-en/myspell-en-20221101.ebuild X-VCS-Directories: app-dicts/myspell-en/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a09abda3582b930ece3bd3d253b00bd3e80a174f X-VCS-Branch: master Date: Thu, 5 Jan 2023 05:21:00 +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: 5e9caa0c-b7c1-443e-b41e-c3439231d789 X-Archives-Hash: 844ee9a09b5d673e03fb2e724b12c86a commit: a09abda3582b930ece3bd3d253b00bd3e80a174f Author: Alexander Kurakin mail ru> AuthorDate: Wed Jan 4 13:23:58 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 5 05:18:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09abda3 net-p2p/deluge: fix REQUIRED_USE issues Closes: https://bugs.gentoo.org/795174 Signed-off-by: Alexander Kurakin mail.ru> Closes: https://github.com/gentoo/gentoo/pull/28926 Signed-off-by: Sam James gentoo.org> app-dicts/myspell-en/myspell-en-20210601-r2.ebuild | 8 ++++---- app-dicts/myspell-en/myspell-en-20221001.ebuild | 8 ++++---- app-dicts/myspell-en/myspell-en-20221101.ebuild | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild b/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild index b2ccd663074d..a7facdbf04be 100644 --- a/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild +++ b/app-dicts/myspell-en/myspell-en-20210601-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,9 +17,9 @@ LICENSE="BSD MIT LGPL-3+" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" -PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" ) -IUSE+="${PLOCALES[@]/#/l10n_}" -REQUIRED_USE="|| ( ${IUSE[@]} )" +PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" ) +IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}" +REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )" src_prepare() { if use l10n_en-GB || use l10n_en; then diff --git a/app-dicts/myspell-en/myspell-en-20221001.ebuild b/app-dicts/myspell-en/myspell-en-20221001.ebuild index a6e87518d19b..c5c6206526dc 100644 --- a/app-dicts/myspell-en/myspell-en-20221001.ebuild +++ b/app-dicts/myspell-en/myspell-en-20221001.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,9 +17,9 @@ LICENSE="BSD MIT LGPL-3+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" -PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" ) -IUSE+="${PLOCALES[@]/#/l10n_}" -REQUIRED_USE="|| ( ${IUSE[@]} )" +PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" ) +IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}" +REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )" src_prepare() { if use l10n_en-GB || use l10n_en; then diff --git a/app-dicts/myspell-en/myspell-en-20221101.ebuild b/app-dicts/myspell-en/myspell-en-20221101.ebuild index d402596e37cd..d1feb0426bc5 100644 --- a/app-dicts/myspell-en/myspell-en-20221101.ebuild +++ b/app-dicts/myspell-en/myspell-en-20221101.ebuild @@ -17,9 +17,9 @@ LICENSE="BSD MIT LGPL-3+" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" -PLOCALES=( "en" "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" ) -IUSE+="${PLOCALES[@]/#/l10n_}" -REQUIRED_USE="|| ( ${IUSE[@]} )" +PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" ) +IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}" +REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )" src_prepare() { if use l10n_en-GB || use l10n_en; then