diff options
-rw-r--r-- | app-misc/ktoblzcheck/ktoblzcheck-1.14.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-misc/ktoblzcheck/ktoblzcheck-1.14.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.14.ebuild index f8882b712131..7c749d920647 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.5 2007/10/09 17:47:16 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-1.14.ebuild,v 1.6 2007/10/12 16:27:57 mr_bones_ Exp $ DESCRIPTION="Library to check account numbers and bank codes of German banks" HOMEPAGE="http://ktoblzcheck.sourceforge.net/" @@ -16,7 +16,6 @@ DEPEND="sys-apps/gawk sys-devel/libtool python? ( || ( dev-python/ctypes >=dev-lang/python-2.5 ) )" - src_compile() { econf `use_enable python` || die emake || die |