diff options
author | 2002-12-09 04:26:15 +0000 | |
---|---|---|
committer | 2002-12-09 04:26:15 +0000 | |
commit | 2481f6b1b84d0b0ce823ddacb8b4a94228b00d93 (patch) | |
tree | b6f748a4748381a30ff79be4cb1f9f27215c6b78 /media-libs/resid/resid-0.13.ebuild | |
parent | 12-08-02 Keyword remove sparc64 Rodney Rees manson@gentoo.org (diff) | |
download | gentoo-2-2481f6b1b84d0b0ce823ddacb8b4a94228b00d93.tar.gz gentoo-2-2481f6b1b84d0b0ce823ddacb8b4a94228b00d93.tar.bz2 gentoo-2-2481f6b1b84d0b0ce823ddacb8b4a94228b00d93.zip |
12-08-02 Keyword change remove sparc64 Rodney Rees manson@gentoo.org
Diffstat (limited to 'media-libs/resid/resid-0.13.ebuild')
-rw-r--r-- | media-libs/resid/resid-0.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/resid/resid-0.13.ebuild b/media-libs/resid/resid-0.13.ebuild index 958a67439f3b..f5f89a6e19fb 100644 --- a/media-libs/resid/resid-0.13.ebuild +++ b/media-libs/resid/resid-0.13.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/resid/resid-0.13.ebuild,v 1.3 2002/10/20 18:49:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/resid/resid-0.13.ebuild,v 1.4 2002/12/09 04:26:13 manson Exp $ DESCRIPTION="C++ library to emulate the C64 SID chip" HOMEPAGE="http://sidplay2.sourceforge.net" SRC_URI="http://unc.dl.sourceforge.net/sourceforge/sidplay2/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc " DEPEND="" S=${WORKDIR}/${P} |