summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre PIGNÉ <alex@freesenses.net>2012-12-18 11:12:39 +0100
committerAlexandre PIGNÉ <alex@freesenses.net>2012-12-18 11:12:39 +0100
commit2935f75e4ec2626093a557e54395679ce5ae3d14 (patch)
tree9af22c58e60833b6eb6eaa18aaa39bc75069128b /dev-python/netzob/netzob-0.4.0.ebuild
parentMake EAPI compatible with python-r1 module (diff)
parentOnly merge HTML_DOCS when doc USE flag is set (diff)
downloadlootr-2935f75e4ec2626093a557e54395679ce5ae3d14.tar.gz
lootr-2935f75e4ec2626093a557e54395679ce5ae3d14.tar.bz2
lootr-2935f75e4ec2626093a557e54395679ce5ae3d14.zip
Merge branch 'master' of https://dev.netzob.org/git/netzob-gentoo
Conflicts: dev-python/netzob/Manifest
Diffstat (limited to 'dev-python/netzob/netzob-0.4.0.ebuild')
-rw-r--r--dev-python/netzob/netzob-0.4.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/netzob/netzob-0.4.0.ebuild b/dev-python/netzob/netzob-0.4.0.ebuild
index 8932b26..792d9ef 100644
--- a/dev-python/netzob/netzob-0.4.0.ebuild
+++ b/dev-python/netzob/netzob-0.4.0.ebuild
@@ -37,7 +37,6 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_P}"
DOCS=( README.rst AUTHORS.txt NEWS.rst COPYING.txt )
-HTML_DOCS=( doc/documentation/html/ )
src_compile() {
distutils-r1_src_compile
@@ -52,6 +51,6 @@ src_compile() {
src_install() {
distutils-r1_src_install
-
+ use doc && HTML_DOCS=( doc/documentation/html/ )
doman doc/netzob.1
}