diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2010-06-29 16:02:32 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2010-06-29 16:02:32 +0000 |
commit | 98c61871b2fb2326bd549b3a11c3b609b6964da3 (patch) | |
tree | 342a3d05f0b52c662bb0632da74046603c11b9b3 /net-dns/bind/bind-9.6.2_p2.ebuild | |
parent | USE=static-libs thanks to scarabeus. (diff) | |
download | gentoo-2-98c61871b2fb2326bd549b3a11c3b609b6964da3.tar.gz gentoo-2-98c61871b2fb2326bd549b3a11c3b609b6964da3.tar.bz2 gentoo-2-98c61871b2fb2326bd549b3a11c3b609b6964da3.zip |
Add sys-process/psmisc RDEPEND, its used in the init script.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-dns/bind/bind-9.6.2_p2.ebuild')
-rw-r--r-- | net-dns/bind/bind-9.6.2_p2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-dns/bind/bind-9.6.2_p2.ebuild b/net-dns/bind/bind-9.6.2_p2.ebuild index 80ff706c4c6e..3d4c4e44fd39 100644 --- a/net-dns/bind/bind-9.6.2_p2.ebuild +++ b/net-dns/bind/bind-9.6.2_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild,v 1.7 2010/06/28 21:07:36 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild,v 1.8 2010/06/29 16:02:32 idl0r Exp $ EAPI="3" @@ -42,7 +42,8 @@ DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g ) RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-bind ) - resolvconf? ( net-dns/openresolv )" + resolvconf? ( net-dns/openresolv ) + sys-process/psmisc" S="${WORKDIR}/${MY_P}" |