diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-02-12 22:29:22 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-02-12 22:29:22 +0000 |
commit | c9ab6bdc00fb25ed1fa0e7cb92d4a0be81d4bb99 (patch) | |
tree | c05c1e8c377761627e92e8333b71b1f9b12579b3 /net-analyzer/cnet | |
parent | Fix location of the TLS patch. Was moved to old/. Thanks mcummings. (diff) | |
download | historical-c9ab6bdc00fb25ed1fa0e7cb92d4a0be81d4bb99.tar.gz historical-c9ab6bdc00fb25ed1fa0e7cb92d4a0be81d4bb99.tar.bz2 historical-c9ab6bdc00fb25ed1fa0e7cb92d4a0be81d4bb99.zip |
Adding OR DEPEND on elfutils/libelf, fixed Bug #37152
Diffstat (limited to 'net-analyzer/cnet')
-rw-r--r-- | net-analyzer/cnet/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/cnet/Manifest | 6 | ||||
-rw-r--r-- | net-analyzer/cnet/cnet-2.0.5.ebuild | 7 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-analyzer/cnet/ChangeLog b/net-analyzer/cnet/ChangeLog index e0139f6a9129..2caaec43b47b 100644 --- a/net-analyzer/cnet/ChangeLog +++ b/net-analyzer/cnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/cnet -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cnet/ChangeLog,v 1.2 2003/12/08 21:54:57 rizzo Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cnet/ChangeLog,v 1.3 2004/02/12 22:29:22 rizzo Exp $ + + 12 Feb 2004; Don Seiler <rizzo@gentoo.org>; cnet-2.0.5.ebuild: + Adding OR DEPEND on elfutils/libelf, fixed Bug #37152 08 Dec 2003; Don Seiler <rizzo@gentoo.org>; cnet-2.0.5.ebuild: Fix for Bug 35160: hardwired CFLAGS. Thanks to Eldad Zack diff --git a/net-analyzer/cnet/Manifest b/net-analyzer/cnet/Manifest index cb00fa815f5c..9521de8b917f 100644 --- a/net-analyzer/cnet/Manifest +++ b/net-analyzer/cnet/Manifest @@ -1,5 +1,5 @@ +MD5 82f3bb96b2ee7c0cebd7712823dbd4d4 cnet-2.0.5.ebuild 1085 +MD5 cb7ff2241bf0a6851da7682dbe8d65bc ChangeLog 820 +MD5 8899efc58d31a4b9d03e29473f528a8f metadata.xml 440 MD5 5fa730e3f767e911187654f6f809257f files/digest-cnet-2.0.5 60 MD5 652fb332fa98e02524b07ee1561c6182 files/cnet-2.0.5-gentoo.patch 1363 -MD5 20a4df78099ef1df5629d0c2d984b2c3 cnet-2.0.5.ebuild 1042 -MD5 179ea6ecc0de6ae072fc05c7ad36f36e ChangeLog 698 -MD5 8899efc58d31a4b9d03e29473f528a8f metadata.xml 440 diff --git a/net-analyzer/cnet/cnet-2.0.5.ebuild b/net-analyzer/cnet/cnet-2.0.5.ebuild index ebd25aba7c92..3bab567abc2e 100644 --- a/net-analyzer/cnet/cnet-2.0.5.ebuild +++ b/net-analyzer/cnet/cnet-2.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cnet/cnet-2.0.5.ebuild,v 1.2 2003/12/08 21:54:57 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cnet/cnet-2.0.5.ebuild,v 1.3 2004/02/12 22:29:22 rizzo Exp $ DESCRIPTION="Network simulation tool" SRC_URI="http://www.csse.uwa.edu.au/cnet/${P}.tgz" @@ -11,7 +11,8 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND=">=dev-lang/tk-8.3.4" +DEPEND=">=dev-lang/tk-8.3.4 + || ( dev-libs/elfutils dev-libs/libelf )" #RDEPEND="" # unpacking the source |