diff options
-rw-r--r-- | net-im/psi/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/psi/psi-0.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/psi/ChangeLog b/net-im/psi/ChangeLog index 08945915355c..a9c6cd81d9aa 100644 --- a/net-im/psi/ChangeLog +++ b/net-im/psi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/psi # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.90 2006/06/18 18:52:19 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.91 2006/06/19 11:55:31 fmccor Exp $ + + 19 Jun 2006; Ferris McCormick <fmccor@gentoo.org> psi-0.10.ebuild: + Stable on sparc. Removing sparc from Bug #137181 list. 18 Jun 2006; Andrej Kacian <ticho@gentoo.org> psi-0.10.ebuild: Stable on x86. Bug #137181. diff --git a/net-im/psi/psi-0.10.ebuild b/net-im/psi/psi-0.10.ebuild index d020438e5850..63074c56d696 100644 --- a/net-im/psi/psi-0.10.ebuild +++ b/net-im/psi/psi-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.10.ebuild,v 1.5 2006/06/18 18:52:19 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.10.ebuild,v 1.6 2006/06/19 11:55:31 fmccor Exp $ inherit eutils qt3 @@ -51,7 +51,7 @@ SRC_URI="mirror://sourceforge/psi/${MY_P}.tar.bz2 SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~hppa ~ppc ppc64 ~sparc x86" +KEYWORDS="~amd64 ~hppa ~ppc ppc64 sparc x86" #After final relase we do not need this S="${WORKDIR}/${MY_P}" |