diff options
-rw-r--r-- | app-arch/unace/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/unace/unace-1.2b-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/resid/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/resid/resid-0.13-r1.ebuild | 6 |
4 files changed, 14 insertions, 8 deletions
diff --git a/app-arch/unace/ChangeLog b/app-arch/unace/ChangeLog index a0e0f9582f10..c912a8b8bc51 100644 --- a/app-arch/unace/ChangeLog +++ b/app-arch/unace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/unace # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unace/ChangeLog,v 1.20 2005/02/28 15:36:38 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unace/ChangeLog,v 1.21 2005/03/11 13:32:36 dholm Exp $ + + 11 Mar 2005; David Holm <dholm@gentoo.org> unace-1.2b-r1.ebuild: + Added to ~ppc. 28 Feb 2005; <solar@gentoo.org> -unace-1.2b.ebuild, -unace-2.2.ebuild: - removed vuln versions diff --git a/app-arch/unace/unace-1.2b-r1.ebuild b/app-arch/unace/unace-1.2b-r1.ebuild index 1a828d9aa118..f277abca3de0 100644 --- a/app-arch/unace/unace-1.2b-r1.ebuild +++ b/app-arch/unace/unace-1.2b-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unace/unace-1.2b-r1.ebuild,v 1.3 2005/02/28 23:07:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unace/unace-1.2b-r1.ebuild,v 1.4 2005/03/11 13:32:36 dholm Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://wilma.vub.ac.be/~pdewacht/${P}.tar.gz" LICENSE="freedist" SLOT="1" -KEYWORDS="amd64 x86 s390" +KEYWORDS="amd64 x86 s390 ~ppc" IUSE="" DEPEND="virtual/libc" diff --git a/media-libs/resid/ChangeLog b/media-libs/resid/ChangeLog index 0fd1c69f1f3e..dad4a0c6ffa9 100644 --- a/media-libs/resid/ChangeLog +++ b/media-libs/resid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/resid -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/resid/ChangeLog,v 1.9 2004/08/25 02:24:46 swegener Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/resid/ChangeLog,v 1.10 2005/03/11 13:37:23 dholm Exp $ + + 11 Mar 2005; David Holm <dholm@gentoo.org> resid-0.13-r1.ebuild: + Added to ~ppc. 25 Aug 2004; Sven Wegener <swegener@gentoo.org> resid-0.13-r1.ebuild, resid-0.13.ebuild: diff --git a/media-libs/resid/resid-0.13-r1.ebuild b/media-libs/resid/resid-0.13-r1.ebuild index 233af5d3b2d0..b7d8527630e1 100644 --- a/media-libs/resid/resid-0.13-r1.ebuild +++ b/media-libs/resid/resid-0.13-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/resid/resid-0.13-r1.ebuild,v 1.10 2004/08/25 02:24:46 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/resid/resid-0.13-r1.ebuild,v 1.11 2005/03/11 13:37:23 dholm Exp $ DESCRIPTION="C++ library to emulate the C64 SID chip" HOMEPAGE="http://sidplay2.sourceforge.net" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/sidplay2/${P}-p1.tgz" LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="x86 sparc" +KEYWORDS="x86 sparc ~ppc" DEPEND="virtual/libc" src_compile() { |