diff options
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/hyphen/hyphen-2.8.6.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/hyphen/hyphen-2.8.8.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/hyphen/hyphen-2.8.6.ebuild b/dev-libs/hyphen/hyphen-2.8.6.ebuild index 930c4cc6c0c4..f1a525c2a092 100644 --- a/dev-libs/hyphen/hyphen-2.8.6.ebuild +++ b/dev-libs/hyphen/hyphen-2.8.6.ebuild @@ -5,7 +5,7 @@ EAPI=4 DESCRIPTION="ALTLinux hyphenation library" -HOMEPAGE="http://hunspell.sf.net" +HOMEPAGE="http://hunspell.github.io/" SRC_URI="mirror://sourceforge/hunspell/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1 MPL-1.1" diff --git a/dev-libs/hyphen/hyphen-2.8.8.ebuild b/dev-libs/hyphen/hyphen-2.8.8.ebuild index d72f860d184f..6fadff3e9ea6 100644 --- a/dev-libs/hyphen/hyphen-2.8.8.ebuild +++ b/dev-libs/hyphen/hyphen-2.8.8.ebuild @@ -2,10 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=6 DESCRIPTION="ALTLinux hyphenation library" -HOMEPAGE="http://hunspell.sf.net" +HOMEPAGE="http://hunspell.github.io/" SRC_URI="mirror://sourceforge/hunspell/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1 MPL-1.1" @@ -18,7 +18,7 @@ DEPEND="${RDEPEND} dev-lang/perl " -DOCS="AUTHORS ChangeLog NEWS README* THANKS TODO" +DOCS=( AUTHORS ChangeLog NEWS README{,_hyph_en_US.txt,.nonstandard,.hyphen,.compound} THANKS TODO ) src_configure() { econf $(use_enable static-libs static) |