projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7234252
)
app-text/ebook-tools: [QA] Add cmake-utils_src_prepare
author
David Seifert
<soap@gentoo.org>
Sun, 15 Oct 2017 23:10:48 +0000
(16:10 -0700)
committer
David Seifert
<soap@gentoo.org>
Mon, 16 Oct 2017 00:05:47 +0000
(17:05 -0700)
Package-Manager: Portage-2.3.11, Repoman-2.3.3
app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild
patch
|
blob
|
history
diff --git
a/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild
b/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild
index 0ac6824df5d9b5e87e782ba0a2b316ca9dd6d682..5c913b002dc0608bb3ba2f01eeedd7847ef31052 100644
(file)
--- a/
app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild
+++ b/
app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-inherit cmake-utils
multilib
+inherit cmake-utils
DESCRIPTION="Tools for accessing and converting various ebook file formats"
HOMEPAGE="https://sourceforge.net/projects/ebook-tools"
@@
-22,10
+22,8
@@
RDEPEND="${DEPEND}
lit2epub? ( app-text/convertlit )
"
-DOCS=( INSTALL README TODO )
-
src_prepare() {
- default
+ cmake-utils_src_prepare
use lit2epub || sed -i -e '\|lit2epub|d' -- 'src/tools/CMakeLists.txt' || die
}