diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-08-27 01:27:59 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-09-06 01:38:11 +0100 |
commit | 573db3e9a222c5c6aee7e311b4e464da70b68067 (patch) | |
tree | 33c2be04f86f54e62e982dda91f50406a770e6a1 /www-apps | |
parent | www-client/arcanist: Switch to SLOT=stable (diff) | |
download | portage-573db3e9a222c5c6aee7e311b4e464da70b68067.tar.xz |
www-apps/phabricator: Switch to SLOT=stable
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/phabricator/phabricator-20170825.ebuild | 11 | ||||
-rw-r--r-- | www-apps/phabricator/phabricator-9999.ebuild | 3 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www-apps/phabricator/phabricator-20170825.ebuild b/www-apps/phabricator/phabricator-20170825.ebuild index 0a8b6533..cf8293df 100644 --- a/www-apps/phabricator/phabricator-20170825.ebuild +++ b/www-apps/phabricator/phabricator-20170825.ebuild @@ -13,14 +13,15 @@ EGIT_BRANCH="stable" EGIT_COMMIT="77c11e7ae9fff0446d9361c3acb884ed56517a50" LICENSE="Apache-2.0" -SLOT="0" +SLOT="stable" KEYWORDS="~amd64" IUSE="extension-sprint git highlight mail mercurial subversion ssl test" REQUIRED_USE="test? ( git mercurial subversion )" -DEPEND="virtual/awk:0 +DEPEND="!${CATEGORY}/${PN}:0 + virtual/awk:0 test? ( - =www-client/arcanist-20170805:0[test] + =www-client/arcanist-20170805:stable[test] )" RDEPEND=">=app-admin/webapp-config-1.51-r1:0 sys-apps/gentoo-functions @@ -38,9 +39,9 @@ RDEPEND=">=app-admin/webapp-config-1.51-r1:0 dev-php/pecl-apcu dev-php/PHPExcel virtual/mysql - =dev-php/libphutil-20170811:0 + =dev-php/libphutil-20170811:stable net-libs/nodejs:0 - =www-client/arcanist-20170805:0[git?,mercurial?,subversion?] + =www-client/arcanist-20170805:stable[git?,mercurial?,subversion?] git? ( dev-vcs/git:0 ) mercurial? ( >dev-vcs/mercurial-2.2:0 ) subversion? ( >dev-vcs/subversion-1.7.1:0 ) diff --git a/www-apps/phabricator/phabricator-9999.ebuild b/www-apps/phabricator/phabricator-9999.ebuild index d21c7dd5..91647082 100644 --- a/www-apps/phabricator/phabricator-9999.ebuild +++ b/www-apps/phabricator/phabricator-9999.ebuild @@ -16,7 +16,8 @@ KEYWORDS="" IUSE="extension-sprint git highlight mail mercurial subversion ssl test" REQUIRED_USE="test? ( git mercurial subversion )" -DEPEND="virtual/awk:0 +DEPEND="!${CATEGORY}/${PN}:stable + virtual/awk:0 test? ( =www-client/arcanist-${PV}:0[test] )" |