summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-07-22 18:30:53 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-07-22 18:30:53 +0000
commit6f0a17ddf7cba78a572474c303c91b504b627fb6 (patch)
tree78dcc91cfdf5d0fccb2ea958633e1cd7ea254c53 /media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r51.ebuild
parentNew ebuild, imported from bug #28470, thanks to Rajat Vig , Matt Jorde and Ma... (diff)
downloadgentoo-2-6f0a17ddf7cba78a572474c303c91b504b627fb6.tar.gz
gentoo-2-6f0a17ddf7cba78a572474c303c91b504b627fb6.tar.bz2
gentoo-2-6f0a17ddf7cba78a572474c303c91b504b627fb6.zip
Properly rebuild autotools for .15 and .16; note that .16 requires automake 1.11.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r51.ebuild')
-rw-r--r--media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r51.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r51.ebuild b/media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r51.ebuild
index 33ffdb70046e..4e0fe2850b3d 100644
--- a/media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r51.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r51.ebuild
@@ -1,10 +1,12 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r51.ebuild,v 1.1 2009/07/16 14:00:05 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r51.ebuild,v 1.2 2009/07/22 18:30:53 flameeyes Exp $
EAPI=2
-inherit eutils libtool flag-o-matic
+WANT_AUTOMAKE=1.11
+
+inherit eutils libtool flag-o-matic autotools
MY_P=${P/_rc/-test}
@@ -77,6 +79,7 @@ pkg_setup() {
src_prepare() {
epatch "${FILESDIR}/${PN}-0.9.16-CVE-2009-1894.patch"
+ eautoreconf
elibtoolize
}