diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-12-16 20:05:29 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-12-16 20:05:29 +0000 |
commit | 366daca9912174c004bd9e9cc8c19ee60462d301 (patch) | |
tree | 84d5558d52780e17b7478deebc7a1fd7fb514831 /net-p2p | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-366daca9912174c004bd9e9cc8c19ee60462d301.tar.gz gentoo-2-366daca9912174c004bd9e9cc8c19ee60462d301.tar.bz2 gentoo-2-366daca9912174c004bd9e9cc8c19ee60462d301.zip |
fix dependencies irt #58824
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dchub/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/dchub/dchub-0.5.2.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-p2p/dchub/ChangeLog b/net-p2p/dchub/ChangeLog index 122416f85cc1..932bebd3a8bb 100644 --- a/net-p2p/dchub/ChangeLog +++ b/net-p2p/dchub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/dchub # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.16 2004/11/06 16:53:04 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.17 2004/12/16 20:05:29 squinky86 Exp $ + + 16 Dec 2004; Jon Hood <squinky86@gentoo.org> dchub-0.5.2.ebuild: + Fix dependencies, #58824. 06 Nov 2004; Jon Hood <squinky86@gentoo.org> -dchub-0.4.2.ebuild, -dchub-0.4.5.ebuild, dchub-0.5.2.ebuild: diff --git a/net-p2p/dchub/dchub-0.5.2.ebuild b/net-p2p/dchub/dchub-0.5.2.ebuild index 018a049df92b..b906464c580f 100644 --- a/net-p2p/dchub/dchub-0.5.2.ebuild +++ b/net-p2p/dchub/dchub-0.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild,v 1.4 2004/11/06 16:53:04 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild,v 1.5 2004/12/16 20:05:29 squinky86 Exp $ IUSE="" @@ -17,6 +17,9 @@ RDEPEND="virtual/libc dev-lang/perl dev-db/edb" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + src_install() { make DESTDIR=${D} install || die "install problem" |