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 | ee953cc677bba1e2d62f139ddc2f5e48b27cd801 (patch) | |
tree | aa58414a2706b612ead8035433424acaac62a5db /net-p2p | |
parent | (no commit message) (diff) | |
download | historical-ee953cc677bba1e2d62f139ddc2f5e48b27cd801.tar.gz historical-ee953cc677bba1e2d62f139ddc2f5e48b27cd801.tar.bz2 historical-ee953cc677bba1e2d62f139ddc2f5e48b27cd801.zip |
fix dependencies irt #58824
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dchub/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/dchub/Manifest | 10 | ||||
-rw-r--r-- | net-p2p/dchub/dchub-0.5.2.ebuild | 5 |
3 files changed, 13 insertions, 7 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/Manifest b/net-p2p/dchub/Manifest index 4db4bfa7d81f..846aa00aca39 100644 --- a/net-p2p/dchub/Manifest +++ b/net-p2p/dchub/Manifest @@ -1,8 +1,8 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 da72cafd540123d7c6ddf830d7722401 dchub-0.5.2.ebuild 834 -MD5 f5b4394bfc2debeab125eede7d4506f4 ChangeLog 1982 +MD5 e8e3708f1c1385e1a8139e5fa07bc95d dchub-0.5.2.ebuild 875 +MD5 4ddc05fe69746de197ccbf8fee7bbdb5 ChangeLog 2078 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 MD5 8c69e07d3efd31080f8cd768d75dd7ad files/dchub.init.d 1018 MD5 592f7f777a42dffa24db7fde87dc2dcb files/digest-dchub-0.5.2 63 @@ -10,7 +10,7 @@ MD5 3be14814c18259089fe0aa301a4eb6af files/dchub.conf.d 1610 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBjQFzcAgAdbxYsnERAmPcAJ4lMJBNLOZJCXq3fDqYPy2G0Qk4zgCgjN+K -dU3gcJVPv2sUVtpq7Lv13Uo= -=R18+ +iD8DBQFBweqYcAgAdbxYsnERApUzAJ0Z6aJ/N8yAJ2dQTgOYayScfRXo2gCfV+gd +zFSVU9aEYi0HVPn3RlHy+/c= +=xJc6 -----END PGP SIGNATURE----- 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" |