diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-24 10:01:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-24 10:01:44 +0000 |
commit | fc86515ab0d1f5910a7769eed81417b79634be0b (patch) | |
tree | 533e2eb9406068db81ac8c2546d42d167c71a0e2 /media-libs | |
parent | ad media-libs/jepg to dep (diff) | |
download | gentoo-2-fc86515ab0d1f5910a7769eed81417b79634be0b.tar.gz gentoo-2-fc86515ab0d1f5910a7769eed81417b79634be0b.tar.bz2 gentoo-2-fc86515ab0d1f5910a7769eed81417b79634be0b.zip |
ia64 stable #89547
(Portage version: 2.0.51.20)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.8.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.8.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.8.ebuild index 97edb491fde3..f09a7b91ccd8 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.8.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.8.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2005 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.8.ebuild,v 1.9 2005/03/29 18:50:23 corsair Exp $ - -IUSE="jack doc" +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.8.ebuild,v 1.10 2005/04/24 10:01:38 vapier Exp $ inherit eutils @@ -13,13 +11,13 @@ DESCRIPTION="Advanced Linux Sound Architecture Library" HOMEPAGE="http://www.alsa-project.org/" SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2" -SLOT="0" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 sparc x86" +SLOT="0" +KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" +IUSE="jack doc" RDEPEND="virtual/alsa >=media-sound/alsa-headers-${PV}" - DEPEND="${RDEPEND} doc? ( >=app-doc/doxygen-1.2.6 )" |