diff options
author | 2024-12-27 15:48:45 +0000 | |
---|---|---|
committer | 2024-12-27 15:48:45 +0000 | |
commit | 185db130bf5a8fd69b890a43b60b8a48cdebd3a0 (patch) | |
tree | 7a2a1337391746ac477129cddaa128f37306c7a3 /dev-libs | |
parent | dev-libs/nanomsg: fix chunking (diff) | |
download | gentoo-185db130bf5a8fd69b890a43b60b8a48cdebd3a0.tar.gz gentoo-185db130bf5a8fd69b890a43b60b8a48cdebd3a0.tar.bz2 gentoo-185db130bf5a8fd69b890a43b60b8a48cdebd3a0.zip |
dev-libs/nanomsg: destabilize 1.2.1-r1 for ~x86
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/nanomsg/nanomsg-1.2.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/nanomsg/nanomsg-1.2.1-r1.ebuild b/dev-libs/nanomsg/nanomsg-1.2.1-r1.ebuild index d99d9f30243a..c4951bd35d86 100644 --- a/dev-libs/nanomsg/nanomsg-1.2.1-r1.ebuild +++ b/dev-libs/nanomsg/nanomsg-1.2.1-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nanomsg/nanomsg/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0/6.0.1" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~riscv x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~riscv ~x86" IUSE="doc" BDEPEND="doc? ( dev-ruby/asciidoctor )" |