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 51FBA138334 for ; Fri, 15 Mar 2019 10:49:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63259E0946; Fri, 15 Mar 2019 10:49:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 33B5DE0946 for ; Fri, 15 Mar 2019 10:49:04 +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 E4637335CE9 for ; Fri, 15 Mar 2019 10:49:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C5014B2 for ; Fri, 15 Mar 2019 10:49:00 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1552646928.fde01392bf69e7cfe9e72a42f972386dcad3b68c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnssec-check/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/dnssec-check/dnssec-check-2.2.ebuild X-VCS-Directories: net-dns/dnssec-check/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fde01392bf69e7cfe9e72a42f972386dcad3b68c X-VCS-Branch: master Date: Fri, 15 Mar 2019 10:49:00 +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: 980f7795-a9e7-44e6-bc6b-c609b5929174 X-Archives-Hash: b3c4171242c6d56daf28231039a01ca6 commit: fde01392bf69e7cfe9e72a42f972386dcad3b68c Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 15 10:48:24 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 15 10:48:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde01392 net-dns/dnssec-check: Add missing default call Closes: https://bugs.gentoo.org/673314 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> net-dns/dnssec-check/dnssec-check-2.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-dns/dnssec-check/dnssec-check-2.2.ebuild b/net-dns/dnssec-check/dnssec-check-2.2.ebuild index e8ecc70c682..d5e58b4805f 100644 --- a/net-dns/dnssec-check/dnssec-check-2.2.ebuild +++ b/net-dns/dnssec-check/dnssec-check-2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,6 +21,7 @@ RDEPEND=" DEPEND="${RDEPEND}" src_prepare() { + default sed -e '/Exec=/s:/opt::' -i ${PN}.desktop || die } @@ -29,7 +30,7 @@ src_configure() { } src_install() { - emake INSTALL_ROOT="${D}usr" install + emake INSTALL_ROOT="${D}/usr" install doicon ${PN}.png domenu ${PN}.desktop