Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nanomsg/
Date: Thu, 17 Jun 2021 20:24:06
Message-Id: 1623961417.0a888d991512daeae9164f0776c2d1e3e85333e4.sam@gentoo
1 commit: 0a888d991512daeae9164f0776c2d1e3e85333e4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 17 20:19:34 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 17 20:23:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a888d99
7
8 dev-libs/nanomsg: Stabilize 1.1.5 x86, #714084
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/nanomsg/nanomsg-1.1.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/nanomsg/nanomsg-1.1.5.ebuild b/dev-libs/nanomsg/nanomsg-1.1.5.ebuild
16 index dd2c4d96aae..6822c15c56a 100644
17 --- a/dev-libs/nanomsg/nanomsg-1.1.5.ebuild
18 +++ b/dev-libs/nanomsg/nanomsg-1.1.5.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/nanomsg/nanomsg/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0/5.0.0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc x86"
25 IUSE="doc"
26
27 DEPEND="doc? ( dev-ruby/asciidoctor )"