diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:52:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:52:34 +0000 |
commit | 1f1e6897bda0739e1af5c10067cf8db5e65ff742 (patch) | |
tree | 5207ca468f07bdd9c69b9e8a609d9e5ab66659c4 /net-p2p/dclib | |
parent | Remove rdepend=depend (diff) | |
download | historical-1f1e6897bda0739e1af5c10067cf8db5e65ff742.tar.gz historical-1f1e6897bda0739e1af5c10067cf8db5e65ff742.tar.bz2 historical-1f1e6897bda0739e1af5c10067cf8db5e65ff742.zip |
Remove rdepend=depend
Diffstat (limited to 'net-p2p/dclib')
-rw-r--r-- | net-p2p/dclib/dclib-0.1.ebuild | 3 | ||||
-rw-r--r-- | net-p2p/dclib/dclib-0.1_rc2.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-p2p/dclib/dclib-0.1.ebuild b/net-p2p/dclib/dclib-0.1.ebuild index 558efbd34d4e..bc7708ba836c 100644 --- a/net-p2p/dclib/dclib-0.1.ebuild +++ b/net-p2p/dclib/dclib-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.1.ebuild,v 1.1 2002/10/07 17:33:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.1.ebuild,v 1.2 2002/10/20 18:52:34 vapier Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Library for the Qt client for DirectConnect" @@ -13,7 +13,6 @@ KEYWORDS="x86 ppc" DEPEND=">=sys-apps/bzip2-1.0.2 >=dev-libs/libxml2-2.4.22" -RDEPEND="${DEPEND}" src_compile() { export CPPFLAGS="${CXXFLAGS} -I/usr/include/libxml2/libxml" diff --git a/net-p2p/dclib/dclib-0.1_rc2.ebuild b/net-p2p/dclib/dclib-0.1_rc2.ebuild index d3a7a613389c..c6ba199a1e8b 100644 --- a/net-p2p/dclib/dclib-0.1_rc2.ebuild +++ b/net-p2p/dclib/dclib-0.1_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.1_rc2.ebuild,v 1.1 2002/10/02 23:36:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.1_rc2.ebuild,v 1.2 2002/10/20 18:52:34 vapier Exp $ MY_P=${P/_/} S=${WORKDIR}/${MY_P} @@ -14,7 +14,6 @@ KEYWORDS="x86 ppc" DEPEND=">=sys-apps/bzip2-1.0.2 >=dev-libs/libxml2-2.4.22" -RDEPEND="${DEPEND}" src_compile() { export CPPFLAGS="${CXXFLAGS} -I/usr/include/libxml2/libxml" |