summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-12-01 21:07:36 +0000
committerChristoph Junghans <ottxor@gentoo.org>2013-12-01 21:07:36 +0000
commitff16e6ed060d156ea322d95dafe17a588d26cec9 (patch)
tree6050938e40cf90ae7c9c62ead370f92f5d10bfb2 /net-misc/openntpd
parentimport from sci overlay (bug #270685), multilib support (diff)
downloadgentoo-2-ff16e6ed060d156ea322d95dafe17a588d26cec9.tar.gz
gentoo-2-ff16e6ed060d156ea322d95dafe17a588d26cec9.tar.bz2
gentoo-2-ff16e6ed060d156ea322d95dafe17a588d26cec9.zip
make syslog the default
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'net-misc/openntpd')
-rw-r--r--net-misc/openntpd/ChangeLog6
-rw-r--r--net-misc/openntpd/openntpd-20080406-r5.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/openntpd/ChangeLog b/net-misc/openntpd/ChangeLog
index 68cca8543544..58b91fa6d62b 100644
--- a/net-misc/openntpd/ChangeLog
+++ b/net-misc/openntpd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/openntpd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.95 2013/11/30 17:10:26 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.96 2013/12/01 21:07:36 ottxor Exp $
+
+ 01 Dec 2013; Christoph Junghans <ottxor@gentoo.org>
+ openntpd-20080406-r5.ebuild:
+ make syslog the default
30 Nov 2013; Johannes Huber <johu@gentoo.org> openntpd-20080406-r4.ebuild:
x86 stable wrt bug #488946
diff --git a/net-misc/openntpd/openntpd-20080406-r5.ebuild b/net-misc/openntpd/openntpd-20080406-r5.ebuild
index 18273fdad245..cbaf792db1c8 100644
--- a/net-misc/openntpd/openntpd-20080406-r5.ebuild
+++ b/net-misc/openntpd/openntpd-20080406-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20080406-r5.ebuild,v 1.1 2013/11/19 04:50:55 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20080406-r5.ebuild,v 1.2 2013/12/01 21:07:36 ottxor Exp $
EAPI=5
@@ -16,7 +16,7 @@ SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${MY_P}.orig.tar.gz
LICENSE="BSD GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="ssl selinux syslog"
+IUSE="ssl selinux +syslog"
RDEPEND="ssl? ( dev-libs/openssl )
selinux? ( sec-policy/selinux-ntp )