diff options
author | Akinori Hattori <hattya@gentoo.org> | 2005-07-24 13:46:41 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2005-07-24 13:46:41 +0000 |
commit | 181d54e6924e5d225eb8f93178e11c4616089c51 (patch) | |
tree | 32a93228d2a0ea79f3292f7210529257697af5cb /mail-client | |
parent | Fix building with gcc2. (diff) | |
download | gentoo-2-181d54e6924e5d225eb8f93178e11c4616089c51.tar.gz gentoo-2-181d54e6924e5d225eb8f93178e11c4616089c51.tar.bz2 gentoo-2-181d54e6924e5d225eb8f93178e11c4616089c51.zip |
stable on x86.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/sylpheed/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-1.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog index c3ddd52ae833..f407e1205748 100644 --- a/mail-client/sylpheed/ChangeLog +++ b/mail-client/sylpheed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/sylpheed # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.115 2005/06/26 12:04:30 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.116 2005/07/24 13:46:41 hattya Exp $ + + 24 Jul 2005; Akinori Hattori <hattya@gentoo.org> sylpheed-1.0.5.ebuild: + stable on x86. 26 Jun 2005; Akinori Hattori <hattya@gentoo.org> sylpheed-1.0.4-r1.ebuild: stable on ia64. diff --git a/mail-client/sylpheed/sylpheed-1.0.5.ebuild b/mail-client/sylpheed/sylpheed-1.0.5.ebuild index 8dfb63ac0862..2090d55d7288 100644 --- a/mail-client/sylpheed/sylpheed-1.0.5.ebuild +++ b/mail-client/sylpheed/sylpheed-1.0.5.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/mail-client/sylpheed/sylpheed-1.0.5.ebuild,v 1.1 2005/06/24 08:56:57 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-1.0.5.ebuild,v 1.2 2005/07/24 13:46:41 hattya Exp $ inherit eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://sylpheed.good-day.net/" SRC_URI="http://sylpheed.good-day.net/${PN}/v${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" SLOT="0" PROVIDE="virtual/sylpheed" |