diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:40:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:40:23 +0000 |
commit | 46eff01ed30906f3115d7aff5d186162aa45bdcf (patch) | |
tree | 30176e032498a6c60968876b07625e02bd8fdbd1 /app-misc/xearth | |
parent | Remove rdepend=depend (diff) | |
download | historical-46eff01ed30906f3115d7aff5d186162aa45bdcf.tar.gz historical-46eff01ed30906f3115d7aff5d186162aa45bdcf.tar.bz2 historical-46eff01ed30906f3115d7aff5d186162aa45bdcf.zip |
Remove rdepend=depend
Diffstat (limited to 'app-misc/xearth')
-rw-r--r-- | app-misc/xearth/xearth-1.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-misc/xearth/xearth-1.1.ebuild b/app-misc/xearth/xearth-1.1.ebuild index 1de2b0cda8a3..3b5efb780c42 100644 --- a/app-misc/xearth/xearth-1.1.ebuild +++ b/app-misc/xearth/xearth-1.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/app-misc/xearth/xearth-1.1.ebuild,v 1.3 2002/10/17 00:50:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/xearth/xearth-1.1.ebuild,v 1.4 2002/10/20 18:40:23 vapier Exp $ S=${WORKDIR}/${P} HOMEPAGE="http://www.cs.colorado.edu/~tuna/xearth/" @@ -13,7 +13,6 @@ LICENSE="xearth" KEYWORDS="x86" DEPEND="virtual/x11" -RDEPEND="${DEPEND}" src_compile() { cd ${S} |