diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-05-29 22:54:23 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-05-29 23:19:49 +0100 |
commit | e401275b0260bc1320a11d3eaec3e74555511fb2 (patch) | |
tree | 5d65b2ff0a946e16baae14f98323fbff8dff04ad | |
parent | net-misc/icmptx: Replace epatch with eapply (diff) | |
download | portage-e401275b0260bc1320a11d3eaec3e74555511fb2.tar.xz |
net-misc/stund: Replace epatch with eapply
Package-Manager: Portage-2.3.5, Repoman-2.3.1
-rw-r--r-- | net-misc/stund/stund-0.97-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/stund/stund-0.97-r1.ebuild b/net-misc/stund/stund-0.97-r1.ebuild index 25e48225..30e0782d 100644 --- a/net-misc/stund/stund-0.97-r1.ebuild +++ b/net-misc/stund/stund-0.97-r1.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/${PN}" src_prepare() { default - epatch "${FILESDIR}/${P}-BJA-amd64.diff" + eapply "${FILESDIR}/${P}-BJA-amd64.diff" sed -i \ -e "/^CXXFLAGS/ s:-g -O ::" \ |