diff options
Diffstat (limited to 'dev-php/libphutil')
-rw-r--r-- | dev-php/libphutil/libphutil-20170429.ebuild | 2 | ||||
-rw-r--r-- | dev-php/libphutil/libphutil-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/libphutil/libphutil-20170429.ebuild b/dev-php/libphutil/libphutil-20170429.ebuild index 0f4996c8..2ef036b4 100644 --- a/dev-php/libphutil/libphutil-20170429.ebuild +++ b/dev-php/libphutil/libphutil-20170429.ebuild @@ -35,7 +35,7 @@ src_prepare() { git remote add origin "${EGIT_REPO_URI}" git remote -v > "${S}/GIT_REMOTE_INFO" - epatch "${FILESDIR}/${PV}-Remove-the-usage-of-local-SSL-certificates-and-use-s.patch" + eapply "${FILESDIR}/${PV}-Remove-the-usage-of-local-SSL-certificates-and-use-s.patch" if use test ; then tc-export AR CXX diff --git a/dev-php/libphutil/libphutil-9999.ebuild b/dev-php/libphutil/libphutil-9999.ebuild index 51fe24cf..6cc84b1d 100644 --- a/dev-php/libphutil/libphutil-9999.ebuild +++ b/dev-php/libphutil/libphutil-9999.ebuild @@ -33,7 +33,7 @@ src_prepare() { git remote add origin "${EGIT_REPO_URI}" git remote -v > "${S}/GIT_REMOTE_INFO" - epatch "${FILESDIR}/${PV}-Remove-the-usage-of-local-SSL-certificates-and-use-s.patch" + eapply "${FILESDIR}/${PV}-Remove-the-usage-of-local-SSL-certificates-and-use-s.patch" if use test ; then tc-export AR CXX |