diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-04-13 20:52:12 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-04-13 20:52:12 +0000 |
commit | 15e57f10457952ef1d984e9f9fe4b6e98cc2c1f9 (patch) | |
tree | 233689b72c304e4d633cf0a13d9b3ee3c573f074 /app-text/enchant | |
parent | Stable on amd64 wrt bug #312885 (diff) | |
download | gentoo-2-15e57f10457952ef1d984e9f9fe4b6e98cc2c1f9.tar.gz gentoo-2-15e57f10457952ef1d984e9f9fe4b6e98cc2c1f9.tar.bz2 gentoo-2-15e57f10457952ef1d984e9f9fe4b6e98cc2c1f9.zip |
Stable on amd64 wrt bug #314623
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/enchant')
-rw-r--r-- | app-text/enchant/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/enchant/enchant-1.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/enchant/ChangeLog b/app-text/enchant/ChangeLog index c2892a7004ed..2971b0c23fdd 100644 --- a/app-text/enchant/ChangeLog +++ b/app-text/enchant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/enchant # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/ChangeLog,v 1.100 2010/04/08 19:24:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/ChangeLog,v 1.101 2010/04/13 20:52:12 hwoarang Exp $ + + 13 Apr 2010; Markos Chandras <hwoarang@gentoo.org> enchant-1.5.0.ebuild: + Stable on amd64 wrt bug #314623 08 Apr 2010; Jeroen Roovers <jer@gentoo.org> enchant-1.4.2.ebuild: Stable for HPPA (bug #308201). diff --git a/app-text/enchant/enchant-1.5.0.ebuild b/app-text/enchant/enchant-1.5.0.ebuild index 5f767bc8cb54..dd6cd391be5b 100644 --- a/app-text/enchant/enchant-1.5.0.ebuild +++ b/app-text/enchant/enchant-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.5.0.ebuild,v 1.3 2010/04/06 16:29:39 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.5.0.ebuild,v 1.4 2010/04/13 20:52:12 hwoarang Exp $ EAPI="3" inherit libtool confutils autotools @@ -11,7 +11,7 @@ SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="aspell +hunspell zemberek" COMMON_DEPENDS=">=dev-libs/glib-2 |