diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-01-01 01:22:22 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-01-01 01:22:22 +0000 |
commit | d76b162832a78a363765f1a4b068a32e0a63d6f6 (patch) | |
tree | 404c2d747e3c51a02547cabaecd6ce303d1b2ae6 /x11-plugins | |
parent | Apply whitespace checks from repoman to eclasses. (diff) | |
download | gentoo-2-d76b162832a78a363765f1a4b068a32e0a63d6f6.tar.gz gentoo-2-d76b162832a78a363765f1a4b068a32e0a63d6f6.tar.bz2 gentoo-2-d76b162832a78a363765f1a4b068a32e0a63d6f6.zip |
use full atoms for built_with_use
(Portage version: 2.0.53)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmhdplop/wmhdplop-0.9.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmhdplop/wmhdplop-0.9.7.ebuild b/x11-plugins/wmhdplop/wmhdplop-0.9.7.ebuild index 2808da2086ad..591d18acc092 100644 --- a/x11-plugins/wmhdplop/wmhdplop-0.9.7.ebuild +++ b/x11-plugins/wmhdplop/wmhdplop-0.9.7.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/x11-plugins/wmhdplop/wmhdplop-0.9.7.ebuild,v 1.4 2005/11/10 10:08:33 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmhdplop/wmhdplop-0.9.7.ebuild,v 1.5 2006/01/01 01:22:22 swegener Exp $ inherit eutils @@ -26,7 +26,7 @@ src_unpack() # Honour Gentoo CFLAGS, but retain some the package author chose himself epatch ${FILESDIR}/${PN}-cflags.patch - if ! built_with_use imlib2 X; then + if ! built_with_use media-libs/imlib2 X; then echo eerror "This package depends on media-libs/imlib2, which needs" eerror "to be compiled with 'X' USE flag enabled..." |