diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-06-04 12:25:31 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-06-04 12:25:31 +0000 |
commit | 80f1add178c98750e6ca3dcd98b8e061727fcc95 (patch) | |
tree | e4648c25ba9c6dfa31b7e3685da50ecf28f66e4e /net-firewall/rtsp-conntrack/rtsp-conntrack-3.7.ebuild | |
parent | Revbump 1.8.4 due to broken libo doc generating. Patch already applied upstre... (diff) | |
download | historical-80f1add178c98750e6ca3dcd98b8e061727fcc95.tar.gz historical-80f1add178c98750e6ca3dcd98b8e061727fcc95.tar.bz2 historical-80f1add178c98750e6ca3dcd98b8e061727fcc95.zip |
Add installation of documentation, provided with package, wrt bug #376155. Thanks to Bertrand Jacquin for pointing on this issue
Package-Manager: portage-2.2.0_alpha177/cvs/Linux x86_64
Manifest-Sign-Key: 0x1F357D42
Diffstat (limited to 'net-firewall/rtsp-conntrack/rtsp-conntrack-3.7.ebuild')
-rw-r--r-- | net-firewall/rtsp-conntrack/rtsp-conntrack-3.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-firewall/rtsp-conntrack/rtsp-conntrack-3.7.ebuild b/net-firewall/rtsp-conntrack/rtsp-conntrack-3.7.ebuild index 8acca3387b21..22f4abc9faf2 100644 --- a/net-firewall/rtsp-conntrack/rtsp-conntrack-3.7.ebuild +++ b/net-firewall/rtsp-conntrack/rtsp-conntrack-3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/rtsp-conntrack/rtsp-conntrack-3.7.ebuild,v 1.1 2013/06/04 09:53:57 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/rtsp-conntrack/rtsp-conntrack-3.7.ebuild,v 1.2 2013/06/04 12:25:30 pinkbyte Exp $ EAPI=5 inherit eutils linux-mod versionator @@ -19,6 +19,7 @@ BUILD_TARGETS="all" MODULE_NAMES=" nf_conntrack_rtsp(net/netfilter::) nf_nat_rtsp(net/ipv4/netfilter::)" +MODULESD_NF_CONNTRACK_RTSP_DOCS="README.rst" CONFIG_CHECK="NF_CONNTRACK" WARNING_NF_CONNTRACK="You must enable NF_CONNTRACK in your kernel, otherwise ${PN} would not work" |