summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2018-05-28 16:31:16 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-05-28 16:49:04 +0200
commit49f0f7a7e3cdf47ba3147d1abbbcf4b0d4c18cf1 (patch)
treeabd440b7e7febcfedb484a4c7a48e721bc866aba /net-libs/zeromq/zeromq-4.2.2-r2.ebuild
parentmedia-fonts/oxygen-fonts: Fix self block (diff)
downloadgentoo-49f0f7a7e3cdf47ba3147d1abbbcf4b0d4c18cf1.tar.gz
gentoo-49f0f7a7e3cdf47ba3147d1abbbcf4b0d4c18cf1.tar.bz2
gentoo-49f0f7a7e3cdf47ba3147d1abbbcf4b0d4c18cf1.zip
net-libs/zeromq: Introduce drafts use flag
Closes: https://github.com/gentoo/gentoo/pull/8630 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-libs/zeromq/zeromq-4.2.2-r2.ebuild')
-rw-r--r--net-libs/zeromq/zeromq-4.2.2-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/zeromq/zeromq-4.2.2-r2.ebuild b/net-libs/zeromq/zeromq-4.2.2-r2.ebuild
index 9afe36287c87..8c2ee822f163 100644
--- a/net-libs/zeromq/zeromq-4.2.2-r2.ebuild
+++ b/net-libs/zeromq/zeromq-4.2.2-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/zeromq/libzmq/releases/download/v${PV}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0/5"
KEYWORDS="amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="doc pgm +sodium static-libs test unwind elibc_Darwin"
+IUSE="doc drafts pgm +sodium static-libs test unwind elibc_Darwin"
RDEPEND="
!elibc_Darwin? ( unwind? ( sys-libs/libunwind ) )
@@ -40,6 +40,7 @@ src_prepare() {
src_configure() {
local myeconfargs=(
--enable-shared
+ $(use_enable drafts)
$(use_enable static-libs static)
$(use_enable unwind libunwind)
$(use_with sodium libsodium)