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: Thu, 10 Jun 2021 16:36:24
Message-Id: 1623342966.6716c2b3e89653ad07afae07cfcf03eb6467f681.slyfox@gentoo
1 commit: 6716c2b3e89653ad07afae07cfcf03eb6467f681
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Jun 10 15:36:46 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 16:36:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6716c2b3
7
8 dev-libs/nanomsg: keyworded 1.1.5 for hppa, bug #789996
9
10 Package-Manager: Portage-3.0.18, 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-libs/nanomsg/nanomsg-1.1.5.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-libs/nanomsg/nanomsg-1.1.5.ebuild b/dev-libs/nanomsg/nanomsg-1.1.5.ebuild
19 index 004a080aa24..3e3c57ae265 100644
20 --- a/dev-libs/nanomsg/nanomsg-1.1.5.ebuild
21 +++ b/dev-libs/nanomsg/nanomsg-1.1.5.ebuild
22 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/nanomsg/nanomsg/archive/${PV}.tar.gz -> ${P}.tar.gz"
23
24 LICENSE="MIT"
25 SLOT="0/5.0.0"
26 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
27 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~x86"
28 IUSE="doc static-libs"
29
30 DEPEND="doc? ( dev-ruby/asciidoctor )"