diff options
Diffstat (limited to 'app-emulation/mol/mol-0.9.70_rc2.ebuild')
-rw-r--r-- | app-emulation/mol/mol-0.9.70_rc2.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app-emulation/mol/mol-0.9.70_rc2.ebuild b/app-emulation/mol/mol-0.9.70_rc2.ebuild index 90f24a94aec7..618bf304a8d2 100644 --- a/app-emulation/mol/mol-0.9.70_rc2.ebuild +++ b/app-emulation/mol/mol-0.9.70_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.70_rc2.ebuild,v 1.1 2004/01/26 04:12:06 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.70_rc2.ebuild,v 1.2 2004/01/30 02:23:45 pylon Exp $ inherit flag-o-matic @@ -20,6 +20,13 @@ LICENSE="GPL-2" KEYWORDS="~ppc ~ppc64 -x86 -sparc -alpha -mips" IUSE="alsa oss debug fbcon X oldworld" +pkg_setup() { + echo + einfo "If you want to use MOL fullscreen on a virtual console" + einfo "be sure to have the USE-flag \"fbcon\" set!" + echo +} + src_unpack() { unpack ${A} |