commit: 79886d735462a1004916e8b6fd3433886f1ce44d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 3 19:53:48 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 3 19:54:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79886d73
dev-libs/hyphen: Add missing DEPEND on dev-lang/perl, bug 583904
Package-Manager: portage-2.3.0
dev-libs/hyphen/hyphen-2.8.6.ebuild | 6 ++++--
dev-libs/hyphen/hyphen-2.8.8.ebuild | 4 +++-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/dev-libs/hyphen/hyphen-2.8.6.ebuild
b/dev-libs/hyphen/hyphen-2.8.6.ebuild
index 849fb13..930c4cc 100644
--- a/dev-libs/hyphen/hyphen-2.8.6.ebuild
+++ b/dev-libs/hyphen/hyphen-2.8.6.ebuild
@@ -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"
diff --git a/dev-libs/hyphen/hyphen-2.8.8.ebuild
b/dev-libs/hyphen/hyphen-2.8.8.ebuild
index 628a462..d72f860 100644
--- a/dev-libs/hyphen/hyphen-2.8.8.ebuild
+++ b/dev-libs/hyphen/hyphen-2.8.8.ebuild
@@ -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"