diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-15 00:01:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-15 00:01:23 +0000 |
commit | 547a6dd82061d05253e5f9d6b3ab7dae2588df04 (patch) | |
tree | 2092ba13a5b1661076fdad377c228793dfa8cbe6 /net-misc/ntp | |
parent | Removing -qs from insmod line to allow proper support with newer module-init-... (diff) | |
download | gentoo-2-547a6dd82061d05253e5f9d6b3ab7dae2588df04.tar.gz gentoo-2-547a6dd82061d05253e5f9d6b3ab7dae2588df04.tar.bz2 gentoo-2-547a6dd82061d05253e5f9d6b3ab7dae2588df04.zip |
fix DEPENDs #41594
Diffstat (limited to 'net-misc/ntp')
-rw-r--r-- | net-misc/ntp/ntp-4.1.1b-r6.ebuild | 18 | ||||
-rw-r--r-- | net-misc/ntp/ntp-4.1.2.ebuild | 8 | ||||
-rw-r--r-- | net-misc/ntp/ntp-4.2.0.ebuild | 8 |
3 files changed, 17 insertions, 17 deletions
diff --git a/net-misc/ntp/ntp-4.1.1b-r6.ebuild b/net-misc/ntp/ntp-4.1.1b-r6.ebuild index b555b41dc7f9..baa374e7fdfe 100644 --- a/net-misc/ntp/ntp-4.1.1b-r6.ebuild +++ b/net-misc/ntp/ntp-4.1.1b-r6.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.1b-r6.ebuild,v 1.12 2003/11/16 06:18:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.1b-r6.ebuild,v 1.13 2004/02/15 00:01:23 vapier Exp $ inherit eutils @@ -16,14 +16,14 @@ SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64" IUSE="parse-clocks selinux" -DEPEND=">=sys-libs/ncurses-5.2 - >=sys-libs/readline-4.1" -# || ( -# dev-libs/libelf -# dev-libs/elfutils -# )" -RDEPEND="${DEPEND} - selinux? ( sec-policy/selinux-ntp ) +RDEPEND=">=sys-libs/ncurses-5.2 + >=sys-libs/readline-4.1 + selinux? ( sec-policy/selinux-ntp )" +DEPEND="${RDEPEND} + || ( + dev-libs/libelf + dev-libs/elfutils + ) >=sys-apps/sed-4.0.5" src_unpack() { diff --git a/net-misc/ntp/ntp-4.1.2.ebuild b/net-misc/ntp/ntp-4.1.2.ebuild index 3910f186324f..222d71816b22 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.26 2004/02/14 05:38:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.2.ebuild,v 1.27 2004/02/15 00:01:23 vapier Exp $ inherit eutils @@ -18,12 +18,12 @@ RDEPEND=">=sys-libs/ncurses-5.2 >=sys-libs/readline-4.1 sys-libs/libcap ssl? ( dev-libs/openssl ) - selinux? ( sec-policy/selinux-ntp ) + selinux? ( sec-policy/selinux-ntp )" +DEPEND="${RDEPEND} || ( dev-libs/libelf dev-libs/elfutils - )" -DEPEND="${RDEPEND} + ) >=sys-devel/autoconf-2.58 >=sys-devel/automake-1.7.7 >=sys-apps/sed-4.0.5" diff --git a/net-misc/ntp/ntp-4.2.0.ebuild b/net-misc/ntp/ntp-4.2.0.ebuild index a8107bc753ed..8b99a38a6d2a 100644 --- a/net-misc/ntp/ntp-4.2.0.ebuild +++ b/net-misc/ntp/ntp-4.2.0.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.2.0.ebuild,v 1.1 2004/02/14 22:58:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.2.0.ebuild,v 1.2 2004/02/15 00:01:23 vapier Exp $ inherit eutils @@ -18,12 +18,12 @@ RDEPEND=">=sys-libs/ncurses-5.2 >=sys-libs/readline-4.1 droproot? ( sys-libs/libcap ) ssl? ( dev-libs/openssl ) - selinux? ( sec-policy/selinux-ntp ) + selinux? ( sec-policy/selinux-ntp )" +DEPEND="${RDEPEND} || ( dev-libs/libelf dev-libs/elfutils - )" -RDEPEND="${DEPEND} + ) >=sys-devel/autoconf-2.58 >=sys-devel/automake-1.7.7 >=sys-apps/sed-4.0.5" |