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-libs/nanomsg/
Date: Mon, 17 May 2021 20:57:26
Message-Id: 1621285039.dbfb44ece00520689ba578efeabef2973bd96005.slyfox@gentoo
1 commit: dbfb44ece00520689ba578efeabef2973bd96005
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 17 20:57:00 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon May 17 20:57:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbfb44ec
7
8 dev-libs/nanomsg: keyworded 1.1.5 for ppc
9
10 keyworded wrt bug #789996
11
12 Package-Manager: Portage-3.0.18, Repoman-3.0.3
13 RepoMan-Options: --include-arches="ppc"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-libs/nanomsg/nanomsg-1.1.5.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-libs/nanomsg/nanomsg-1.1.5.ebuild b/dev-libs/nanomsg/nanomsg-1.1.5.ebuild
20 index 06f2ea0e6c5..004a080aa24 100644
21 --- a/dev-libs/nanomsg/nanomsg-1.1.5.ebuild
22 +++ b/dev-libs/nanomsg/nanomsg-1.1.5.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/nanomsg/nanomsg/archive/${PV}.tar.gz -> ${P}.tar.gz"
30
31 LICENSE="MIT"
32 SLOT="0/5.0.0"
33 -KEYWORDS="amd64 ~arm ~arm64 ~x86"
34 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
35 IUSE="doc static-libs"
36
37 DEPEND="doc? ( dev-ruby/asciidoctor )"