diff options
author | 2002-10-17 00:50:36 +0000 | |
---|---|---|
committer | 2002-10-17 00:50:36 +0000 | |
commit | b146af51d320d558ff34bef492ef51283667bc33 (patch) | |
tree | b0937ae5e80a0aec74569a9fe703fc8c40c43bd6 /app-misc | |
parent | Header fix (diff) | |
download | gentoo-2-b146af51d320d558ff34bef492ef51283667bc33.tar.gz gentoo-2-b146af51d320d558ff34bef492ef51283667bc33.tar.bz2 gentoo-2-b146af51d320d558ff34bef492ef51283667bc33.zip |
Header fixes
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/xearth/xearth-1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-misc/xearth/xearth-1.1.ebuild b/app-misc/xearth/xearth-1.1.ebuild index 1cde09efeb0c..1de2b0cda8a3 100644 --- a/app-misc/xearth/xearth-1.1.ebuild +++ b/app-misc/xearth/xearth-1.1.ebuild @@ -1,5 +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 $ S=${WORKDIR}/${P} HOMEPAGE="http://www.cs.colorado.edu/~tuna/xearth/" @@ -12,7 +13,7 @@ LICENSE="xearth" KEYWORDS="x86" DEPEND="virtual/x11" -RDEPEND="virtual/x11" +RDEPEND="${DEPEND}" src_compile() { cd ${S} |