summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-11-10 14:36:25 +0000
committerMike Frysinger <vapier@gentoo.org>2003-11-10 14:36:25 +0000
commitd8bfc950798fe00521d7b75409b3596697a76782 (patch)
tree514b8844c4aaf17b852885cdab0f3284594cc4c5 /net-misc/ntp
parentx86 stable (diff)
downloadgentoo-2-d8bfc950798fe00521d7b75409b3596697a76782.tar.gz
gentoo-2-d8bfc950798fe00521d7b75409b3596697a76782.tar.bz2
gentoo-2-d8bfc950798fe00521d7b75409b3596697a76782.zip
add dev-libs/elfutils to DEPEND #33126
Diffstat (limited to 'net-misc/ntp')
-rw-r--r--net-misc/ntp/ntp-4.1.1b-r6.ebuild12
-rw-r--r--net-misc/ntp/ntp-4.1.2.ebuild10
2 files changed, 11 insertions, 11 deletions
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