commit:     b2e116a3481f9eb9607e4d003b0d7e24c24c5735
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 31 14:42:49 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Mar 31 14:42:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e116a3

sys-apps/haveged: add USE=static-libs for 1.9.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/haveged/haveged-1.9.2-r1.ebuild | 4 ++--
 1 file 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 8b3a59788d3..5d34a81b053 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
 }
 

Reply via email to