From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 919D7138350 for ; Sat, 4 Apr 2020 10:55:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7296E0BBA; Sat, 4 Apr 2020 10:55:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9B9BE0BBA for ; Sat, 4 Apr 2020 10:55:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D623D34F0E0 for ; Sat, 4 Apr 2020 10:55:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 901C9154 for ; Sat, 4 Apr 2020 10:55:41 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1585997735.9c75cd61a25151c6836b3a4f6a6fc572ec54a217.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/crossover-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/crossover-bin/crossover-bin-18.5.0-r1.ebuild X-VCS-Directories: app-emulation/crossover-bin/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 9c75cd61a25151c6836b3a4f6a6fc572ec54a217 X-VCS-Branch: master Date: Sat, 4 Apr 2020 10:55:41 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d18d161b-63a1-4ec8-8d75-933d00d11596 X-Archives-Hash: 469285a575f10453d17c9cd7113ce270 commit: 9c75cd61a25151c6836b3a4f6a6fc572ec54a217 Author: Pacho Ramos gentoo org> AuthorDate: Sat Apr 4 10:55:14 2020 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Apr 4 10:55:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c75cd61 app-emulation/crossover-bin: Add config file to CONFIG_PROTECT Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Pacho Ramos gentoo.org> app-emulation/crossover-bin/crossover-bin-18.5.0-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-emulation/crossover-bin/crossover-bin-18.5.0-r1.ebuild b/app-emulation/crossover-bin/crossover-bin-18.5.0-r1.ebuild index 170b56d9e88..e103a45516a 100644 --- a/app-emulation/crossover-bin/crossover-bin-18.5.0-r1.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-18.5.0-r1.ebuild @@ -135,6 +135,8 @@ src_install() { # Install configuration file insinto /opt/cxoffice/etc doins share/crossover/data/cxoffice.conf + dodir /etc/env.d + echo "CONFIG_PROTECT=/opt/cxoffice/etc/cxoffice.conf" >> "${ED}"/etc/env.d/30crossover-bin || die # Konqueror in its infinite wisdom decides to try opening things for # writing, which are sandbox violations. This breaks the install process if