diff options
Diffstat (limited to 'sys-fs/dd-rhelp/dd-rhelp-0.0.6.ebuild')
-rw-r--r-- | sys-fs/dd-rhelp/dd-rhelp-0.0.6.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-fs/dd-rhelp/dd-rhelp-0.0.6.ebuild b/sys-fs/dd-rhelp/dd-rhelp-0.0.6.ebuild index 9b9585d03b1c..c6e9323d7dc2 100644 --- a/sys-fs/dd-rhelp/dd-rhelp-0.0.6.ebuild +++ b/sys-fs/dd-rhelp/dd-rhelp-0.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rhelp/dd-rhelp-0.0.6.ebuild,v 1.2 2006/02/28 01:56:28 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rhelp/dd-rhelp-0.0.6.ebuild,v 1.3 2007/04/11 07:45:23 opfer Exp $ MY_P="${P/-/_}" S="${WORKDIR}/${MY_P}" @@ -14,6 +14,8 @@ KEYWORDS="~mips ~x86" IUSE="" DEPEND="sys-fs/dd-rescue" +RDEPEND="${DEPEND} + sys-devel/bc" src_install() { make install DESTDIR="${D}" || die |