summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-04-11 21:57:13 +0000
committerJeroen Roovers <jer@gentoo.org>2012-04-11 21:57:13 +0000
commit188c83f5236bd3619bc9c2dc373906c89d683100 (patch)
tree25a40f11e012f82ec41c4715ca3dfda46b2dfa3f /net-misc/chrony
parentmarked x86 per bug 411015 (diff)
downloadgentoo-2-188c83f5236bd3619bc9c2dc373906c89d683100.tar.gz
gentoo-2-188c83f5236bd3619bc9c2dc373906c89d683100.tar.bz2
gentoo-2-188c83f5236bd3619bc9c2dc373906c89d683100.zip
Do not use dev-libs/nss either, even if it would work.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/chrony')
-rw-r--r--net-misc/chrony/ChangeLog5
-rw-r--r--net-misc/chrony/chrony-1.27_pre1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/net-misc/chrony/ChangeLog b/net-misc/chrony/ChangeLog
index dcf5b5251dcd..40a3d9986f83 100644
--- a/net-misc/chrony/ChangeLog
+++ b/net-misc/chrony/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/chrony
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.88 2012/04/11 21:38:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.89 2012/04/11 21:57:13 jer Exp $
+
+ 11 Apr 2012; Jeroen Roovers <jer@gentoo.org> chrony-1.27_pre1.ebuild:
+ Do not use dev-libs/nss either, even if it would work.
*chrony-1.27_pre1 (11 Apr 2012)
diff --git a/net-misc/chrony/chrony-1.27_pre1.ebuild b/net-misc/chrony/chrony-1.27_pre1.ebuild
index 72b8b083dbc5..7b5447a6824f 100644
--- a/net-misc/chrony/chrony-1.27_pre1.ebuild
+++ b/net-misc/chrony/chrony-1.27_pre1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.27_pre1.ebuild,v 1.1 2012/04/11 21:38:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.27_pre1.ebuild,v 1.2 2012/04/11 21:57:13 jer Exp $
EAPI=4
inherit eutils toolchain-funcs
@@ -43,6 +43,7 @@ src_configure() {
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--docdir=/usr/share/doc/${PF} \
+ --without-nss \
--without-tomcrypt \
${EXTRA_ECONF} \
|| die