diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-15 16:44:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-15 16:44:42 +0000 |
commit | 3d8c50e0e879ab4bded1fd60cc18875fe3c0cd5e (patch) | |
tree | 7de8b1a8e9a58fe788f4b447960793ee30f63b9a /app-emulation | |
parent | Added ~ppc64; bug #126188 (diff) | |
download | gentoo-2-3d8c50e0e879ab4bded1fd60cc18875fe3c0cd5e.tar.gz gentoo-2-3d8c50e0e879ab4bded1fd60cc18875fe3c0cd5e.tar.bz2 gentoo-2-3d8c50e0e879ab4bded1fd60cc18875fe3c0cd5e.zip |
typo (bug #126262)
(Portage version: 2.1_pre6-r2)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vice/vice-1.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/vice/vice-1.19.ebuild b/app-emulation/vice/vice-1.19.ebuild index 174fda6f54ce..51623522b42b 100644 --- a/app-emulation/vice/vice-1.19.ebuild +++ b/app-emulation/vice/vice-1.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.19.ebuild,v 1.4 2006/01/26 23:58:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.19.ebuild,v 1.5 2006/03/15 16:44:42 mr_bones_ Exp $ inherit eutils games @@ -32,7 +32,7 @@ RDEPEND="esd? ( media-sound/esound ) gnome-base/gnome-libs ) readline? ( sys-libs/readline ) sdl? ( - ${XDPENED} + ${XDEPEND} || ( ( x11-libs/libXt |