diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-05-02 22:25:46 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-05-02 22:25:46 +0000 |
commit | 72b004ea59c7f6d2dafdc2585a42feb6a0484fc3 (patch) | |
tree | 2f233bbd357ad6ccfd5fd14942b57ede1e95d745 /dev-util/documancer | |
parent | use full atoms for built_with_use (diff) | |
download | gentoo-2-72b004ea59c7f6d2dafdc2585a42feb6a0484fc3.tar.gz gentoo-2-72b004ea59c7f6d2dafdc2585a42feb6a0484fc3.tar.bz2 gentoo-2-72b004ea59c7f6d2dafdc2585a42feb6a0484fc3.zip |
use full atoms for built_with_use
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'dev-util/documancer')
-rw-r--r-- | dev-util/documancer/documancer-0.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/documancer/documancer-0.2.6.ebuild b/dev-util/documancer/documancer-0.2.6.ebuild index c198495c5822..447ddb5841a9 100644 --- a/dev-util/documancer/documancer-0.2.6.ebuild +++ b/dev-util/documancer/documancer-0.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/documancer-0.2.6.ebuild,v 1.3 2006/05/02 00:22:52 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/documancer-0.2.6.ebuild,v 1.4 2006/05/02 22:25:46 swegener Exp $ inherit eutils @@ -25,7 +25,7 @@ RDEPEND=">=x11-libs/wxmozilla-0.5.6 pkg_setup () { # Note: can't use "python_mod_exists wxPython.mozilla" here because # it doesn't work (some strange import stuff in wxPython) - if ! built_with_use wxmozilla python; then + if ! built_with_use x11-libs/wxmozilla python; then eerror "you need wxmozilla compiled with Python module:" eerror "echo \"x11-libs/wxmozilla python\" >> /etc/portage/package.use" eerror "and then emerge wxmozilla" |