diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-04-27 05:59:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-04-27 05:59:22 +0000 |
commit | bcf8b421e95af6e855541c20b6769ec87434c761 (patch) | |
tree | 61b5f71e66fc75ca006be0f953ce8f844e24cfbd /app-emulation/wine/wine-1.1.6.ebuild | |
parent | old (diff) | |
download | historical-bcf8b421e95af6e855541c20b6769ec87434c761.tar.gz historical-bcf8b421e95af6e855541c20b6769ec87434c761.tar.bz2 historical-bcf8b421e95af6e855541c20b6769ec87434c761.zip |
Require dev-perl/XML-Simple and dev-lang/perl #267411 by Sergey Kondakov.
Package-Manager: portage-2.2_rc31/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'app-emulation/wine/wine-1.1.6.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.1.6.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.1.6.ebuild b/app-emulation/wine/wine-1.1.6.ebuild index 28001f4d07c1..b06a53f75e48 100644 --- a/app-emulation/wine/wine-1.1.6.ebuild +++ b/app-emulation/wine/wine-1.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.6.ebuild,v 1.3 2008/12/05 18:13:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.6.ebuild,v 1.4 2009/04/27 05:59:22 vapier Exp $ EAPI="1" @@ -29,6 +29,8 @@ RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 media-fonts/corefonts + dev-lang/perl + dev-perl/XML-Simple ncurses? ( >=sys-libs/ncurses-5.2 ) jack? ( media-sound/jack-audio-connection-kit ) dbus? ( sys-apps/dbus ) |