mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
app-cdr/cdemu: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user