commit: 05a624159dea4811d5212e59d97c3ee471f58559
Author: Francisco Blas (klondike) Izquierdo Riera <klondike <AT> gentoo
<DOT> org>
AuthorDate: Thu Dec 5 02:03:01 2019 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Dec 5 02:19:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05a62415
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) <klondike <AT>
gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.11
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
.../nftables/{nftables-0.9.3.ebuild => nftables-0.9.3-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 26df15a2aea..ded9ef81c8a 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