diff options
author | 2012-01-16 11:55:44 +0000 | |
---|---|---|
committer | 2012-01-16 11:55:44 +0000 | |
commit | e6b16dd7b6de944245eaeba3eb33a13113aaeb51 (patch) | |
tree | ff0fc4c2326500d9b7a388f3d9a5108ec6d922e3 /dev-libs | |
parent | Stable for amd64, wrt bug #398521 (diff) | |
download | gentoo-2-e6b16dd7b6de944245eaeba3eb33a13113aaeb51.tar.gz gentoo-2-e6b16dd7b6de944245eaeba3eb33a13113aaeb51.tar.bz2 gentoo-2-e6b16dd7b6de944245eaeba3eb33a13113aaeb51.zip |
Stable for amd64, wrt bug #398521
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/hyphen/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/hyphen/hyphen-2.8.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/hyphen/ChangeLog b/dev-libs/hyphen/ChangeLog index 2510f8e45eee..01074b06d22f 100644 --- a/dev-libs/hyphen/ChangeLog +++ b/dev-libs/hyphen/ChangeLog @@ -1,6 +1,9 @@ # 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.14 2011/12/18 20:44:08 halcy0n Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.15 2012/01/16 11:55:44 ago Exp $ + + 16 Jan 2012; Agostino Sarubbo <ago@gentoo.org> hyphen-2.8.3.ebuild: + Stable for amd64, wrt bug #398521 18 Dec 2011; Mark Loeser <halcy0n@gentoo.org> hyphen-2.7.1.ebuild: Stable for ppc; bug #387187 diff --git a/dev-libs/hyphen/hyphen-2.8.3.ebuild b/dev-libs/hyphen/hyphen-2.8.3.ebuild index cf83c462db6f..ea715c222731 100644 --- a/dev-libs/hyphen/hyphen-2.8.3.ebuild +++ b/dev-libs/hyphen/hyphen-2.8.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild,v 1.2 2011/12/11 21:51:08 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild,v 1.3 2012/01/16 11:55:44 ago 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="static-libs" RDEPEND="app-text/hunspell" |