diff options
author | 2004-10-20 16:43:37 +0000 | |
---|---|---|
committer | 2004-10-20 16:43:37 +0000 | |
commit | 787b8df5826933b1be503123333d87ac9a2f0c31 (patch) | |
tree | 41a1cd04759cbd2db8986a8956c775715659a37e /net-im | |
parent | init.d script fixes, bug #67955 (Manifest recommit) (diff) | |
download | gentoo-2-787b8df5826933b1be503123333d87ac9a2f0c31.tar.gz gentoo-2-787b8df5826933b1be503123333d87ac9a2f0c31.tar.bz2 gentoo-2-787b8df5826933b1be503123333d87ac9a2f0c31.zip |
Stable on sparc wrt #68271
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/gaim/gaim-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog index c9d9ca21a9bb..6370332c56ed 100644 --- a/net-im/gaim/ChangeLog +++ b/net-im/gaim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/gaim # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.257 2004/10/20 16:31:13 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.258 2004/10/20 16:43:37 gustavoz Exp $ + + 20 Oct 2004; Gustavo Zacarias <gustavoz@gentoo.org> gaim-1.0.2.ebuild: + Stable on sparc wrt #68271 20 Oct 2004; Don Seiler <rizzo@gentoo.org> gaim-1.0.2.ebuild: Removed EDS support since evolution-data-server is not stable on any arch diff --git a/net-im/gaim/gaim-1.0.2.ebuild b/net-im/gaim/gaim-1.0.2.ebuild index 6d4e008cd6fa..6fc85e474f54 100644 --- a/net-im/gaim/gaim-1.0.2.ebuild +++ b/net-im/gaim/gaim-1.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/net-im/gaim/gaim-1.0.2.ebuild,v 1.3 2004/10/20 16:31:13 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-1.0.2.ebuild,v 1.4 2004/10/20 16:43:37 gustavoz Exp $ inherit flag-o-matic eutils gcc debug @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gaim/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64" +KEYWORDS="x86 ~ppc sparc ~mips ~alpha ~hppa ~amd64 ~ia64" #IUSE="nls perl spell nas crypt cjk gnutls silc eds debug" IUSE="nls perl spell nas crypt cjk gnutls silc debug" |