diff options
author | 2005-01-22 17:37:26 +0000 | |
---|---|---|
committer | 2005-01-22 17:37:26 +0000 | |
commit | f14718d8c1aa78d06b5c8ec99caf8c7227f00585 (patch) | |
tree | ebc1a760b7eeb74b9ebf6423a609c2b1d2d80fd0 /net-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild | |
parent | Fixed dk from Swedish to Danish. (diff) | |
download | gentoo-2-f14718d8c1aa78d06b5c8ec99caf8c7227f00585.tar.gz gentoo-2-f14718d8c1aa78d06b5c8ec99caf8c7227f00585.tar.bz2 gentoo-2-f14718d8c1aa78d06b5c8ec99caf8c7227f00585.zip |
added selinux RDEPEND
(Portage version: 2.0.51-r14)
Diffstat (limited to 'net-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild')
-rw-r--r-- | net-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild b/net-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild index 7780bb229387..63f0e2a21e98 100644 --- a/net-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild +++ b/net-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild,v 1.1 2004/12/22 14:58:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild,v 1.2 2005/01/22 17:37:26 kaiowas Exp $ inherit eutils @@ -12,10 +12,11 @@ SRC_URI="mirror://openbsd/OpenNTPD/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="ssl" +IUSE="ssl selinux" RDEPEND="virtual/libc ssl? ( dev-libs/openssl ) + selinux? ( sec-policy/selinux-ntp ) !<=net-misc/ntp-4.2.0-r2" DEPEND="${RDEPEND} >=sys-apps/portage-2.0.51" |