diff options
author | Jason Wever <weeve@gentoo.org> | 2004-04-13 04:39:12 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-04-13 04:39:12 +0000 |
commit | 079b2622e83fd2eedf195c6a74f2bf16ce796038 (patch) | |
tree | 992c2d271c6ebb0f25820f57a497e9179c35b452 /media-sound/sidplay | |
parent | Restore ChangeLog. Somehow I managed to erase most of it on version 1.315. (M... (diff) | |
download | gentoo-2-079b2622e83fd2eedf195c6a74f2bf16ce796038.tar.gz gentoo-2-079b2622e83fd2eedf195c6a74f2bf16ce796038.tar.bz2 gentoo-2-079b2622e83fd2eedf195c6a74f2bf16ce796038.zip |
Added ~sparc keyword.
Diffstat (limited to 'media-sound/sidplay')
-rw-r--r-- | media-sound/sidplay/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/sidplay/sidplay-2.0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/sidplay/ChangeLog b/media-sound/sidplay/ChangeLog index 88a89e8c31cb..c5f1b3f7fd81 100644 --- a/media-sound/sidplay/ChangeLog +++ b/media-sound/sidplay/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/sidplay # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplay/ChangeLog,v 1.4 2004/03/19 08:30:14 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplay/ChangeLog,v 1.5 2004/04/13 04:39:12 weeve Exp $ + + 12 Apr 2004; Jason Wever <weeve@gentoo.org> sidplay-2.0.8.ebuild: + Added ~sparc keyword. 19 Mar 2004; David Holm <dholm@gentoo.org> sidplay-2.0.8.ebuild: Added to ~ppc. diff --git a/media-sound/sidplay/sidplay-2.0.8.ebuild b/media-sound/sidplay/sidplay-2.0.8.ebuild index 104d5fb1b080..50617333144d 100644 --- a/media-sound/sidplay/sidplay-2.0.8.ebuild +++ b/media-sound/sidplay/sidplay-2.0.8.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/sidplay/sidplay-2.0.8.ebuild,v 1.4 2004/03/19 08:30:14 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sidplay/sidplay-2.0.8.ebuild,v 1.5 2004/04/13 04:39:12 weeve Exp $ S=${WORKDIR}/${P} DESCRIPTION="C64 SID player" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/sidplay2/${P}.tar.gz" IUSE="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc ~sparc" DEPEND="virtual/glibc >=media-libs/sidplay-libs-2.1.0" |