diff options
author | 2011-01-12 19:16:55 +0000 | |
---|---|---|
committer | 2011-01-12 19:16:55 +0000 | |
commit | 0197b41e5b6703012872ce49ddbdc3c5ae328b46 (patch) | |
tree | c78989caa078677e4438354d8470ab951692bb3d /app-emulation/wine/wine-1.2.1.ebuild | |
parent | Version bump (diff) | |
download | historical-0197b41e5b6703012872ce49ddbdc3c5ae328b46.tar.gz historical-0197b41e5b6703012872ce49ddbdc3c5ae328b46.tar.bz2 historical-0197b41e5b6703012872ce49ddbdc3c5ae328b46.zip |
Move autotool deps to DEPEND #351461 by Arfrever Frehtes Taifersar Arahesis.
Package-Manager: portage-2.2.0_alpha13/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/wine/wine-1.2.1.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.2.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.2.1.ebuild b/app-emulation/wine/wine-1.2.1.ebuild index f7354ca74580..d7b2d7b76003 100644 --- a/app-emulation/wine/wine-1.2.1.ebuild +++ b/app-emulation/wine/wine-1.2.1.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.1.ebuild,v 1.2 2011/01/12 18:18:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.1.ebuild,v 1.3 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 |