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.3.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.3.ebuild')
-rw-r--r--net-libs/zeromq/zeromq-4.2.3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-libs/zeromq/zeromq-4.2.3.ebuild b/net-libs/zeromq/zeromq-4.2.3.ebuild
index cdef847f86e4..da4a8da09188 100644
--- a/net-libs/zeromq/zeromq-4.2.3.ebuild
+++ b/net-libs/zeromq/zeromq-4.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -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 ~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 ) )
@@ -39,6 +39,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)