diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-06-18 18:52:19 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-06-18 18:52:19 +0000 |
commit | bfee527eea98f193afe064007f607ec0eab469f9 (patch) | |
tree | a6ad9a2bfa90566f8c4716ef394c93874870e159 /net-im | |
parent | Added ~ppc64; bug #137192 (diff) | |
download | gentoo-2-bfee527eea98f193afe064007f607ec0eab469f9.tar.gz gentoo-2-bfee527eea98f193afe064007f607ec0eab469f9.tar.bz2 gentoo-2-bfee527eea98f193afe064007f607ec0eab469f9.zip |
Stable on x86. Bug #137181.
(Portage version: 2.1.1_pre1)
Diffstat (limited to 'net-im')
-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 1419aab449e5..08945915355c 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.89 2006/06/18 17:43:07 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.90 2006/06/18 18:52:19 ticho Exp $ + + 18 Jun 2006; Andrej Kacian <ticho@gentoo.org> psi-0.10.ebuild: + Stable on x86. Bug #137181. 18 Jun 2006; Markus Rothe <corsair@gentoo.org> psi-0.10.ebuild: Stable on ppc64; bug #137181 diff --git a/net-im/psi/psi-0.10.ebuild b/net-im/psi/psi-0.10.ebuild index 2cfbdb7c1ae2..d020438e5850 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.4 2006/06/18 17:43:07 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.10.ebuild,v 1.5 2006/06/18 18:52:19 ticho 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}" |