diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-08-03 18:43:21 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-08-03 18:43:21 +0000 |
commit | 1e59cbf57cf29c99a41b5c9d5eedeb7e90baea16 (patch) | |
tree | c2d195ec88f04a298664620efd70b661546de5f1 /dev-python/xapwrap | |
parent | Stable on sparc (diff) | |
download | gentoo-2-1e59cbf57cf29c99a41b5c9d5eedeb7e90baea16.tar.gz gentoo-2-1e59cbf57cf29c99a41b5c9d5eedeb7e90baea16.tar.bz2 gentoo-2-1e59cbf57cf29c99a41b5c9d5eedeb7e90baea16.zip |
use full atoms for built_with_use
(Portage version: 2.1.1_pre4-r2)
Diffstat (limited to 'dev-python/xapwrap')
-rw-r--r-- | dev-python/xapwrap/xapwrap-0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/xapwrap/xapwrap-0.3.1.ebuild b/dev-python/xapwrap/xapwrap-0.3.1.ebuild index 036b5fdcf4b1..d39829651d94 100644 --- a/dev-python/xapwrap/xapwrap-0.3.1.ebuild +++ b/dev-python/xapwrap/xapwrap-0.3.1.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-python/xapwrap/xapwrap-0.3.1.ebuild,v 1.1 2006/05/05 16:18:01 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xapwrap/xapwrap-0.3.1.ebuild,v 1.2 2006/08/03 18:43:21 swegener Exp $ inherit distutils eutils @@ -23,7 +23,7 @@ DOCS="README NEWS.txt" pkg_setup() { - if ! built_with_use xapian-bindings python; then + if ! built_with_use dev-libs/xapian-bindings python; then eerror "Need xapian-bindings compiled with USE=python" die "Need xapian-bindings compiled with USE=python" fi |