Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/palo/
Date: Sun, 22 Nov 2015 19:21:24
Message-Id: 1448220062.d587029d478e3bf926062922a6ec983d3456435f.jer@gentoo
1 commit: d587029d478e3bf926062922a6ec983d3456435f
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 22 19:18:47 2015 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 22 19:21:02 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d587029d
7
8 sys-boot/palo: Use insopts instead of INSOPTIONS (bug #566492).
9
10 Package-Manager: portage-2.2.25
11
12 sys-boot/palo/palo-1.95.ebuild | 3 ++-
13 sys-boot/palo/palo-9999.ebuild | 3 ++-
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-boot/palo/palo-1.95.ebuild b/sys-boot/palo/palo-1.95.ebuild
17 index 8c537ac..03ea982 100644
18 --- a/sys-boot/palo/palo-1.95.ebuild
19 +++ b/sys-boot/palo/palo-1.95.ebuild
20 @@ -40,5 +40,6 @@ src_install() {
21 doins iplboot
22
23 insinto /etc/kernel/postinst.d/
24 - INSOPTIONS="-m 0744" doins "${FILESDIR}"/99palo
25 + insopts -m 0744
26 + doins "${FILESDIR}"/99palo
27 }
28
29 diff --git a/sys-boot/palo/palo-9999.ebuild b/sys-boot/palo/palo-9999.ebuild
30 index e1bb604..cb7b91a 100644
31 --- a/sys-boot/palo/palo-9999.ebuild
32 +++ b/sys-boot/palo/palo-9999.ebuild
33 @@ -40,5 +40,6 @@ src_install() {
34 doins iplboot
35
36 insinto /etc/kernel/postinst.d/
37 - INSOPTIONS="-m 0744" doins "${FILESDIR}"/99palo
38 + insopts -m 0744
39 + doins "${FILESDIR}"/99palo
40 }