diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-07 01:28:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-07 01:28:23 +0000 |
commit | 5ed86682e49b90be97f58fccc4bd165e621ce919 (patch) | |
tree | 31b77613237ff578deee5a20777e550d15d9d625 /app-emulation/wine/wine-0.9.32.ebuild | |
parent | Add ~amd64 wrt bug #169049. (diff) | |
download | gentoo-2-5ed86682e49b90be97f58fccc4bd165e621ce919.tar.gz gentoo-2-5ed86682e49b90be97f58fccc4bd165e621ce919.tar.bz2 gentoo-2-5ed86682e49b90be97f58fccc4bd165e621ce919.zip |
remove lcms/lcms.h check as the lcms package no longer installs into the lcms subdir ... we wont worry about lcms/lcms.h autodetection as no Gentoo-supported lcms package installs like that #169408
(Portage version: 2.1.2-r14)
Diffstat (limited to 'app-emulation/wine/wine-0.9.32.ebuild')
-rw-r--r-- | app-emulation/wine/wine-0.9.32.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/wine/wine-0.9.32.ebuild b/app-emulation/wine/wine-0.9.32.ebuild index d3dc95d276df..f388353f066b 100644 --- a/app-emulation/wine/wine-0.9.32.ebuild +++ b/app-emulation/wine/wine-0.9.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.32.ebuild,v 1.2 2007/03/04 20:45:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.32.ebuild,v 1.3 2007/03/07 01:28:23 vapier Exp $ inherit eutils flag-o-matic multilib @@ -89,7 +89,7 @@ src_compile() { config_cache hal hal/libhal.h config_cache jpeg jpeglib.h config_cache oss sys/soundcard.h machine/soundcard.h soundcard.h - config_cache lcms lcms.h lcms/lcms.h + config_cache lcms lcms.h strip-flags @@ -113,6 +113,6 @@ src_install() { } pkg_postinst() { - einfo "~/.wine/config is now deprecated. For configuration either use" - einfo "winecfg or regedit HKCU\\Software\\Wine" + elog "~/.wine/config is now deprecated. For configuration either use" + elog "winecfg or regedit HKCU\\Software\\Wine" } |