diff options
author | 2015-01-01 11:18:36 +0000 | |
---|---|---|
committer | 2015-01-01 11:18:36 +0000 | |
commit | 2b2311b28030980dbc0a756a6831b8a526bc04ec (patch) | |
tree | ebb3c7333b602c65b2f9f428d4825ada3bb3ec95 /app-text/hunspell | |
parent | Stable for ppc64, wrt bug #530444 (diff) | |
download | gentoo-2-2b2311b28030980dbc0a756a6831b8a526bc04ec.tar.gz gentoo-2-2b2311b28030980dbc0a756a6831b8a526bc04ec.tar.bz2 gentoo-2-2b2311b28030980dbc0a756a6831b8a526bc04ec.zip |
Stable for ppc64, wrt bug #530446
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-text/hunspell')
-rw-r--r-- | app-text/hunspell/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/hunspell/hunspell-1.3.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/hunspell/ChangeLog b/app-text/hunspell/ChangeLog index 97e05e8e85d1..1c2d8db2acb0 100644 --- a/app-text/hunspell/ChangeLog +++ b/app-text/hunspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/hunspell -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.118 2014/12/31 16:04:06 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.119 2015/01/01 11:18:36 ago Exp $ + + 01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> hunspell-1.3.3.ebuild: + Stable for ppc64, wrt bug #530446 31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> hunspell-1.3.3.ebuild: Stable for ppc, wrt bug #530446 diff --git a/app-text/hunspell/hunspell-1.3.3.ebuild b/app-text/hunspell/hunspell-1.3.3.ebuild index 607681788f22..14174d26b6b6 100644 --- a/app-text/hunspell/hunspell-1.3.3.ebuild +++ b/app-text/hunspell/hunspell-1.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v 1.6 2014/12/31 16:04:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v 1.7 2015/01/01 11:18:36 ago Exp $ EAPI=5 inherit eutils multilib autotools flag-o-matic versionator @@ -14,7 +14,7 @@ HOMEPAGE="http://hunspell.sourceforge.net/" SLOT="0" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" IUSE="ncurses nls readline static-libs" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" RDEPEND=" ncurses? ( sys-libs/ncurses ) |