summaryrefslogtreecommitdiff
path: root/www-client
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2018-01-08 21:36:24 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2018-03-07 01:30:08 +0000
commit78c888551d270466557bb40b8d3021008fbbc4f9 (patch)
tree54128eb2fe0ceca612a8a99de4b6d52e3a983a27 /www-client
parentprofiles/enlightenment: Update www-apache/mod_wsgi USE flag (diff)
downloadportage-78c888551d270466557bb40b8d3021008fbbc4f9.tar.xz
www-client/arcanist: Remove blocker on php slot
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'www-client')
-rw-r--r--www-client/arcanist/arcanist-20170922.ebuild10
-rw-r--r--www-client/arcanist/arcanist-9999.ebuild10
2 files changed, 6 insertions, 14 deletions
diff --git a/www-client/arcanist/arcanist-20170922.ebuild b/www-client/arcanist/arcanist-20170922.ebuild
index 984e350c..0c26f606 100644
--- a/www-client/arcanist/arcanist-20170922.ebuild
+++ b/www-client/arcanist/arcanist-20170922.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
@@ -26,11 +26,7 @@ DEPEND="!${CATEGORY}/${PN}:0
dev-lang/php[xmlwriter]
=dev-php/libphutil-20170929:stable[test]
)"
-RDEPEND="|| (
- dev-lang/php:5.6[cli,curl,json,ssl?]
- dev-lang/php:7.1[cli,curl,json,ssl?]
- )
- !!dev-lang/php:7.0
+RDEPEND="dev-lang/php[cli,curl,json,ssl?]
=dev-php/libphutil-20170929:stable[ssl?]
git? ( dev-vcs/git:0 )
mercurial? ( dev-vcs/mercurial:0 )
@@ -138,7 +134,7 @@ src_install() {
| xargs --no-run-if-empty -- \
fperms 755
- dosym "/usr/share/php/${PN}/bin/arc" /usr/bin/arc
+ dosym "../share/php/${PN}/bin/arc" /usr/bin/arc
dodoc NOTICE README.md
}
diff --git a/www-client/arcanist/arcanist-9999.ebuild b/www-client/arcanist/arcanist-9999.ebuild
index bb2b7687..887277c2 100644
--- a/www-client/arcanist/arcanist-9999.ebuild
+++ b/www-client/arcanist/arcanist-9999.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
@@ -24,11 +24,7 @@ DEPEND="!${CATEGORY}/${PN}:stable
dev-lang/php[xmlwriter]
=dev-php/libphutil-${PV}:0[test]
)"
-RDEPEND="|| (
- dev-lang/php:5.6[cli,curl,json,ssl?]
- dev-lang/php:7.1[cli,curl,json,ssl?]
- )
- !!dev-lang/php:7.0
+RDEPEND="dev-lang/php[cli,curl,json,ssl?]
=dev-php/libphutil-${PV}:0[ssl?]
git? ( dev-vcs/git:0 )
mercurial? ( dev-vcs/mercurial:0 )
@@ -136,7 +132,7 @@ src_install() {
| xargs --no-run-if-empty -- \
fperms 755
- dosym "/usr/share/php/${PN}/bin/arc" /usr/bin/arc
+ dosym "../share/php/${PN}/bin/arc" /usr/bin/arc
dodoc NOTICE README.md
}