summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-09-09 13:11:05 +0000
committerSven Wegener <swegener@gentoo.org>2005-09-09 13:11:05 +0000
commit9ce29fb1b3f4875836e6e65308cdf690bfc641d4 (patch)
treeaf5fbaa8ea9a7678eb9e4e0ac28dba9c8221bd43 /media-gfx/splashutils
parentMark 0.12.1 stable on alpha (diff)
downloadgentoo-2-9ce29fb1b3f4875836e6e65308cdf690bfc641d4.tar.gz
gentoo-2-9ce29fb1b3f4875836e6e65308cdf690bfc641d4.tar.bz2
gentoo-2-9ce29fb1b3f4875836e6e65308cdf690bfc641d4.zip
use full atom for built_with_use
(Portage version: 2.0.52-r1)
Diffstat (limited to 'media-gfx/splashutils')
-rw-r--r--media-gfx/splashutils/splashutils-1.1.9.9-r1.ebuild4
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