diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-04-22 13:39:32 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-04-22 13:42:48 +0200 |
commit | f9189e9592fdf0b6f8c5e9ae35573044b18003c7 (patch) | |
tree | 9d9582d392ee4925ba21d389bff837c121444da7 /app-laptop/pbbuttonsd/pbbuttonsd-0.8.1-r3.ebuild | |
parent | app-laptop/pbbuttonsd: Clean up patches. (diff) | |
download | gentoo-f9189e9592fdf0b6f8c5e9ae35573044b18003c7.tar.gz gentoo-f9189e9592fdf0b6f8c5e9ae35573044b18003c7.tar.bz2 gentoo-f9189e9592fdf0b6f8c5e9ae35573044b18003c7.zip |
app-laptop/pbbuttonsd: Fix patch names.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-laptop/pbbuttonsd/pbbuttonsd-0.8.1-r3.ebuild')
-rw-r--r-- | app-laptop/pbbuttonsd/pbbuttonsd-0.8.1-r3.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-laptop/pbbuttonsd/pbbuttonsd-0.8.1-r3.ebuild b/app-laptop/pbbuttonsd/pbbuttonsd-0.8.1-r3.ebuild index f11a3494be2a..21c530b0a04b 100644 --- a/app-laptop/pbbuttonsd/pbbuttonsd-0.8.1-r3.ebuild +++ b/app-laptop/pbbuttonsd/pbbuttonsd-0.8.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit autotools flag-o-matic eutils @@ -25,16 +25,16 @@ src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}/pmcs.patch" + epatch "${FILESDIR}/${PN}-0.8.1-pmcs.patch" ### Don't link with g++ if we don't use ibam if ! use ibam; then - epatch "${FILESDIR}/g++.patch" + epatch "${FILESDIR}/${PN}-0.8.1-g++.patch" fi ### Fix macbook -lz issue - epatch "${FILESDIR}/lz.patch" - epatch "${FILESDIR}/lm.patch" + epatch "${FILESDIR}/${PN}-0.8.1-lz.patch" + epatch "${FILESDIR}/${PN}-0.8.1-lm.patch" ### Fix new apple hid fnmode issue - epatch "${FILESDIR}/fnmode.patch" + epatch "${FILESDIR}/${PN}-0.8.1-fnmode.patch" eautoconf } |