diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-06-17 07:06:36 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-06-17 07:06:36 +0000 |
commit | 1077404c552ad8c6799d75c4b0713d2cd4033242 (patch) | |
tree | 2ebaacc66477688fdb0ebe2006dee8a0dbb3fb47 /media-sound/lash | |
parent | Selecting boost version that has python IUSE. Bug #274358 (diff) | |
download | gentoo-2-1077404c552ad8c6799d75c4b0713d2cd4033242.tar.gz gentoo-2-1077404c552ad8c6799d75c4b0713d2cd4033242.tar.bz2 gentoo-2-1077404c552ad8c6799d75c4b0713d2cd4033242.zip |
move patching/elibtoolizing to src_prepare
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/lash')
-rw-r--r-- | media-sound/lash/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/lash/lash-0.5.4-r1.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/media-sound/lash/ChangeLog b/media-sound/lash/ChangeLog index 77fcf3d24951..b4e85ca4b56b 100644 --- a/media-sound/lash/ChangeLog +++ b/media-sound/lash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/lash # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.28 2009/06/17 07:04:42 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.29 2009/06/17 07:06:36 aballier Exp $ + + 17 Jun 2009; Alexis Ballier <aballier@gentoo.org> lash-0.5.4-r1.ebuild: + move patching/elibtoolizing to src_prepare 17 Jun 2009; Alexis Ballier <aballier@gentoo.org> -lash-0.5.1.ebuild, -lash-0.5.4.ebuild: diff --git a/media-sound/lash/lash-0.5.4-r1.ebuild b/media-sound/lash/lash-0.5.4-r1.ebuild index 370a786f99da..9e08d2f4d9ea 100644 --- a/media-sound/lash/lash-0.5.4-r1.ebuild +++ b/media-sound/lash/lash-0.5.4-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/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.7 2009/03/14 19:22:54 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.8 2009/06/17 07:06:36 aballier Exp $ EAPI=2 @@ -25,9 +25,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig python? ( >=dev-lang/swig-1.3.31 )" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}/${P}-glibc2.8.patch" elibtoolize } |