diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-05-29 23:17:20 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-05-29 23:19:43 +0100 |
commit | e11436e553c1fffc94e7b20646aded695417bad3 (patch) | |
tree | c478ec4fc40f8f55b2676e4e0849bb425f65e6f5 /dev-php/libphutil | |
parent | app-text/hypermail: Replace epatch with eapply (diff) | |
download | portage-e11436e553c1fffc94e7b20646aded695417bad3.tar.xz |
dev-php/libphutil: Replace epatch with eapply
Package-Manager: Portage-2.3.5, Repoman-2.3.1
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 |