diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-04 04:05:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-04 04:05:03 +0000 |
commit | 0a42f59b86ef358b4a3e2965ba51392bf280801c (patch) | |
tree | e583669f89ab25d57162c3c080d2d2c9a7921633 /net-p2p | |
parent | Fixes bug #9772 and updates sun-jdk to 1.3.1.06 (diff) | |
download | historical-0a42f59b86ef358b4a3e2965ba51392bf280801c.tar.gz historical-0a42f59b86ef358b4a3e2965ba51392bf280801c.tar.bz2 historical-0a42f59b86ef358b4a3e2965ba51392bf280801c.zip |
re-order eclass inherit
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dctc/dctc-0.83.7.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-p2p/dctc/dctc-0.83.7.ebuild b/net-p2p/dctc/dctc-0.83.7.ebuild index 51f25623003d..77dce2ba266f 100644 --- a/net-p2p/dctc/dctc-0.83.7.ebuild +++ b/net-p2p/dctc/dctc-0.83.7.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.83.7.ebuild,v 1.1 2002/11/04 01:38:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.83.7.ebuild,v 1.2 2002/11/04 04:05:03 vapier Exp $ + +inherit gcc S=${WORKDIR}/${P} DESCRIPTION="Direct Connect Text Client, almost famous file share program" @@ -11,10 +13,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" -DEPEND="=dev-libs/glib-1.2* - =sys-libs/db-3.2*" - -inherit gcc +newdepend =dev-libs/glib-1.2* =sys-libs/db-3.2* src_compile() { econf |