diff options
author | 2011-01-12 19:16:55 +0000 | |
---|---|---|
committer | 2011-01-12 19:16:55 +0000 | |
commit | 04346ef4cb27fc1e52610df465e5299b4c7bbff5 (patch) | |
tree | c926c821542b75344762ac6d3698971fe78cfdc4 /app-emulation/wine/wine-1.2.2.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-04346ef4cb27fc1e52610df465e5299b4c7bbff5.tar.gz gentoo-2-04346ef4cb27fc1e52610df465e5299b4c7bbff5.tar.bz2 gentoo-2-04346ef4cb27fc1e52610df465e5299b4c7bbff5.zip |
Move autotool deps to DEPEND #351461 by Arfrever Frehtes Taifersar Arahesis.
(Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/wine/wine-1.2.2.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.2.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.2.2.ebuild b/app-emulation/wine/wine-1.2.2.ebuild index 6735084ef7df..c3d2dec57059 100644 --- a/app-emulation/wine/wine-1.2.2.ebuild +++ b/app-emulation/wine/wine-1.2.2.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.2.ebuild,v 1.1 2011/01/12 18:17:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild,v 1.2 2011/01/12 19:16:55 vapier Exp $ EAPI="2" @@ -69,7 +69,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) nas? ( media-libs/nas ) cups? ( net-print/cups ) opengl? ( virtual/opengl ) - pulseaudio? ( media-sound/pulseaudio ${AUTOTOOLS_DEPEND} ) + pulseaudio? ( media-sound/pulseaudio ) gsm? ( media-sound/gsm ) jpeg? ( virtual/jpeg ) ldap? ( net-nds/openldap ) @@ -84,6 +84,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) win32? ( ${MLIB_DEPS} ) xcomposite? ( x11-libs/libXcomposite ) " DEPEND="${RDEPEND} + pulseaudio? ( ${AUTOTOOLS_DEPEND} ) X? ( x11-proto/inputproto x11-proto/xextproto |