diff options
author | Jason Wever <weeve@gentoo.org> | 2004-09-29 03:02:53 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-09-29 03:02:53 +0000 |
commit | 441fc6708d6779c76a8f8501db6426b89f5fff7d (patch) | |
tree | c8f9d7fe9b625aeb2fff883bb3aed7ea012ce3a3 /mail-client | |
parent | Don't use xargs to concatenate lines; it breaks on uneven quoting #65520 (Man... (diff) | |
download | gentoo-2-441fc6708d6779c76a8f8501db6426b89f5fff7d.tar.gz gentoo-2-441fc6708d6779c76a8f8501db6426b89f5fff7d.tar.bz2 gentoo-2-441fc6708d6779c76a8f8501db6426b89f5fff7d.zip |
Stable on sparc wrt bug #64485.
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/sylpheed/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-0.9.12-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog index 811c2d36693e..3ceacd68211c 100644 --- a/mail-client/sylpheed/ChangeLog +++ b/mail-client/sylpheed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/sylpheed # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.38 2004/09/25 11:30:38 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.39 2004/09/29 03:02:53 weeve Exp $ + + 28 Sep 2004; Jason Wever <weeve@gentoo.org> sylpheed-0.9.12-r3.ebuild: + Stable on sparc wrt bug #64485. 25 Sep 2004; Akinori Hattori <hattya@gentoo.org> -sylpheed-0.9.4.ebuild: cleaned out old ebuild. diff --git a/mail-client/sylpheed/sylpheed-0.9.12-r3.ebuild b/mail-client/sylpheed/sylpheed-0.9.12-r3.ebuild index 88d8b9134db2..24eab67bdcd3 100644 --- a/mail-client/sylpheed/sylpheed-0.9.12-r3.ebuild +++ b/mail-client/sylpheed/sylpheed-0.9.12-r3.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/mail-client/sylpheed/sylpheed-0.9.12-r3.ebuild,v 1.5 2004/09/25 11:27:47 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-0.9.12-r3.ebuild,v 1.6 2004/09/29 03:02:53 weeve Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://sylpheed.good-day.net/${PN}/${P}.tar.bz2" RESTRICT="nomirror" LICENSE="GPL-2" -KEYWORDS="x86 ppc ~sparc ~alpha ~hppa ~ia64 ~amd64" +KEYWORDS="x86 ppc sparc ~alpha ~hppa ~ia64 ~amd64" SLOT="0" PROVIDE="virtual/sylpheed" |