diff options
author | Alexander Kurakin <kuraga333@mail.ru> | 2023-01-04 16:23:58 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-05 05:18:25 +0000 |
commit | a09abda3582b930ece3bd3d253b00bd3e80a174f (patch) | |
tree | 1a11fd46f76fa2e3166272142cb15e1a93cbf07b /app-dicts | |
parent | app-dicts/myspell-en: update HOMEPAGEs (diff) | |
download | gentoo-a09abda3582b930ece3bd3d253b00bd3e80a174f.tar.gz gentoo-a09abda3582b930ece3bd3d253b00bd3e80a174f.tar.bz2 gentoo-a09abda3582b930ece3bd3d253b00bd3e80a174f.zip |
net-p2p/deluge: fix REQUIRED_USE issues
Closes: https://bugs.gentoo.org/795174
Signed-off-by: Alexander Kurakin <kuraga333@mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/28926
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-en/myspell-en-20210601-r2.ebuild | 8 | ||||
-rw-r--r-- | app-dicts/myspell-en/myspell-en-20221001.ebuild | 8 | ||||
-rw-r--r-- | 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 |