summaryrefslogtreecommitdiff
path: root/app-laptop/pbbuttonsd/pbbuttonsd-0.8.1-r3.ebuild
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-04-22 13:39:32 +0200
committerJeroen Roovers <jer@gentoo.org>2017-04-22 13:42:48 +0200
commitf9189e9592fdf0b6f8c5e9ae35573044b18003c7 (patch)
tree9d9582d392ee4925ba21d389bff837c121444da7 /app-laptop/pbbuttonsd/pbbuttonsd-0.8.1-r3.ebuild
parentadd5b2dbdc896249fc1a4a28dc4b868662b8a912 (diff)
downloadgentoo-f9189e9592fdf0b6f8c5e9ae35573044b18003c7.tar.gz
gentoo-f9189e9592fdf0b6f8c5e9ae35573044b18003c7.tar.xz
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.ebuild12
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 f11a3494be2..21c530b0a04 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
}