diff options
Diffstat (limited to 'media-gfx/splashutils/splashutils-1.1.9.9-r1.ebuild')
-rw-r--r-- | media-gfx/splashutils/splashutils-1.1.9.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/splashutils/splashutils-1.1.9.9-r1.ebuild b/media-gfx/splashutils/splashutils-1.1.9.9-r1.ebuild index 4bc814e35dc4..14c947df14a1 100644 --- a/media-gfx/splashutils/splashutils-1.1.9.9-r1.ebuild +++ b/media-gfx/splashutils/splashutils-1.1.9.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.1.9.9-r1.ebuild,v 1.3 2005/09/09 11:33:50 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.1.9.9-r1.ebuild,v 1.4 2005/09/09 13:11:05 swegener Exp $ inherit eutils multilib linux-mod @@ -96,7 +96,7 @@ src_unpack() { spl_conf yes CONFIG_FBSPLASH fi - if built_with_use gcc vanilla ; then + if built_with_use sys-devel/gcc vanilla ; then ewarn "Your GCC was built with the 'vanilla' flag set. If you can't compile" ewarn "splashutils, you're on your own, as this configuration is not supported." else |