Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Mail_Mime/
Date: Mon, 19 Feb 2018 21:57:16
Message-Id: 1519077024.2fde84bd43b53343afb6e45db2343f30a8c02c4c.grknight@gentoo
1 commit: 2fde84bd43b53343afb6e45db2343f30a8c02c4c
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 19 21:50:24 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 19 21:50:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fde84bd
7
8 dev-php/PEAR-Mail_Mime: Revbump to fix test dependency
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 .../{PEAR-Mail_Mime-1.10.2.ebuild => PEAR-Mail_Mime-1.10.2-r1.ebuild} | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 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
16 similarity index 87%
17 rename from dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2.ebuild
18 rename to dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2-r1.ebuild
19 index e4847ea6eed..5d5b2050114 100644
20 --- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2.ebuild
21 +++ b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.2-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -11,6 +11,7 @@ LICENSE="BSD"
29 SLOT="0"
30 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
31 IUSE="test"
32 +DEPEND="test? ( dev-php/PEAR-PEAR )"
33
34 src_test() {
35 # Requires the "pear" executable from dev-php/PEAR-PEAR.