summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-07-03 21:53:48 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-07-03 21:54:04 +0200
commit79886d735462a1004916e8b6fd3433886f1ce44d (patch)
tree2d47ce066507348e966dc6a790f7f6164fc8b374 /dev-libs/hyphen/hyphen-2.8.6.ebuild
parentdev-libs/keybinder: add ${EPREFIX} to econf --with-html-dir (diff)
downloadgentoo-79886d735462a1004916e8b6fd3433886f1ce44d.tar.gz
gentoo-79886d735462a1004916e8b6fd3433886f1ce44d.tar.bz2
gentoo-79886d735462a1004916e8b6fd3433886f1ce44d.zip
dev-libs/hyphen: Add missing DEPEND on dev-lang/perl, bug 583904
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs/hyphen/hyphen-2.8.6.ebuild')
-rw-r--r--dev-libs/hyphen/hyphen-2.8.6.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/hyphen/hyphen-2.8.6.ebuild b/dev-libs/hyphen/hyphen-2.8.6.ebuild
index 849fb139c1f4..930c4cc6c0c4 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"