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 A64C41382C5 for ; Mon, 19 Feb 2018 21:57:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C59B9E0BC7; Mon, 19 Feb 2018 21:57:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2E57E0BC7 for ; Mon, 19 Feb 2018 21:57:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0382B335C2F for ; Mon, 19 Feb 2018 21:57:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BB3122D for ; Mon, 19 Feb 2018 21:57:10 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1519077024.2fde84bd43b53343afb6e45db2343f30a8c02c4c.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Mail_Mime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2-r1.ebuild dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2.ebuild X-VCS-Directories: dev-php/PEAR-Mail_Mime/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 2fde84bd43b53343afb6e45db2343f30a8c02c4c X-VCS-Branch: master Date: Mon, 19 Feb 2018 21:57:10 +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: ada5aedf-fb1e-4be9-8662-d099f922879e X-Archives-Hash: c4bb0844739bd69f7679ad24b0db31e0 commit: 2fde84bd43b53343afb6e45db2343f30a8c02c4c Author: Brian Evans gentoo org> AuthorDate: Mon Feb 19 21:50:24 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Feb 19 21:50:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fde84bd dev-php/PEAR-Mail_Mime: Revbump to fix test dependency Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../{PEAR-Mail_Mime-1.10.2.ebuild => PEAR-Mail_Mime-1.10.2-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2.ebuild b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2-r1.ebuild similarity index 87% rename from dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2.ebuild rename to dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2-r1.ebuild index e4847ea6eed..5d5b2050114 100644 --- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2.ebuild +++ b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="test" +DEPEND="test? ( dev-php/PEAR-PEAR )" src_test() { # Requires the "pear" executable from dev-php/PEAR-PEAR.