summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2013-11-02 15:49:50 +0000
committerSven Vermeulen <swift@gentoo.org>2013-11-02 15:49:50 +0000
commit35ac8e4e603ac51d880771518c5e8d57be3f224d (patch)
tree6bff6e058d1744d73d02408e24a8759d93a878f2 /net-misc/chrony
parentSecurity bump (bug #489796) (diff)
downloadgentoo-2-35ac8e4e603ac51d880771518c5e8d57be3f224d.tar.gz
gentoo-2-35ac8e4e603ac51d880771518c5e8d57be3f224d.tar.bz2
gentoo-2-35ac8e4e603ac51d880771518c5e8d57be3f224d.zip
Add dependency on selinux-chronyd (bug #488694)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'net-misc/chrony')
-rw-r--r--net-misc/chrony/ChangeLog6
-rw-r--r--net-misc/chrony/chrony-1.29-r1.ebuild5
-rw-r--r--net-misc/chrony/chrony-1.29.ebuild5
3 files changed, 11 insertions, 5 deletions
diff --git a/net-misc/chrony/ChangeLog b/net-misc/chrony/ChangeLog
index 6fac176fc953..eafc577f4d89 100644
--- a/net-misc/chrony/ChangeLog
+++ b/net-misc/chrony/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/chrony
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.114 2013/09/21 15:20:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.115 2013/11/02 15:49:50 swift Exp $
+
+ 02 Nov 2013; Sven Vermeulen <swift@gentoo.org> chrony-1.29.ebuild,
+ chrony-1.29-r1.ebuild:
+ Add dependency on selinux-chronyd (bug #488694)
*chrony-1.29-r1 (21 Sep 2013)
diff --git a/net-misc/chrony/chrony-1.29-r1.ebuild b/net-misc/chrony/chrony-1.29-r1.ebuild
index e0ce7aaa165b..4ed72385ffe4 100644
--- a/net-misc/chrony/chrony-1.29-r1.ebuild
+++ b/net-misc/chrony/chrony-1.29-r1.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/chrony/chrony-1.29-r1.ebuild,v 1.1 2013/09/21 15:20:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild,v 1.2 2013/11/02 15:49:50 swift Exp $
EAPI=5
inherit eutils systemd toolchain-funcs
@@ -12,11 +12,12 @@ SRC_URI="http://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86"
-IUSE="caps ipv6 +readline +rtc"
+IUSE="caps ipv6 +readline +rtc selinux"
RDEPEND="
caps? ( sys-libs/libcap )
readline? ( >=sys-libs/readline-4.1-r4 )
+ selinux? ( sec-policy/selinux-chronyd )
"
DEPEND="
${RDEPEND}
diff --git a/net-misc/chrony/chrony-1.29.ebuild b/net-misc/chrony/chrony-1.29.ebuild
index 7ceaf473a346..059e435fd54b 100644
--- a/net-misc/chrony/chrony-1.29.ebuild
+++ b/net-misc/chrony/chrony-1.29.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/chrony/chrony-1.29.ebuild,v 1.7 2013/08/28 12:10:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.29.ebuild,v 1.8 2013/11/02 15:49:50 swift Exp $
EAPI=5
inherit eutils systemd toolchain-funcs
@@ -12,11 +12,12 @@ SRC_URI="http://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm hppa ~mips ppc sparc x86"
-IUSE="caps ipv6 +readline +rtc"
+IUSE="caps ipv6 +readline +rtc selinux"
RDEPEND="
caps? ( sys-libs/libcap )
readline? ( >=sys-libs/readline-4.1-r4 )
+ selinux? ( sec-policy/selinux-chronyd )
"
DEPEND="
${RDEPEND}