Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dogpile-cache/
Date: Sun, 03 Oct 2021 18:48:38
Message-Id: 1633286812.eff0273115d58b87bb515a4296890b1befd961c7.sam@gentoo
1 commit: eff0273115d58b87bb515a4296890b1befd961c7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 3 18:46:52 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 18:46:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff02731
7
8 dev-python/dogpile-cache: Stabilize 1.1.4 ALLARCHES, #815934
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild b/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild
16 index d6e33ac5f61..f4e92b0d2c4 100644
17 --- a/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild
18 +++ b/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild
19 @@ -13,7 +13,7 @@ S="${WORKDIR}/dogpile.cache-${PV}"
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm arm64 x86"
25
26 RDEPEND="
27 >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]