From d8bfc950798fe00521d7b75409b3596697a76782 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 10 Nov 2003 14:36:25 +0000 Subject: add dev-libs/elfutils to DEPEND #33126 --- net-misc/ntp/ntp-4.1.1b-r6.ebuild | 12 ++++++------ net-misc/ntp/ntp-4.1.2.ebuild | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'net-misc') diff --git a/net-misc/ntp/ntp-4.1.1b-r6.ebuild b/net-misc/ntp/ntp-4.1.1b-r6.ebuild index 85b636f1ccc1..4db6e4fc5373 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.8 2003/10/18 03:11:08 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.1b-r6.ebuild,v 1.9 2003/11/10 14:36:25 vapier Exp $ inherit eutils @@ -16,12 +16,12 @@ SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64" IUSE="parse-clocks selinux" -DEPEND=">=sys-apps/sed-4.0.5 - >=sys-libs/ncurses-5.2 - >=sys-libs/readline-4.1" - +DEPEND=">=sys-libs/ncurses-5.2 + >=sys-libs/readline-4.1 + dev-libs/elfutils" RDEPEND="${DEPEND} - selinux? ( sec-policy/selinux-ntp )" + selinux? ( sec-policy/selinux-ntp ) + >=sys-apps/sed-4.0.5" src_unpack() { unpack ${A} ; cd ${S} diff --git a/net-misc/ntp/ntp-4.1.2.ebuild b/net-misc/ntp/ntp-4.1.2.ebuild index dd19ccc9010f..6c40f5c785f3 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.19 2003/11/07 07:34:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.2.ebuild,v 1.20 2003/11/10 14:36:25 vapier Exp $ inherit eutils @@ -14,15 +14,15 @@ SLOT="0" KEYWORDS="x86 ppc ~sparc mips alpha ~arm ~hppa ~amd64" IUSE="parse-clocks selinux ssl" -DEPEND=">=sys-apps/sed-4.0.5 - >=sys-libs/ncurses-5.2 +DEPEND=">=sys-libs/ncurses-5.2 >=sys-libs/readline-4.1 >=sys-devel/automake-1.7 sys-libs/libcap + dev-libs/elfutils ssl? ( dev-libs/openssl )" - RDEPEND="${DEPEND} - selinux? ( sec-policy/selinux-ntp )" + selinux? ( sec-policy/selinux-ntp ) + >=sys-apps/sed-4.0.5" pkg_setup() { enewgroup ntp 123 -- cgit v1.2.3-65-gdbad