summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-11-14 18:47:22 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-11-14 18:47:22 +0000
commit4f7f7bb0a0cb5d4fc52559a87990420fb541d77e (patch)
tree79b735a03608ab0a64ea2268b039d596d31ed384 /dev-python/pylint/pylint-0.18.1-r1.ebuild
parent"html" USE flag has been deleted. (diff)
downloadgentoo-2-4f7f7bb0a0cb5d4fc52559a87990420fb541d77e.tar.gz
gentoo-2-4f7f7bb0a0cb5d4fc52559a87990420fb541d77e.tar.bz2
gentoo-2-4f7f7bb0a0cb5d4fc52559a87990420fb541d77e.zip
Don't use built_with_use().
(Portage version: 14820-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pylint/pylint-0.18.1-r1.ebuild')
-rw-r--r--dev-python/pylint/pylint-0.18.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pylint/pylint-0.18.1-r1.ebuild b/dev-python/pylint/pylint-0.18.1-r1.ebuild
index e4930dc93271..75736cd5206c 100644
--- a/dev-python/pylint/pylint-0.18.1-r1.ebuild
+++ b/dev-python/pylint/pylint-0.18.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.18.1-r1.ebuild,v 1.4 2009/10/15 08:41:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.18.1-r1.ebuild,v 1.5 2009/11/14 18:47:22 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -76,7 +76,7 @@ src_install() {
pkg_postinst() {
distutils_pkg_postinst
- if ! built_with_use dev-lang/python tk; then
+ if ! has_version dev-lang/python[tk]; then
ewarn "dev-lang/python has been built without tk support,"
ewarn "${PN}-gui doesn't work without Tkinter so if you really need it"
ewarn "re-install dev-lang/python with tk useflag enabled."