dev-libs/hyphen: Add missing DEPEND on dev-lang/perl, bug 583904
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 3 Jul 2016 19:53:48 +0000 (21:53 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 3 Jul 2016 19:54:04 +0000 (21:54 +0200)
Package-Manager: portage-2.3.0

dev-libs/hyphen/hyphen-2.8.6.ebuild
dev-libs/hyphen/hyphen-2.8.8.ebuild

index 849fb139c1f48f5a45649f6d9601d07e11f2ff09..930c4cc6c0c43aacb7c19f3102e265b32dd5c19a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,9 @@ KEYWORDS="amd64 ~arm hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 RDEPEND="app-text/hunspell"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       dev-lang/perl
+"
 
 DOCS="AUTHORS ChangeLog NEWS README* THANKS TODO"
 
index 628a46280dd1a35440a7ae26fd3dd8a70b060783..d72f860d184fc0a7f4eea7f2e5cbe5ff7782baa9 100644 (file)
@@ -14,7 +14,9 @@ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86
 IUSE="static-libs"
 
 RDEPEND="app-text/hunspell"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       dev-lang/perl
+"
 
 DOCS="AUTHORS ChangeLog NEWS README* THANKS TODO"