diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-10-26 15:36:01 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-10-26 15:36:01 +0000 |
commit | 0b4420c891b0ae79556b25659fa7be7e3d525712 (patch) | |
tree | e6a6ec6d5a8e7189db09dab2ae57c661e43f3408 /dev-libs/hyphen | |
parent | Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & Agost... (diff) | |
download | gentoo-2-0b4420c891b0ae79556b25659fa7be7e3d525712.tar.gz gentoo-2-0b4420c891b0ae79556b25659fa7be7e3d525712.tar.bz2 gentoo-2-0b4420c891b0ae79556b25659fa7be7e3d525712.zip |
Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & Agostino "ago" Sarubbo in bug #387187.
(Portage version: 2.1.10.31/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/hyphen')
-rw-r--r-- | dev-libs/hyphen/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/hyphen/hyphen-2.7.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/hyphen/ChangeLog b/dev-libs/hyphen/ChangeLog index 7fc6404de68e..02168f730ad6 100644 --- a/dev-libs/hyphen/ChangeLog +++ b/dev-libs/hyphen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/hyphen # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.11 2011/10/16 17:35:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.12 2011/10/26 15:36:01 chainsaw Exp $ + + 26 Oct 2011; Tony Vroon <chainsaw@gentoo.org> hyphen-2.7.1.ebuild: + Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & + Agostino "ago" Sarubbo in bug #387187. *hyphen-2.8.3 (16 Oct 2011) diff --git a/dev-libs/hyphen/hyphen-2.7.1.ebuild b/dev-libs/hyphen/hyphen-2.7.1.ebuild index 68982a5bb6bf..4e5dfd05a1be 100644 --- a/dev-libs/hyphen/hyphen-2.7.1.ebuild +++ b/dev-libs/hyphen/hyphen-2.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.7.1.ebuild,v 1.1 2011/07/22 22:44:47 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.7.1.ebuild,v 1.2 2011/10/26 15:36:01 chainsaw Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/hunspell/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1 MPL-1.1" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="app-text/hunspell" |