summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-13 14:34:12 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-13 14:34:12 +0000
commit8233851e72ec38bcbbf95054990414e238f0557a (patch)
treec4e89c9730fe60f956c38a96831c8d03d80567bc /app-portage
parentQA: Use full atoms for best_version, has_version and built_with_use queries. (diff)
downloadgentoo-2-8233851e72ec38bcbbf95054990414e238f0557a.tar.gz
gentoo-2-8233851e72ec38bcbbf95054990414e238f0557a.tar.bz2
gentoo-2-8233851e72ec38bcbbf95054990414e238f0557a.zip
QA: Use full atoms for best_version, has_version and built_with_use queries.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/esearch/esearch-0.7.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/esearch/esearch-0.7.1.ebuild b/app-portage/esearch/esearch-0.7.1.ebuild
index 9e4db954f78a..ad479bcfe71e 100644
--- a/app-portage/esearch/esearch-0.7.1.ebuild
+++ b/app-portage/esearch/esearch-0.7.1.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/app-portage/esearch/esearch-0.7.1.ebuild,v 1.2 2005/06/18 00:59:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-0.7.1.ebuild,v 1.3 2005/07/13 14:29:50 swegener Exp $
inherit eutils
@@ -17,7 +17,7 @@ RDEPEND=">=dev-lang/python-2.2
>=sys-apps/portage-2.0.50"
pkg_setup() {
- if ! built_with_use python readline ; then
+ if ! built_with_use dev-lang/python readline ; then
eerror "Python has to be build with 'readline' support!"
eerror "To do so: USE=\"readline\" emerge python"
eerror "Or, add \"readline\" to your USE string in"