Skip to content

Commit

Permalink
app-laptop/pbbuttonsd: Fix patch names.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
Jeroen Roovers committed Apr 22, 2017
1 parent d03521d commit 41c9c30
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app-laptop/pbbuttonsd/pbbuttonsd-0.8.1a.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ DEPEND="
doc? ( app-doc/doxygen )
"
PATCHES=(
"${FILESDIR}/cpufreq.patch"
"${FILESDIR}/fnmode.patch"
"${FILESDIR}/laptopmode.sh.patch"
"${FILESDIR}/lm.patch"
"${FILESDIR}/lz.patch"
"${FILESDIR}/${PN}-0.8.1-cpufreq.patch"
"${FILESDIR}/${PN}-0.8.1-fnmode.patch"
"${FILESDIR}/${PN}-0.8.1-laptopmode.sh.patch"
"${FILESDIR}/${PN}-0.8.1-lm.patch"
"${FILESDIR}/${PN}-0.8.1-lz.patch"
)

src_prepare() {
### Don't link with g++ if we don't use ibam
if ! use ibam; then
eapply "${FILESDIR}/g++.patch"
eapply "${FILESDIR}/${PN}-0.8.1-g++.patch"
fi

default
Expand Down

0 comments on commit 41c9c30

Please sign in to comment.