diff options
Diffstat (limited to 'media-libs/alsa-lib')
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.5.10b.ebuild | 4 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.9.0_rc1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.9.0_rc2.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/alsa-lib/alsa-lib-0.5.10b.ebuild b/media-libs/alsa-lib/alsa-lib-0.5.10b.ebuild index f38182ad2307..2a88b9459bae 100644 --- a/media-libs/alsa-lib/alsa-lib-0.5.10b.ebuild +++ b/media-libs/alsa-lib/alsa-lib-0.5.10b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.5.10b.ebuild,v 1.4 2002/08/01 11:59:02 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.5.10b.ebuild,v 1.5 2002/08/14 13:08:09 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="Advanced Linux Sound Architecture / Library" @@ -12,7 +12,7 @@ RDEPEND="virtual/glibc" SLOT="0" LICENSE="GPL" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_compile() { diff --git a/media-libs/alsa-lib/alsa-lib-0.9.0_rc1.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.0_rc1.ebuild index 1a795a217363..2a7cb48fc18a 100644 --- a/media-libs/alsa-lib/alsa-lib-0.9.0_rc1.ebuild +++ b/media-libs/alsa-lib/alsa-lib-0.9.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.9.0_rc1.ebuild,v 1.5 2002/08/01 11:59:02 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.9.0_rc1.ebuild,v 1.6 2002/08/14 13:08:09 murphy Exp $ DESCRIPTION="Advanced Linux Sound Architecture Library" HOMEPAGE="http://www.alsa-project.org/" @@ -13,7 +13,7 @@ DEPEND="virtual/glibc SLOT="0" LICENSE="GPL" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_compile() { ./configure \ diff --git a/media-libs/alsa-lib/alsa-lib-0.9.0_rc2.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.0_rc2.ebuild index 030775fa448a..3a034b4376eb 100644 --- a/media-libs/alsa-lib/alsa-lib-0.9.0_rc2.ebuild +++ b/media-libs/alsa-lib/alsa-lib-0.9.0_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.9.0_rc2.ebuild,v 1.5 2002/08/01 11:59:02 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.9.0_rc2.ebuild,v 1.6 2002/08/14 13:08:09 murphy Exp $ MY_P=${P/_rc/rc} S=${WORKDIR}/${MY_P} @@ -14,7 +14,7 @@ DEPEND="virtual/glibc SLOT="0" LICENSE="GPL" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc sparc sparc64" src_compile() { ./configure \ |