diff options
Diffstat (limited to 'media-gfx/splashutils/splashutils-1.4.1.ebuild')
-rw-r--r-- | media-gfx/splashutils/splashutils-1.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/splashutils/splashutils-1.4.1.ebuild b/media-gfx/splashutils/splashutils-1.4.1.ebuild index be028d52536d..b6f252438fb9 100644 --- a/media-gfx/splashutils/splashutils-1.4.1.ebuild +++ b/media-gfx/splashutils/splashutils-1.4.1.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/media-gfx/splashutils/splashutils-1.4.1.ebuild,v 1.5 2007/05/07 19:24:05 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.4.1.ebuild,v 1.6 2007/07/16 22:21:56 spock Exp $ inherit eutils multilib toolchain-funcs @@ -77,7 +77,7 @@ src_unpack() { ewarn "without fbsplash support (ie. verbose mode will not work)." fi - if has_version sys-libs/glibc && ! built_with_use sys-libs/glibc nptl ; then + if has_version sys-libs/glibc && ! built_with_use --missing true sys-libs/glibc nptl ; then eerror "Your sys-libs/glibc has been built with support for linuxthreads only." eerror "This package requires nptl to work correctly. Please recompile glibc" eerror "with the 'nptl' USE flag enabled." |