diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-20 19:16:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-20 19:16:50 +0000 |
commit | 311380d472771d5e416079d9c7bef3876871c2b6 (patch) | |
tree | 2ead2be4f85a297c12eee2c2faa97cd17577b87b /app-emulation/wine/wine-1.3.3.ebuild | |
parent | Set PYTHON_DEPEND before inheriting. (diff) | |
download | historical-311380d472771d5e416079d9c7bef3876871c2b6.tar.gz historical-311380d472771d5e416079d9c7bef3876871c2b6.tar.bz2 historical-311380d472771d5e416079d9c7bef3876871c2b6.zip |
drop useless space
Diffstat (limited to 'app-emulation/wine/wine-1.3.3.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.3.3.ebuild b/app-emulation/wine/wine-1.3.3.ebuild index 897205358486..927e85284131 100644 --- a/app-emulation/wine/wine-1.3.3.ebuild +++ b/app-emulation/wine/wine-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild,v 1.9 2011/07/11 03:34:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild,v 1.10 2011/08/20 19:16:50 vapier Exp $ EAPI="2" @@ -87,7 +87,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) v4l? ( media-libs/libv4l ) !win64? ( ${MLIB_DEPS} ) win32? ( ${MLIB_DEPS} ) - xcomposite? ( x11-libs/libXcomposite ) " + xcomposite? ( x11-libs/libXcomposite )" DEPEND="${RDEPEND} pulseaudio? ( ${AUTOTOOLS_DEPEND} ) X? ( |