diff options
author | Robert Gerus <arachnist@i.am-a.cat> | 2015-05-20 10:05:44 +0200 |
---|---|---|
committer | Robert Gerus <arachnist@i.am-a.cat> | 2015-05-20 10:05:44 +0200 |
commit | 2c638b1099e970253cba7a28a49719070882623e (patch) | |
tree | 64f18e786536f3dcf5c0f1699c47acdd95bcb07d /net-dialup/ppp/ppp-2.4.7-r1.ebuild | |
parent | 44c7d04199bc26b703482e225276ffea2c7585b9 (diff) | |
download | gentoo-overlay-2c638b1099e970253cba7a28a49719070882623e.tar.gz gentoo-overlay-2c638b1099e970253cba7a28a49719070882623e.tar.bz2 gentoo-overlay-2c638b1099e970253cba7a28a49719070882623e.tar.xz gentoo-overlay-2c638b1099e970253cba7a28a49719070882623e.zip |
Fix for musl… again
Diffstat (limited to 'net-dialup/ppp/ppp-2.4.7-r1.ebuild')
-rw-r--r-- | net-dialup/ppp/ppp-2.4.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dialup/ppp/ppp-2.4.7-r1.ebuild b/net-dialup/ppp/ppp-2.4.7-r1.ebuild index c31afd1..004c552 100644 --- a/net-dialup/ppp/ppp-2.4.7-r1.ebuild +++ b/net-dialup/ppp/ppp-2.4.7-r1.ebuild @@ -84,7 +84,7 @@ src_prepare() { if use elibc_musl ; then einfo "Conditionally patching for musl" - epatch "${FILESDIR}"/musl.patch + epatch "${FILESDIR}"/${P}-musl.diff fi } |