diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-26 05:56:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-26 05:56:46 +0000 |
commit | 131f0c3efc6fa775868997be220257fa0968e165 (patch) | |
tree | 3928d7796e026803d939ba9e26a0e5b611a0aa6b /games-emulation | |
parent | Version bump. Closes bug #57873. (Manifest recommit) (diff) | |
download | gentoo-2-131f0c3efc6fa775868997be220257fa0968e165.tar.gz gentoo-2-131f0c3efc6fa775868997be220257fa0968e165.tar.bz2 gentoo-2-131f0c3efc6fa775868997be220257fa0968e165.zip |
add a warning for people using ati-drivers (bug #57188)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dosbox-cvs/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild | 10 |
2 files changed, 14 insertions, 2 deletions
diff --git a/games-emulation/dosbox-cvs/ChangeLog b/games-emulation/dosbox-cvs/ChangeLog index 15a582634a14..84ebb075e7d8 100644 --- a/games-emulation/dosbox-cvs/ChangeLog +++ b/games-emulation/dosbox-cvs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/dosbox-cvs # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/ChangeLog,v 1.8 2004/07/01 11:13:45 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/ChangeLog,v 1.9 2004/07/26 05:56:46 mr_bones_ Exp $ + + 25 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> + dosbox-cvs-20030809.ebuild: + add a warning for people using ati-drivers (bug #57188) 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> dosbox-cvs-20030809.ebuild: diff --git a/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild b/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild index 820a25797e34..4a87cd42c6c0 100644 --- a/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild +++ b/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild,v 1.9 2004/07/01 11:13:45 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild,v 1.10 2004/07/26 05:56:46 mr_bones_ Exp $ inherit games cvs @@ -45,3 +45,11 @@ src_install() { dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS prepgamesdirs } + +pkg_postinst() { + games_pkg_postinst + echo + einfo "If you're using ati-drivers, you may need to use output=overlay" + einfo "in the dosbox config file (see bug #57188)." + echo +} |