diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-01 16:26:03 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-01 16:26:03 +0000 |
commit | b8a3e275af2d6e3b92cb89b1f78a0089eea2cb09 (patch) | |
tree | c9b90d48e80e576c0830caa4d467b69921bff311 | |
parent | Call epatch_user wrt #468162 by Doug Goldstein (diff) | |
download | gentoo-2-b8a3e275af2d6e3b92cb89b1f78a0089eea2cb09.tar.gz gentoo-2-b8a3e275af2d6e3b92cb89b1f78a0089eea2cb09.tar.bz2 gentoo-2-b8a3e275af2d6e3b92cb89b1f78a0089eea2cb09.zip |
Call epatch_user wrt #468162 by Doug Goldstein
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
-rw-r--r-- | media-libs/alsa-lib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.27.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index a7e4298978f1..b35c25a63395 100644 --- a/media-libs/alsa-lib/ChangeLog +++ b/media-libs/alsa-lib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/alsa-lib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.351 2013/05/01 12:13:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.352 2013/05/01 16:26:03 ssuominen Exp $ + + 01 May 2013; Samuli Suominen <ssuominen@gentoo.org> alsa-lib-1.0.27.ebuild: + Call epatch_user wrt #468162 by Doug Goldstein 01 May 2013; Samuli Suominen <ssuominen@gentoo.org> -alsa-lib-1.0.24.1.ebuild, -alsa-lib-1.0.25-r1.ebuild, diff --git a/media-libs/alsa-lib/alsa-lib-1.0.27.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.27.ebuild index 075bf0662a68..b2106812add5 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.27.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.27.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.27.ebuild,v 1.1 2013/05/01 11:52:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.27.ebuild,v 1.2 2013/05/01 16:26:03 ssuominen Exp $ EAPI=5 @@ -29,6 +29,9 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}"/1.0.25-extraneous-cflags.diff sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in || die #466980 + + epatch_user + eautoreconf # if eautoreconf'd with recent autoconf, then epunt_cxx is # unncessary wrt #460974 |