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 | 8a8ef5a6bd6569f24b42f50e9244fa1f8a318b98 (patch) | |
tree | 9d453c6e298baf79e0e8441120014b941041e8bf /app-emulation/wine/wine-1.3.18.ebuild | |
parent | Set PYTHON_DEPEND before inheriting. (diff) | |
download | gentoo-2-8a8ef5a6bd6569f24b42f50e9244fa1f8a318b98.tar.gz gentoo-2-8a8ef5a6bd6569f24b42f50e9244fa1f8a318b98.tar.bz2 gentoo-2-8a8ef5a6bd6569f24b42f50e9244fa1f8a318b98.zip |
drop useless space
Diffstat (limited to 'app-emulation/wine/wine-1.3.18.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.3.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.3.18.ebuild b/app-emulation/wine/wine-1.3.18.ebuild index 66b33dedd251..3121c6b8c1d1 100644 --- a/app-emulation/wine/wine-1.3.18.ebuild +++ b/app-emulation/wine/wine-1.3.18.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.18.ebuild,v 1.9 2011/07/11 03:34:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild,v 1.10 2011/08/20 19:16:50 vapier Exp $ EAPI="2" @@ -90,7 +90,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? ( |