diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-22 06:40:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-22 06:40:02 +0000 |
commit | fc7febeb188885daab532ce19c9c996078b8888c (patch) | |
tree | 6028d25ef74d859ea8ff902c22e8f332b30f7f6d /media-libs | |
parent | hppa/ia64 stable (diff) | |
download | gentoo-2-fc7febeb188885daab532ce19c9c996078b8888c.tar.gz gentoo-2-fc7febeb188885daab532ce19c9c996078b8888c.tar.bz2 gentoo-2-fc7febeb188885daab532ce19c9c996078b8888c.zip |
ia64 stable
(Portage version: 2.0.51-r14)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.7.ebuild | 10 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.8_rc1.ebuild | 8 |
2 files changed, 7 insertions, 11 deletions
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.7.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.7.ebuild index 37a550ad2f99..aa30b757b99c 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.7.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.7.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.7.ebuild,v 1.6 2005/01/12 16:57:52 gmsoft Exp $ - -IUSE="static jack doc" +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.7.ebuild,v 1.7 2005/01/22 06:40:02 vapier Exp $ inherit libtool eutils @@ -10,13 +8,13 @@ DESCRIPTION="Advanced Linux Sound Architecture Library" HOMEPAGE="http://www.alsa-project.org/" SRC_URI="mirror://alsaproject/lib/${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="static jack doc" RDEPEND="virtual/alsa >=media-sound/alsa-headers-${PV}" - DEPEND="${RDEPEND} doc? ( >=app-doc/doxygen-1.2.6 )" diff --git a/media-libs/alsa-lib/alsa-lib-1.0.8_rc1.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.8_rc1.ebuild index c5fb0b878106..74379b007b95 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.8_rc1.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.8_rc1.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_rc1.ebuild,v 1.2 2005/01/03 20:40:03 eradicator Exp $ - -IUSE="static jack doc" +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.8_rc1.ebuild,v 1.3 2005/01/22 06:40:02 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" +SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="static jack doc" RDEPEND="virtual/alsa >=media-sound/alsa-headers-${PV}" - DEPEND="${RDEPEND} doc? ( >=app-doc/doxygen-1.2.6 )" |