]> Pileus Git - ~andy/sunrise/blobdiff - app-emulation/dynamips/dynamips-0.2.7.ebuild
sunrise/media-sound/asoundconf/Manifest: Add suggested RDEPEND=${DEPEND}
[~andy/sunrise] / app-emulation / dynamips / dynamips-0.2.7.ebuild
index bdf168248b759becc82422960132f6d6ba0c98b1..05494295d582a2a65aa4f914fb6801401b52242d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: Exp $
 
@@ -12,6 +12,7 @@ KEYWORDS="~amd64"
 IUSE=""
 DEPEND="net-libs/libpcap
        || ( dev-libs/libelf dev-libs/elfutils )"
+RDEPEND=${DEPEND}
 
 src_unpack() {
        unpack ${A}
@@ -30,6 +31,6 @@ src_compile() {
 
 src_install () {
        dobin nvram_export dynamips || die
-       doman dynamips.1 hypervisor_mode.7 nvram_export.1
-       dodoc ChangeLog TODO README README.hypervisor
+       doman dynamips.1 hypervisor_mode.7 nvram_export.1 || die
+       dodoc ChangeLog TODO README README.hypervisor || die
 }