diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-20 14:55:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-20 14:55:54 +0000 |
commit | 9db6e73ad3e94176b2817f50032494a2740d31ce (patch) | |
tree | 794ee405510951ddb048a8f80b3f495c44a2514e /app-emulation | |
parent | Version bump (diff) | |
download | gentoo-2-9db6e73ad3e94176b2817f50032494a2740d31ce.tar.gz gentoo-2-9db6e73ad3e94176b2817f50032494a2740d31ce.tar.bz2 gentoo-2-9db6e73ad3e94176b2817f50032494a2740d31ce.zip |
Fix by Robert Förster for scanner/win64 econf typos #255447.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.1.13.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index dea75228a6cb..aa2e11ce9664 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.240 2009/01/18 19:36:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.241 2009/01/20 14:55:54 vapier Exp $ + + 20 Jan 2009; Mike Frysinger <vapier@gentoo.org> wine-1.1.13.ebuild, + wine-9999.ebuild: + Fix by Robert Förster for scanner/win64 econf typos #255447. 18 Jan 2009; Mike Frysinger <vapier@gentoo.org> metadata.xml, wine-1.1.13.ebuild, wine-9999.ebuild: diff --git a/app-emulation/wine/wine-1.1.13.ebuild b/app-emulation/wine/wine-1.1.13.ebuild index be5d3ac0900c..0c227c10c13a 100644 --- a/app-emulation/wine/wine-1.1.13.ebuild +++ b/app-emulation/wine/wine-1.1.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild,v 1.2 2009/01/18 19:36:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.13.ebuild,v 1.3 2009/01/20 14:55:54 vapier Exp $ EAPI="2" @@ -104,9 +104,9 @@ src_compile() { $(use_with opengl) \ $(use_with oss) \ $(use_with png) \ - $(use_with sane scanner) \ + $(use_with scanner sane) \ $(use_with ssl openssl) \ - $(use_with win64) \ + $(use_enable win64) \ $(use_with X x) \ $(use_with xcomposite) \ $(use_with xinerama) \ diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index 2d7b6211ce71..ec9ce620c77b 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.27 2009/01/18 19:36:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.28 2009/01/20 14:55:54 vapier Exp $ EAPI="2" @@ -104,9 +104,9 @@ src_compile() { $(use_with opengl) \ $(use_with oss) \ $(use_with png) \ - $(use_with sane scanner) \ + $(use_with scanner sane) \ $(use_with ssl openssl) \ - $(use_with win64) \ + $(use_enable win64) \ $(use_with X x) \ $(use_with xcomposite) \ $(use_with xinerama) \ |