diff options
Diffstat (limited to 'net-misc/openntpd/openntpd-3.9_p1-r1.ebuild')
-rw-r--r-- | net-misc/openntpd/openntpd-3.9_p1-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/openntpd/openntpd-3.9_p1-r1.ebuild b/net-misc/openntpd/openntpd-3.9_p1-r1.ebuild index 3270bbab5690..e15c1aa5a799 100644 --- a/net-misc/openntpd/openntpd-3.9_p1-r1.ebuild +++ b/net-misc/openntpd/openntpd-3.9_p1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-3.9_p1-r1.ebuild,v 1.1 2007/02/19 21:56:08 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-3.9_p1-r1.ebuild,v 1.2 2007/03/26 08:08:01 antarus Exp $ inherit eutils @@ -17,8 +17,7 @@ IUSE="ssl selinux" RDEPEND="ssl? ( dev-libs/openssl ) selinux? ( sec-policy/selinux-ntp ) !<=net-misc/ntp-4.2.0-r2" -DEPEND="${RDEPEND} - >=sys-apps/portage-2.0.51" +DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} |