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/ffi-compiler/
Date: Fri, 08 Jan 2021 07:24:27
Message-Id: 1610090649.1b087285bd259b4a22f82fe61865b058ea3dd38c.slyfox@gentoo
1 commit: 1b087285bd259b4a22f82fe61865b058ea3dd38c
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Jan 7 16:00:42 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 8 07:24:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b087285
7
8 dev-ruby/ffi-compiler: keyworded 1.0.1 for hppa, bug #761550
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 RepoMan-Options: --include-arches="hppa"
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/ffi-compiler/ffi-compiler-1.0.1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-ruby/ffi-compiler/ffi-compiler-1.0.1.ebuild b/dev-ruby/ffi-compiler/ffi-compiler-1.0.1.ebuild
19 index c819e1a0370..e5e861c01ef 100644
20 --- a/dev-ruby/ffi-compiler/ffi-compiler-1.0.1.ebuild
21 +++ b/dev-ruby/ffi-compiler/ffi-compiler-1.0.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/ffi/ffi/wiki"
29
30 LICENSE="Apache-2.0"
31 SLOT="0"
32 -KEYWORDS="~amd64"
33 +KEYWORDS="~amd64 ~hppa"
34 IUSE=""
35
36 ruby_add_rdepend "dev-ruby/rake >=dev-ruby/ffi-1.0.0"