Skip to content

Commit

Permalink
dev-php/PEAR-Mail_mimeDecode: Revbump to enable tests
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
Brian Evans committed Feb 19, 2018
1 parent 2fde84b commit 8fdd771
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -9,11 +9,11 @@ DESCRIPTION="Provides a class to decode mime messages (split from PEAR-Mail_Mime
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
IUSE="test"

RDEPEND=">=dev-php/PEAR-Mail_Mime-1.5.2"
DEPEND="test? ( ${RDEPEND} dev-php/PEAR-PEAR )"

#src_install() {
# insinto /usr/share/php
# doins -r Mail
#}
src_test() {
pear run-tests tests || die
}

0 comments on commit 8fdd771

Please sign in to comment.