diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-28 00:41:48 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-28 00:41:48 +0000 |
commit | 3aedd23065660b3a54e3c73fa4ac172f3e585840 (patch) | |
tree | 4ea5d7b1535a248920fdbc68861a284e070aad15 /media-libs/libmusepack | |
parent | Add dbus 1.0 RC2 - aka dbus-core 0.94 (diff) | |
download | historical-3aedd23065660b3a54e3c73fa4ac172f3e585840.tar.gz historical-3aedd23065660b3a54e3c73fa4ac172f3e585840.tar.bz2 historical-3aedd23065660b3a54e3c73fa4ac172f3e585840.zip |
Add version dependencies of autotools. Thanks to Patrick Lauer in bug #153058.
Package-Manager: portage-2.1.2_pre3-r9
Diffstat (limited to 'media-libs/libmusepack')
-rw-r--r-- | media-libs/libmusepack/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libmusepack/libmusepack-1.1-r1.ebuild | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/media-libs/libmusepack/ChangeLog b/media-libs/libmusepack/ChangeLog index 26fdbd5f0dec..51c8cb05fa2a 100644 --- a/media-libs/libmusepack/ChangeLog +++ b/media-libs/libmusepack/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libmusepack # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmusepack/ChangeLog,v 1.14 2006/03/06 16:10:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmusepack/ChangeLog,v 1.15 2006/10/28 00:41:48 flameeyes Exp $ + + 28 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> + libmusepack-1.1-r1.ebuild: + Add version dependencies of autotools. Thanks to Patrick Lauer in bug #153058. 06 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> libmusepack-1.0.3.ebuild, libmusepack-1.1-r1.ebuild: diff --git a/media-libs/libmusepack/libmusepack-1.1-r1.ebuild b/media-libs/libmusepack/libmusepack-1.1-r1.ebuild index e1045a4a8bd9..fcf80eb6dccf 100644 --- a/media-libs/libmusepack/libmusepack-1.1-r1.ebuild +++ b/media-libs/libmusepack/libmusepack-1.1-r1.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmusepack/libmusepack-1.1-r1.ebuild,v 1.4 2006/03/06 16:10:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmusepack/libmusepack-1.1-r1.ebuild,v 1.5 2006/10/28 00:41:48 flameeyes Exp $ + +WANT_AUTOMAKE="latest" +WANT_AUTOCONF="latest" inherit autotools @@ -15,7 +18,7 @@ IUSE="" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" eautoreconf } |