diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2003-10-18 03:11:10 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2003-10-18 03:11:10 +0000 |
commit | 99f1c9f6677a62b90fac07abb12612cf51e907cd (patch) | |
tree | 84d0fcfeda9569f1410e711d57af87110f444262 /net-misc/ntp/ntp-4.1.2.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-99f1c9f6677a62b90fac07abb12612cf51e907cd.tar.gz gentoo-2-99f1c9f6677a62b90fac07abb12612cf51e907cd.tar.bz2 gentoo-2-99f1c9f6677a62b90fac07abb12612cf51e907cd.zip |
add selinux policy dep
Diffstat (limited to 'net-misc/ntp/ntp-4.1.2.ebuild')
-rw-r--r-- | net-misc/ntp/ntp-4.1.2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-misc/ntp/ntp-4.1.2.ebuild b/net-misc/ntp/ntp-4.1.2.ebuild index 33eecf46ec11..ceba1a430a78 100644 --- a/net-misc/ntp/ntp-4.1.2.ebuild +++ b/net-misc/ntp/ntp-4.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.2.ebuild,v 1.17 2003/10/15 12:33:01 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.2.ebuild,v 1.18 2003/10/18 03:11:08 pebenito Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${P}.tar.gz LICENSE="as-is" SLOT="0" KEYWORDS="x86 ppc ~sparc mips alpha ~arm -hppa ~amd64" -IUSE="parse-clocks ssl" +IUSE="parse-clocks selinux ssl" DEPEND=">=sys-apps/sed-4.0.5 >=sys-libs/ncurses-5.2 @@ -21,6 +21,9 @@ DEPEND=">=sys-apps/sed-4.0.5 sys-libs/libcap ssl? ( dev-libs/openssl )" +RDEPEND="${DEPEND} + selinux? ( sec-policy/selinux-ntp )" + pkg_setup() { enewgroup ntp 123 enewuser ntp 123 /bin/false /dev/null ntp |