diff options
Diffstat (limited to 'dev-libs/hyphen/hyphen-2.7.1.ebuild')
-rw-r--r-- | dev-libs/hyphen/hyphen-2.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |