Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/haveged/
Date: Sat, 31 Mar 2018 14:43:55
Message-Id: 1522507369.b2e116a3481f9eb9607e4d003b0d7e24c24c5735.blueness@gentoo
1 commit: b2e116a3481f9eb9607e4d003b0d7e24c24c5735
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 31 14:42:49 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 14:42:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e116a3
7
8 sys-apps/haveged: add USE=static-libs for 1.9.2
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 sys-apps/haveged/haveged-1.9.2-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-apps/haveged/haveged-1.9.2-r1.ebuild b/sys-apps/haveged/haveged-1.9.2-r1.ebuild
16 index 8b3a59788d3..5d34a81b053 100644
17 --- a/sys-apps/haveged/haveged-1.9.2-r1.ebuild
18 +++ b/sys-apps/haveged/haveged-1.9.2-r1.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="http://www.issihosts.com/haveged/${P}.tar.gz"
20 LICENSE="GPL-3+"
21 SLOT="0"
22 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
23 -IUSE="selinux"
24 +IUSE="selinux static-libs"
25
26 DEPEND=""
27 RDEPEND="!<sys-apps/openrc-0.11.8
28 @@ -22,9 +22,9 @@ RDEPEND="!<sys-apps/openrc-0.11.8
29 # we should add $(use_enable threads)
30 src_configure() {
31 econf \
32 + $(use_enable static-libs static) \
33 --bindir=/usr/sbin \
34 --enable-nistest \
35 - --disable-static \
36 --disable-threads
37 }