diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-09-03 08:24:29 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-09-03 08:24:29 +0000 |
commit | 3651328bc91ad1062ce6594654b63f5198ec9635 (patch) | |
tree | 82fb3ec731364aaab5dbfe47e272bbd4025868d8 /dev-libs | |
parent | Stabilise on amd64 x86 and ppc. Drop older. Wrt bug#433201. (diff) | |
download | gentoo-2-3651328bc91ad1062ce6594654b63f5198ec9635.tar.gz gentoo-2-3651328bc91ad1062ce6594654b63f5198ec9635.tar.bz2 gentoo-2-3651328bc91ad1062ce6594654b63f5198ec9635.zip |
Stable on amd64 x86 ppc and ppc64. Wrt bug#433221.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/hyphen/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/hyphen/hyphen-2.8.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/hyphen/ChangeLog b/dev-libs/hyphen/ChangeLog index c00ce858bc5d..65481206ed77 100644 --- a/dev-libs/hyphen/ChangeLog +++ b/dev-libs/hyphen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/hyphen # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.22 2012/07/18 18:17:32 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.23 2012/09/03 08:24:29 scarabeus Exp $ + + 03 Sep 2012; Tomáš Chvátal <scarabeus@gentoo.org> hyphen-2.8.5.ebuild: + Stable on amd64 x86 ppc and ppc64. Wrt bug#433221. *hyphen-2.8.5 (18 Jul 2012) diff --git a/dev-libs/hyphen/hyphen-2.8.5.ebuild b/dev-libs/hyphen/hyphen-2.8.5.ebuild index 5ac2ca6e92a4..86abb82fd4e2 100644 --- a/dev-libs/hyphen/hyphen-2.8.5.ebuild +++ b/dev-libs/hyphen/hyphen-2.8.5.ebuild @@ -1,6 +1,6 @@ # 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.5.ebuild,v 1.1 2012/07/18 18:17:32 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.5.ebuild,v 1.2 2012/09/03 08:24:29 scarabeus 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" |