diff options
author | Hanno Böck <hanno@gentoo.org> | 2007-10-09 17:47:16 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2007-10-09 17:47:16 +0000 |
commit | f131f77d889ebbbc210975967164d5e9160961cd (patch) | |
tree | 37a2b61b4f1ca6ac6e3c45690ea138ea3ea3bd5b /app-misc/ktoblzcheck | |
parent | alpha/sparc stable wrt #195112 (diff) | |
download | gentoo-2-f131f77d889ebbbc210975967164d5e9160961cd.tar.gz gentoo-2-f131f77d889ebbbc210975967164d5e9160961cd.tar.bz2 gentoo-2-f131f77d889ebbbc210975967164d5e9160961cd.zip |
ctypes is part of python2.5, so we don't need an additional ctypes dep
(Portage version: 2.1.3.12)
Diffstat (limited to 'app-misc/ktoblzcheck')
-rw-r--r-- | app-misc/ktoblzcheck/ktoblzcheck-1.14.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-misc/ktoblzcheck/ktoblzcheck-1.14.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.14.ebuild index 4be46b3c049d..f8882b712131 100644 --- a/app-misc/ktoblzcheck/ktoblzcheck-1.14.ebuild +++ b/app-misc/ktoblzcheck/ktoblzcheck-1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-1.14.ebuild,v 1.4 2007/09/21 13:24:45 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-1.14.ebuild,v 1.5 2007/10/09 17:47:16 hanno Exp $ DESCRIPTION="Library to check account numbers and bank codes of German banks" HOMEPAGE="http://ktoblzcheck.sourceforge.net/" @@ -14,7 +14,8 @@ IUSE="python" DEPEND="sys-apps/gawk sys-apps/grep sys-devel/libtool - python? ( dev-python/ctypes )" + python? ( || ( dev-python/ctypes >=dev-lang/python-2.5 ) )" + src_compile() { econf `use_enable python` || die |