diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-08-04 17:17:21 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-08-04 17:17:21 +0000 |
commit | e51a337c9d8de7c3ce7e11eb3f70c77376f7e227 (patch) | |
tree | 0411eae6c2ca17820abe2f6c16d946b228f5799d /app-text/aspell | |
parent | Whitespace. (diff) | |
download | gentoo-2-e51a337c9d8de7c3ce7e11eb3f70c77376f7e227.tar.gz gentoo-2-e51a337c9d8de7c3ce7e11eb3f70c77376f7e227.tar.bz2 gentoo-2-e51a337c9d8de7c3ce7e11eb3f70c77376f7e227.zip |
Marked stable on amd64 as per bug 178690.
(Portage version: 2.1.3.3)
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.60.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog index 4fadc57b858d..3324dbd9270d 100644 --- a/app-text/aspell/ChangeLog +++ b/app-text/aspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/aspell # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.87 2007/06/03 20:40:11 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.88 2007/08/04 17:17:21 philantrop Exp $ + + 04 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org> aspell-0.60.5.ebuild: + Marked stable on amd64 as per bug 178690. Thanks, Thomas! 03 Jun 2007; Joshua Kinard <kumba@gentoo.org> aspell-0.60.5.ebuild: Marked unstable on mips. diff --git a/app-text/aspell/aspell-0.60.5.ebuild b/app-text/aspell/aspell-0.60.5.ebuild index 043b17dd17b2..c75bf0003c37 100644 --- a/app-text/aspell/aspell-0.60.5.ebuild +++ b/app-text/aspell/aspell-0.60.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.5.ebuild,v 1.6 2007/06/03 20:40:11 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.5.ebuild,v 1.7 2007/08/04 17:17:21 philantrop Exp $ # N.B. This is before inherit of autotools, as autotools.eclass adds the # relevant dependencies to DEPEND. @@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/aspell/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="gpm nls" # Note; app-text/aspell-0.6 and app-dicts/aspell-en-0.6 must go stable together |