summaryrefslogtreecommitdiff
path: root/www-client
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2017-05-29 22:56:06 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2017-05-29 23:19:50 +0100
commit9ea31c52aa01ceea9d203415aec0fb49bc68fcb4 (patch)
tree1265527bc5b1d39933d83ddd30d0c3a4163e3f9c /www-client
parentwww-apps/phabricator: Replace epatch with eapply (diff)
downloadportage-9ea31c52aa01ceea9d203415aec0fb49bc68fcb4.tar.xz
www-client/arcanist: Replace epatch with eapply
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'www-client')
-rw-r--r--www-client/arcanist/arcanist-20170519.ebuild4
-rw-r--r--www-client/arcanist/arcanist-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/www-client/arcanist/arcanist-20170519.ebuild b/www-client/arcanist/arcanist-20170519.ebuild
index 19799a2e..5a03fe92 100644
--- a/www-client/arcanist/arcanist-20170519.ebuild
+++ b/www-client/arcanist/arcanist-20170519.ebuild
@@ -83,8 +83,8 @@ src_prepare() {
git remote add origin "${EGIT_REPO_URI}"
git remote -v > "${S}/GIT_REMOTE_INFO"
- epatch "${FILESDIR}/${PV}-MINOR-Disable-self-upgrade.patch"
- epatch "${FILESDIR}/${PV}-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch"
+ eapply "${FILESDIR}/${PV}-MINOR-Disable-self-upgrade.patch"
+ eapply "${FILESDIR}/${PV}-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch"
find "${S}" -type f -name .gitignore -print0 \
| xargs -0 --no-run-if-empty -- \
diff --git a/www-client/arcanist/arcanist-9999.ebuild b/www-client/arcanist/arcanist-9999.ebuild
index 14f3b031..e5d4952d 100644
--- a/www-client/arcanist/arcanist-9999.ebuild
+++ b/www-client/arcanist/arcanist-9999.ebuild
@@ -81,8 +81,8 @@ src_prepare() {
git remote add origin "${EGIT_REPO_URI}"
git remote -v > "${S}/GIT_REMOTE_INFO"
- epatch "${FILESDIR}/${PV}-MINOR-Disable-self-upgrade.patch"
- epatch "${FILESDIR}/${PV}-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch"
+ eapply "${FILESDIR}/${PV}-MINOR-Disable-self-upgrade.patch"
+ eapply "${FILESDIR}/${PV}-MEDIUM-Get-VERSION-for-files-in-usr-share-PN-GIT_COM.patch"
find "${S}" -type f -name .gitignore -print0 \
| xargs -0 --no-run-if-empty -- \