From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1FD891382DE for ; Sun, 3 Jul 2016 19:54:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34609E08D5; Sun, 3 Jul 2016 19:54:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C903CE08D5 for ; Sun, 3 Jul 2016 19:54:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74162340DAD for ; Sun, 3 Jul 2016 19:54:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B874A2430 for ; Sun, 3 Jul 2016 19:54:09 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1467575644.79886d735462a1004916e8b6fd3433886f1ce44d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyphen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/hyphen/hyphen-2.8.6.ebuild dev-libs/hyphen/hyphen-2.8.8.ebuild X-VCS-Directories: dev-libs/hyphen/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 79886d735462a1004916e8b6fd3433886f1ce44d X-VCS-Branch: master Date: Sun, 3 Jul 2016 19:54:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d59c4391-e074-435a-9503-bca8297398ad X-Archives-Hash: 42657acb941058fc732ceb1d3fbbaeec commit: 79886d735462a1004916e8b6fd3433886f1ce44d Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Jul 3 19:53:48 2016 +0000 Commit: Andreas Hüttel gentoo 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"