Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dalli/
Date: Mon, 31 Oct 2022 16:38:18
Message-Id: 1667234236.489b573df8ff1032f8a17b4941f0ecbc45c6cf24.ago@gentoo
1 commit: 489b573df8ff1032f8a17b4941f0ecbc45c6cf24
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 16:37:16 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 16:37:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489b573d
7
8 dev-ruby/dalli: Stabilize 3.2.2 amd64, #861920
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 dev-ruby/dalli/dalli-3.2.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/dalli/dalli-3.2.2.ebuild b/dev-ruby/dalli/dalli-3.2.2.ebuild
16 index 4b89b110e749..ce5010488834 100644
17 --- a/dev-ruby/dalli/dalli-3.2.2.ebuild
18 +++ b/dev-ruby/dalli/dalli-3.2.2.ebuild
19 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/petergoldstein/dalli"
20 SRC_URI="https://github.com/petergoldstein/dalli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86"
25 IUSE=""
26
27 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"