diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-03-10 00:34:07 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-03-10 00:34:07 +0000 |
commit | 946bfc184b8325274d3cf6c41606488b8db4de60 (patch) | |
tree | e0b7a526ae9a35032e340b9cd13f40e8a68ed437 /dev-util/ltrace/ltrace-0.4.ebuild | |
parent | Remove old version. (diff) | |
download | gentoo-2-946bfc184b8325274d3cf6c41606488b8db4de60.tar.gz gentoo-2-946bfc184b8325274d3cf6c41606488b8db4de60.tar.bz2 gentoo-2-946bfc184b8325274d3cf6c41606488b8db4de60.zip |
Apply patch from Josef Reidinger <queen.killer@seznam.cz> to fix QA Notice and don't move the cross-compile applying only to this revision bump. Fixes bug #166856.
(Portage version: 2.1.2.1-r1)
Diffstat (limited to 'dev-util/ltrace/ltrace-0.4.ebuild')
-rw-r--r-- | dev-util/ltrace/ltrace-0.4.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-util/ltrace/ltrace-0.4.ebuild b/dev-util/ltrace/ltrace-0.4.ebuild index 05fa4cdaca54..8b0aea01eb88 100644 --- a/dev-util/ltrace/ltrace-0.4.ebuild +++ b/dev-util/ltrace/ltrace-0.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.4.ebuild,v 1.6 2007/03/10 00:26:19 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ltrace/ltrace-0.4.ebuild,v 1.7 2007/03/10 00:34:07 betelgeuse Exp $ -inherit eutils autotools +inherit eutils MY_P="${P/-/_}" DEB_P="${MY_P}-1" @@ -23,9 +23,6 @@ DEPEND="virtual/libc src_unpack() { unpack ${A} epatch "${WORKDIR}"/${DEB_P}.diff - cd "${S}" - epatch "${FILESDIR}/0.4-cross-compile.patch" - eautoconf } src_install() { |