diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2003-04-24 22:09:19 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2003-04-24 22:09:19 +0000 |
commit | 94ba73142df6344a8d1601f8c2126a7ef5736143 (patch) | |
tree | d39453ca8828eb06ea67795e5cacb786483b6660 /media-libs/alsa-lib | |
parent | Removed /usr/usr/share. closes #19758. (diff) | |
download | historical-94ba73142df6344a8d1601f8c2126a7ef5736143.tar.gz historical-94ba73142df6344a8d1601f8c2126a7ef5736143.tar.bz2 historical-94ba73142df6344a8d1601f8c2126a7ef5736143.zip |
Forcing latest stable versions of autoconf and automake.
Closes #19600.
Diffstat (limited to 'media-libs/alsa-lib')
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.9.2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-libs/alsa-lib/alsa-lib-0.9.2.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.2.ebuild index ac8584cd57a7..daa7a819d6af 100644 --- a/media-libs/alsa-lib/alsa-lib-0.9.2.ebuild +++ b/media-libs/alsa-lib/alsa-lib-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.9.2.ebuild,v 1.2 2003/04/15 20:07:40 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.9.2.ebuild,v 1.3 2003/04/24 22:09:19 agenkin Exp $ inherit libtool @@ -11,7 +11,9 @@ SLOT="0" KEYWORDS="x86 ~ppc ~alpha" LICENSE="GPL-2 LGPL-2.1" -DEPEND="virtual/glibc" +DEPEND="virtual/glibc + >=sys-devel/automake-1.7.2 + >=sys-devel/autoconf-2.57-r1" SRC_URI="ftp://ftp.alsa-project.org/pub/lib/${P}.tar.bz2" S=${WORKDIR}/${P} |