summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-03-31 10:42:49 -0400
committerAnthony G. Basile <blueness@gentoo.org>2018-03-31 10:42:49 -0400
commitb2e116a3481f9eb9607e4d003b0d7e24c24c5735 (patch)
treecc301ae6522913440fd748d4e35285b6a347461e /sys-apps/haveged
parentsys-apps/haveged: bump 1.9.2 to EAPI=6 (diff)
downloadgentoo-b2e116a3481f9eb9607e4d003b0d7e24c24c5735.tar.gz
gentoo-b2e116a3481f9eb9607e4d003b0d7e24c24c5735.tar.bz2
gentoo-b2e116a3481f9eb9607e4d003b0d7e24c24c5735.zip
sys-apps/haveged: add USE=static-libs for 1.9.2
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-apps/haveged')
-rw-r--r--sys-apps/haveged/haveged-1.9.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/haveged/haveged-1.9.2-r1.ebuild b/sys-apps/haveged/haveged-1.9.2-r1.ebuild
index 8b3a59788d33..5d34a81b053d 100644
--- a/sys-apps/haveged/haveged-1.9.2-r1.ebuild
+++ b/sys-apps/haveged/haveged-1.9.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.issihosts.com/haveged/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-IUSE="selinux"
+IUSE="selinux static-libs"
DEPEND=""
RDEPEND="!<sys-apps/openrc-0.11.8
@@ -22,9 +22,9 @@ RDEPEND="!<sys-apps/openrc-0.11.8
# we should add $(use_enable threads)
src_configure() {
econf \
+ $(use_enable static-libs static) \
--bindir=/usr/sbin \
--enable-nistest \
- --disable-static \
--disable-threads
}