commit: fe381e225b2cf7f84ff4e9ec593922843b84b284
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 21:53:39 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 21:54:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe381e22
dev-php/PEAR-Mail_Mime: Add RESTRICT="!test? ( test )"
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.4.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.4.ebuild
b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.4.ebuild
index e23d097da65..ab2b18f8acb 100644
--- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.4.ebuild
+++ b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.10.4.ebuild
@@ -11,6 +11,9 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="test"
+
+RESTRICT="!test? ( test )"
+
DEPEND="test? ( dev-php/PEAR-PEAR )"
src_test() {