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.2.3.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.2.3.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.2.3.ebuild b/app-emulation/wine/wine-1.2.3.ebuild index 0ce25d8dd8a0..097874ad405f 100644 --- a/app-emulation/wine/wine-1.2.3.ebuild +++ b/app-emulation/wine/wine-1.2.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.2.3.ebuild,v 1.5 2011/07/11 03:34:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v 1.6 2011/08/20 19:16:50 vapier Exp $ EAPI="2" @@ -84,7 +84,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? ( |