diff options
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/kstreamripper/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/kstreamripper/kstreamripper-0.2.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-sound/kstreamripper/ChangeLog b/media-sound/kstreamripper/ChangeLog index 6288dd4b8da3..d1a444e74c93 100644 --- a/media-sound/kstreamripper/ChangeLog +++ b/media-sound/kstreamripper/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/kstreamripper # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/ChangeLog,v 1.4 2004/10/17 09:50:50 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/ChangeLog,v 1.5 2004/11/01 19:56:58 corsair Exp $ + + 01 Nov 2004; Markus Rothe <corsair@gentoo.org> + + kstreamripper-0.2.ebuild: + Marked ~ppc64; bug #64640 17 Oct 2004; David Holm <dholm@gentoo.org> kstreamripper-0.2.ebuild: Added to ~ppc. diff --git a/media-sound/kstreamripper/kstreamripper-0.2.ebuild b/media-sound/kstreamripper/kstreamripper-0.2.ebuild index a18f0e684c17..c4a8f082daaa 100644 --- a/media-sound/kstreamripper/kstreamripper-0.2.ebuild +++ b/media-sound/kstreamripper/kstreamripper-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/kstreamripper-0.2.ebuild,v 1.3 2004/10/17 09:50:50 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/kstreamripper-0.2.ebuild,v 1.4 2004/11/01 19:56:58 corsair Exp $ IUSE="" @@ -12,6 +12,6 @@ DESCRIPTION="KStreamripper - a nice KDE3 frontend to media-sound/streamripper" HOMEPAGE="http://developer.berlios.de/projects/kstreamripper/" SRC_URI="http://www.tuxipuxi.de/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~x86 ~amd64 ~ppc ~ppc64" SLOT="0" DEPEND=">=media-sound/streamripper-1.32-r2" |