Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dalli/
Date: Fri, 30 Jun 2017 12:47:38
Message-Id: 1498826836.489ebe9b9ace6fac3ed06337ee88ce568dfdb20d.aballier@gentoo
1 commit: 489ebe9b9ace6fac3ed06337ee88ce568dfdb20d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 30 12:46:17 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 30 12:47:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489ebe9b
7
8 dev-ruby/dalli: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ruby/dalli/dalli-2.7.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/dalli/dalli-2.7.6.ebuild b/dev-ruby/dalli/dalli-2.7.6.ebuild
16 index 1c1848c0cea..58c5b204bc1 100644
17 --- a/dev-ruby/dalli/dalli-2.7.6.ebuild
18 +++ b/dev-ruby/dalli/dalli-2.7.6.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="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
25 IUSE=""
26
27 DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"