From: Francisco Blas (klondike) Izquierdo Riera Date: Thu, 5 Dec 2019 02:03:01 +0000 (+0100) Subject: net-firewall/nftables: Port missing changes to 0.9.3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=05a624159dea4811d5212e59d97c3ee471f58559;p=gentoo.git net-firewall/nftables: Port missing changes to 0.9.3 Lars added nftables-0.9.3 at the time I was doing the changes to rename the modern_kernel USE flag and move the skel files into its own folder in doc. As a result of this, I missed the ebuild and didn't update it. Update also the 0.9.3 ebuild so it follows the same conventions as the others. Signed-off-by: Francisco Blas Izquierdo Riera (klondike) Package-Manager: Portage-2.3.76, Repoman-2.3.11 Signed-off-by: Matthew Thode --- diff --git a/net-firewall/nftables/nftables-0.9.3.ebuild b/net-firewall/nftables/nftables-0.9.3-r1.ebuild similarity index 96% rename from net-firewall/nftables/nftables-0.9.3.ebuild rename to net-firewall/nftables/nftables-0.9.3-r1.ebuild index 26df15a2aeaa..ded9ef81c8a9 100644 --- a/net-firewall/nftables/nftables-0.9.3.ebuild +++ b/net-firewall/nftables/nftables-0.9.3-r1.ebuild @@ -66,9 +66,9 @@ src_prepare() { default # fix installation path for doc stuff - sed '/^pkgsysconfdir/s@${sysconfdir}.*$@${docdir}@' \ + sed '/^pkgsysconfdir/s@${sysconfdir}.*$@${docdir}/skels@' \ -i files/nftables/Makefile.am || die - sed '/^pkgsysconfdir/s@${sysconfdir}.*$@${docdir}/osf@' \ + sed '/^pkgsysconfdir/s@${sysconfdir}.*$@${docdir}/skels/osf@' \ -i files/osf/Makefile.am || die eautoreconf