diff options
author | Alec Warner <antarus@gentoo.org> | 2007-03-26 08:08:01 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2007-03-26 08:08:01 +0000 |
commit | 666c40ffbf0c434862d2be084158b85472f392a5 (patch) | |
tree | 018f0933623f5bc4d5fb2397172a8504ce5f9770 /net-misc/openntpd/openntpd-3.7_p1.ebuild | |
parent | Remove dependency on portage, see bug 162516 (diff) | |
download | historical-666c40ffbf0c434862d2be084158b85472f392a5.tar.gz historical-666c40ffbf0c434862d2be084158b85472f392a5.tar.bz2 historical-666c40ffbf0c434862d2be084158b85472f392a5.zip |
Remove dependency on portage, see bug 162516
Package-Manager: portage-6269-svn
Diffstat (limited to 'net-misc/openntpd/openntpd-3.7_p1.ebuild')
-rw-r--r-- | net-misc/openntpd/openntpd-3.7_p1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-misc/openntpd/openntpd-3.7_p1.ebuild b/net-misc/openntpd/openntpd-3.7_p1.ebuild index 184726e80cd8..f8d4c11885e7 100644 --- a/net-misc/openntpd/openntpd-3.7_p1.ebuild +++ b/net-misc/openntpd/openntpd-3.7_p1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.7_p1.ebuild,v 1.14 2006/12/31 14:36:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-3.7_p1.ebuild,v 1.15 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} |