diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-06-04 12:25:30 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-06-04 12:25:30 +0000 |
commit | 8271cd13380c00e81fdf834e76fdcd49ee5cb45b (patch) | |
tree | b66046591bf4353103335608a13357f2f02629cf /net-firewall/rtsp-conntrack | |
parent | Revbump 1.8.4 due to broken libo doc generating. Patch already applied upstre... (diff) | |
download | gentoo-2-8271cd13380c00e81fdf834e76fdcd49ee5cb45b.tar.gz gentoo-2-8271cd13380c00e81fdf834e76fdcd49ee5cb45b.tar.bz2 gentoo-2-8271cd13380c00e81fdf834e76fdcd49ee5cb45b.zip |
Add installation of documentation, provided with package, wrt bug #376155. Thanks to Bertrand Jacquin for pointing on this issue
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-firewall/rtsp-conntrack')
-rw-r--r-- | net-firewall/rtsp-conntrack/ChangeLog | 6 | ||||
-rw-r--r-- | net-firewall/rtsp-conntrack/rtsp-conntrack-3.7.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-firewall/rtsp-conntrack/ChangeLog b/net-firewall/rtsp-conntrack/ChangeLog index aa1484090040..06f0f41afd57 100644 --- a/net-firewall/rtsp-conntrack/ChangeLog +++ b/net-firewall/rtsp-conntrack/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-firewall/rtsp-conntrack # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/rtsp-conntrack/ChangeLog,v 1.1 2013/06/04 09:53:57 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/rtsp-conntrack/ChangeLog,v 1.2 2013/06/04 12:25:30 pinkbyte Exp $ + + 04 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> rtsp-conntrack-3.7.ebuild: + Add installation of documentation, provided with package, wrt bug #376155. + Thanks to Bertrand Jacquin for pointing on this issue *rtsp-conntrack-3.7 (04 Jun 2013) 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" |