diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-08-27 01:24:30 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-09-06 01:38:11 +0100 |
commit | 6cb221f4df5a270a93c4c99a29ee682c04285ade (patch) | |
tree | 99f4dd29471a59f03ff1741858640944e6e5314a | |
parent | www-apps/phabricator: Version bump (diff) | |
download | portage-6cb221f4df5a270a93c4c99a29ee682c04285ade.tar.xz |
dev-php/libphutil: Switch to SLOT=stable
Package-Manager: Portage-2.3.6, Repoman-2.3.1
-rw-r--r-- | dev-php/libphutil/libphutil-20170811.ebuild | 7 | ||||
-rw-r--r-- | dev-php/libphutil/libphutil-9999.ebuild | 3 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-php/libphutil/libphutil-20170811.ebuild b/dev-php/libphutil/libphutil-20170811.ebuild index 698df105..689c58b5 100644 --- a/dev-php/libphutil/libphutil-20170811.ebuild +++ b/dev-php/libphutil/libphutil-20170811.ebuild @@ -11,15 +11,16 @@ EGIT_BRANCH="stable" EGIT_COMMIT="ee5ebf668ad4fd4c0bae3fbbe6616a5826020aa9" LICENSE="Apache-2.0" -SLOT="0" +SLOT="stable" KEYWORDS="~amd64 ~x86" IUSE="ssl test" -DEPEND="virtual/awk:0 +DEPEND="!${CATEGORY}/${PN}:0 + virtual/awk:0 test? ( sys-devel/bison:0 >=sys-devel/flex-2.5.35:0 - =www-client/arcanist-20170805:0 + =www-client/arcanist-20170805:stable dev-lang/php[cli] )" RDEPEND="|| ( diff --git a/dev-php/libphutil/libphutil-9999.ebuild b/dev-php/libphutil/libphutil-9999.ebuild index 223c2a7e..2df86ba7 100644 --- a/dev-php/libphutil/libphutil-9999.ebuild +++ b/dev-php/libphutil/libphutil-9999.ebuild @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="" IUSE="ssl test" -DEPEND="virtual/awk:0 +DEPEND="!${CATEGORY}/${PN}:stable + virtual/awk:0 test? ( sys-devel/bison:0 >=sys-devel/flex-2.5.35:0 |