diff options
author | Jon Nall <nall@gentoo.org> | 2003-02-19 04:01:32 +0000 |
---|---|---|
committer | Jon Nall <nall@gentoo.org> | 2003-02-19 04:01:32 +0000 |
commit | 1ba613e5f241dbf3b77e6888dc13e63fa7e349eb (patch) | |
tree | 3855f37d93b56d3343b0ea2507a34607d6f4a340 /media-plugins | |
parent | cleanup distcc directory and add 1.1-r11 ebuild (the saga continues) (diff) | |
download | gentoo-2-1ba613e5f241dbf3b77e6888dc13e63fa7e349eb.tar.gz gentoo-2-1ba613e5f241dbf3b77e6888dc13e63fa7e349eb.tar.bz2 gentoo-2-1ba613e5f241dbf3b77e6888dc13e63fa7e349eb.zip |
works fine on ppc
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/xmms-nas/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/xmms-nas/xmms-nas-0.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-plugins/xmms-nas/ChangeLog b/media-plugins/xmms-nas/ChangeLog index 8364bab49bf5..8102c432a838 100644 --- a/media-plugins/xmms-nas/ChangeLog +++ b/media-plugins/xmms-nas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/xmms-nas # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-nas/ChangeLog,v 1.3 2003/02/12 07:22:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-nas/ChangeLog,v 1.4 2003/02/19 04:01:32 nall Exp $ + + 18 Feb 2003; Jon Nall <nall@gentoo.org> xmms-nas-0.2-r1.ebuild : + marking as ~ppc. it seems any endian issues were on the nas end. + this works fine with nas-1.6 Nov 28 2002; Mark Guertin <gerk@gentoo.org> xmms-nas-0.2-r1.ebuild: set -ppc in keywords, outputs nothing but static, seems like diff --git a/media-plugins/xmms-nas/xmms-nas-0.2-r1.ebuild b/media-plugins/xmms-nas/xmms-nas-0.2-r1.ebuild index fc69c90ff14e..10c24f864e54 100644 --- a/media-plugins/xmms-nas/xmms-nas-0.2-r1.ebuild +++ b/media-plugins/xmms-nas/xmms-nas-0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-nas/xmms-nas-0.2-r1.ebuild,v 1.4 2003/02/13 13:04:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-nas/xmms-nas-0.2-r1.ebuild,v 1.5 2003/02/19 04:01:32 nall Exp $ S=${WORKDIR}/${P} DESCRIPTION="A xmms plugin for NAS" @@ -11,7 +11,7 @@ DEPEND="media-sound/xmms media-libs/nas" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 -ppc" +KEYWORDS="x86 ~ppc" src_compile() { econf || die |