diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-16 23:48:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-16 23:48:04 +0000 |
commit | 2247e73a9b8a878fe69b9239af3aabfd67ef3e8e (patch) | |
tree | ff6d5eb8fe3ee0881ee0c29d2c304eea8943f976 /app-emulation/vice | |
parent | version bump (diff) | |
download | historical-2247e73a9b8a878fe69b9239af3aabfd67ef3e8e.tar.gz historical-2247e73a9b8a878fe69b9239af3aabfd67ef3e8e.tar.bz2 historical-2247e73a9b8a878fe69b9239af3aabfd67ef3e8e.zip |
space fix [lintool] for #9216
Diffstat (limited to 'app-emulation/vice')
-rw-r--r-- | app-emulation/vice/vice-1.9.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-emulation/vice/vice-1.9.ebuild b/app-emulation/vice/vice-1.9.ebuild index 0e0f56496a2e..1cc43ec9d700 100644 --- a/app-emulation/vice/vice-1.9.ebuild +++ b/app-emulation/vice/vice-1.9.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-emulation/vice/vice-1.9.ebuild,v 1.2 2002/10/05 05:39:08 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.9.ebuild,v 1.3 2002/10/16 23:48:04 vapier Exp $ IUSE="sdl nls gnome" @@ -14,8 +14,7 @@ KEYWORDS="x86" DEPEND=">=x11-base/xfree-4.0 sdl? ( media-libs/libsdl ) gnome? ( gnome-base/gnome )" - -#RDEPEND="" +RDEPEND="${DEPEND}" S=${WORKDIR}/${P} |