Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/certificate_authority/
Date: Mon, 27 Apr 2020 17:08:47
Message-Id: 1588007299.30f35cd7aa0323b9ecfe16f8f2e085f069725936.slyfox@gentoo
1 commit: 30f35cd7aa0323b9ecfe16f8f2e085f069725936
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Mon Apr 27 15:46:55 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 27 17:08:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30f35cd7
7
8 dev-ruby/certificate_authority: keyworded 0.1.6-r2 for sparc
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild
19 index f161bcdd6b5..43c16558769 100644
20 --- a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild
21 +++ b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/cchandler/certificate_authority"
29
30 LICENSE="MIT"
31 SLOT="0"
32 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
33 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
34 IUSE=""
35
36 ruby_add_rdepend ">=dev-ruby/activemodel-3.0.6:*"