diff options
author | Tom Gall <tgall@gentoo.org> | 2004-03-10 02:45:14 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-03-10 02:45:14 +0000 |
commit | 2e8ec2c713f1f4b4d06284566b3e0219858f009a (patch) | |
tree | 4bd495ed62a98585599d8bbd4f2eb9621301ef1c /media-sound/alsa-utils/alsa-utils-1.0.2.ebuild | |
parent | removed ppc64 -- it's not ready yet! (Manifest recommit) (diff) | |
download | gentoo-2-2e8ec2c713f1f4b4d06284566b3e0219858f009a.tar.gz gentoo-2-2e8ec2c713f1f4b4d06284566b3e0219858f009a.tar.bz2 gentoo-2-2e8ec2c713f1f4b4d06284566b3e0219858f009a.zip |
removed ppc64, we're not ready yet
Diffstat (limited to 'media-sound/alsa-utils/alsa-utils-1.0.2.ebuild')
-rw-r--r-- | media-sound/alsa-utils/alsa-utils-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/alsa-utils/alsa-utils-1.0.2.ebuild b/media-sound/alsa-utils/alsa-utils-1.0.2.ebuild index e9240205d6ff..17553763bc4b 100644 --- a/media-sound/alsa-utils/alsa-utils-1.0.2.ebuild +++ b/media-sound/alsa-utils/alsa-utils-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.2.ebuild,v 1.3 2004/03/01 08:47:29 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.2.ebuild,v 1.4 2004/03/10 02:45:14 tgall Exp $ DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)" HOMEPAGE="http://www.alsa-project.org/" @@ -9,7 +9,7 @@ DEPEND=">=sys-libs/ncurses-5.1 SLOT="0.9" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~amd64 ~ppc64" +KEYWORDS="~x86 ~ppc ~amd64" MY_P=${P/_rc/rc} #SRC_URI="ftp://ftp.alsa-project.org/pub/utils/${MY_P}.tar.bz2" |