Skip to content

Commit

Permalink
app-cdr/cdemu: [QA] Add cmake-utils_src_prepare
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.11, Repoman-2.3.3
  • Loading branch information
SoapGentoo committed Oct 16, 2017
1 parent da9ee1e commit 8f2ef1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions app-cdr/cdemu/cdemu-3.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ DEPEND="${RDEPEND}

S=${WORKDIR}/cdemu-client-${PV}

PATCHES=( "${FILESDIR}/${PN}-3.0.0-bash-completion-dir.patch" )

src_prepare() {
cmake-utils_src_prepare

python_fix_shebang src/cdemu
eapply -p2 "${FILESDIR}/${PN}-3.0.0-bash-completion-dir.patch"
eapply_user
}

src_configure() {
Expand Down
4 changes: 2 additions & 2 deletions app-cdr/cdemu/files/cdemu-3.0.0-bash-completion-dir.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff --git a/cdemu-client/CMakeLists.txt b/cdemu-client/CMakeLists.txt
index 99b595e..e4f9b6e 100644
--- a/cdemu-client/CMakeLists.txt
+++ b/cdemu-client/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,8 @@ install (

install (
Expand Down

0 comments on commit 8f2ef1e

Please sign in to comment.