diff options
author | 2020-05-25 08:28:03 +0200 | |
---|---|---|
committer | 2020-05-25 08:28:03 +0200 | |
commit | f1f2fff53360d231c3aa1d3adc7c0ea26f4ef3f2 (patch) | |
tree | 2fc99a6f586aa1b1e21d7c040e2aea01fbeda6dc /dev-libs/nanomsg | |
parent | sys-kernel/git-sources: Automated version bump to 5.7_rc7. (diff) | |
download | gentoo-f1f2fff53360d231c3aa1d3adc7c0ea26f4ef3f2.tar.gz gentoo-f1f2fff53360d231c3aa1d3adc7c0ea26f4ef3f2.tar.bz2 gentoo-f1f2fff53360d231c3aa1d3adc7c0ea26f4ef3f2.zip |
dev-libs/nanomsg: amd64 stable wrt bug #703508
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/nanomsg')
-rw-r--r-- | dev-libs/nanomsg/nanomsg-1.1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/nanomsg/nanomsg-1.1.5.ebuild b/dev-libs/nanomsg/nanomsg-1.1.5.ebuild index 6dc699b6e733..06f2ea0e6c57 100644 --- a/dev-libs/nanomsg/nanomsg-1.1.5.ebuild +++ b/dev-libs/nanomsg/nanomsg-1.1.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/nanomsg/nanomsg/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0/5.0.0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="doc static-libs" DEPEND="doc? ( dev-ruby/asciidoctor )" |