diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-20 21:50:17 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-20 21:50:17 +0000 |
commit | 0051f9d864f8231bcfc335434e916eac8f7df7ec (patch) | |
tree | 3de0c2be07c32510410fdb804a29c832ee8f6be8 /sci-libs | |
parent | Add patch to fix building with --as-needed for bug #206746. (diff) | |
download | gentoo-2-0051f9d864f8231bcfc335434e916eac8f7df7ec.tar.gz gentoo-2-0051f9d864f8231bcfc335434e916eac8f7df7ec.tar.bz2 gentoo-2-0051f9d864f8231bcfc335434e916eac8f7df7ec.zip |
inherit eutils for epatch.
(Portage version: 2.1.4)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/ta-lib/ta-lib-0.4.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-libs/ta-lib/ta-lib-0.4.0.ebuild b/sci-libs/ta-lib/ta-lib-0.4.0.ebuild index da339710891e..75a4b9b83d9d 100644 --- a/sci-libs/ta-lib/ta-lib-0.4.0.ebuild +++ b/sci-libs/ta-lib/ta-lib-0.4.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ta-lib/ta-lib-0.4.0.ebuild,v 1.3 2008/01/20 21:38:59 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ta-lib/ta-lib-0.4.0.ebuild,v 1.4 2008/01/20 21:50:17 drac Exp $ + +inherit eutils DESCRIPTION="Technical Analysis Library for analyzing financial markets trends" HOMEPAGE="http://www.ta-lib.org" @@ -19,7 +21,6 @@ S=${WORKDIR}/${PN} src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${P}-asneeded.patch } |