summaryrefslogtreecommitdiff
path: root/dev-php/xdebug/xdebug-2.9.6.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
commit9ee6d97c2883d42f204a533a8bc1f4562df778fb (patch)
treeb690ddc0ca30f1472887edbb0b8313629bfcbbb2 /dev-php/xdebug/xdebug-2.9.6.ebuild
parentb17a3ef12038de50228bade1f05502c74e135321 (diff)
gentoo resync : 16.09.2020
Diffstat (limited to 'dev-php/xdebug/xdebug-2.9.6.ebuild')
-rw-r--r--dev-php/xdebug/xdebug-2.9.6.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-php/xdebug/xdebug-2.9.6.ebuild b/dev-php/xdebug/xdebug-2.9.6.ebuild
index 95745e2c779d..3f73c2a7fe9b 100644
--- a/dev-php/xdebug/xdebug-2.9.6.ebuild
+++ b/dev-php/xdebug/xdebug-2.9.6.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
inherit php-ext-source-r3
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
DESCRIPTION="A PHP debugging and profiling extension"
HOMEPAGE="https://xdebug.org/"
@@ -27,6 +27,9 @@ LICENSE="Xdebug"
SLOT="0"
IUSE=""
+# Tests are known to fail
+RESTRICT="test"
+
DEPEND=""
RDEPEND="${DEPEND}
~dev-php/xdebug-client-${PV}"