diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-05-29 23:15:54 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-05-29 23:19:43 +0100 |
commit | 5dbf96fefb61c3d8d262734098229bfd7649e391 (patch) | |
tree | 61bcce2276df13a00b43bcbbd0f26a91f11459c9 | |
parent | profiles/common: Adjust /usr/share/gtk-doc removal (diff) | |
download | portage-5dbf96fefb61c3d8d262734098229bfd7649e391.tar.xz |
app-text/hypermail: Replace epatch with eapply
Package-Manager: Portage-2.3.5, Repoman-2.3.1
-rw-r--r-- | app-text/hypermail/hypermail-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/hypermail/hypermail-2.2.0.ebuild b/app-text/hypermail/hypermail-2.2.0.ebuild index 6f390bbc..d0bdc67f 100644 --- a/app-text/hypermail/hypermail-2.2.0.ebuild +++ b/app-text/hypermail/hypermail-2.2.0.ebuild @@ -19,7 +19,7 @@ RDEPEND="${DEPEND}" src_prepare() { default - epatch "${FILESDIR}/destdir.patch" + eapply "${FILESDIR}/destdir.patch" # We exploit that docs/Makefile does not declare install.html as .PHONY use doc || touch docs/install.html |