From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 448A41388C1 for ; Sun, 22 Nov 2015 19:21:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E8E6E05C1; Sun, 22 Nov 2015 19:21:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECC5DE05C1 for ; Sun, 22 Nov 2015 19:21:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E607534074E for ; Sun, 22 Nov 2015 19:21:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71061A95 for ; Sun, 22 Nov 2015 19:21:17 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1448220062.d587029d478e3bf926062922a6ec983d3456435f.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/palo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/palo/palo-1.95.ebuild sys-boot/palo/palo-9999.ebuild X-VCS-Directories: sys-boot/palo/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: d587029d478e3bf926062922a6ec983d3456435f X-VCS-Branch: master Date: Sun, 22 Nov 2015 19:21:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1297faa2-7e87-4747-909e-e31bd8b4a274 X-Archives-Hash: d9dad0e464b487430814597a0800c53c commit: d587029d478e3bf926062922a6ec983d3456435f Author: Jeroen Roovers gentoo org> AuthorDate: Sun Nov 22 19:18:47 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Nov 22 19:21:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d587029d sys-boot/palo: Use insopts instead of INSOPTIONS (bug #566492). Package-Manager: portage-2.2.25 sys-boot/palo/palo-1.95.ebuild | 3 ++- sys-boot/palo/palo-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-boot/palo/palo-1.95.ebuild b/sys-boot/palo/palo-1.95.ebuild index 8c537ac..03ea982 100644 --- a/sys-boot/palo/palo-1.95.ebuild +++ b/sys-boot/palo/palo-1.95.ebuild @@ -40,5 +40,6 @@ src_install() { doins iplboot insinto /etc/kernel/postinst.d/ - INSOPTIONS="-m 0744" doins "${FILESDIR}"/99palo + insopts -m 0744 + doins "${FILESDIR}"/99palo } diff --git a/sys-boot/palo/palo-9999.ebuild b/sys-boot/palo/palo-9999.ebuild index e1bb604..cb7b91a 100644 --- a/sys-boot/palo/palo-9999.ebuild +++ b/sys-boot/palo/palo-9999.ebuild @@ -40,5 +40,6 @@ src_install() { doins iplboot insinto /etc/kernel/postinst.d/ - INSOPTIONS="-m 0744" doins "${FILESDIR}"/99palo + insopts -m 0744 + doins "${FILESDIR}"/99palo }