diff options
Diffstat (limited to 'net-misc/ntp')
-rw-r--r-- | net-misc/ntp/ntp-4.1.1b-r6.ebuild | 7 | ||||
-rw-r--r-- | net-misc/ntp/ntp-4.1.2.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net-misc/ntp/ntp-4.1.1b-r6.ebuild b/net-misc/ntp/ntp-4.1.1b-r6.ebuild index 4db6e4fc5373..8f4461b57c03 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.9 2003/11/10 14:36:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.1b-r6.ebuild,v 1.10 2003/11/11 13:46:49 vapier Exp $ inherit eutils @@ -18,7 +18,10 @@ IUSE="parse-clocks selinux" DEPEND=">=sys-libs/ncurses-5.2 >=sys-libs/readline-4.1 - dev-libs/elfutils" + || ( + dev-libs/elfutils + dev-libs/libelf + )" RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-ntp ) >=sys-apps/sed-4.0.5" diff --git a/net-misc/ntp/ntp-4.1.2.ebuild b/net-misc/ntp/ntp-4.1.2.ebuild index 6c40f5c785f3..f7004ea60bae 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.20 2003/11/10 14:36:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.2.ebuild,v 1.21 2003/11/11 13:46:50 vapier Exp $ inherit eutils @@ -18,7 +18,10 @@ DEPEND=">=sys-libs/ncurses-5.2 >=sys-libs/readline-4.1 >=sys-devel/automake-1.7 sys-libs/libcap - dev-libs/elfutils + || ( + dev-libs/elfutils + dev-libs/libelf + ) ssl? ( dev-libs/openssl )" RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-ntp ) |