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 B70DB138334 for ; Mon, 18 Feb 2019 09:08:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CE47E0876; Mon, 18 Feb 2019 09:08:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4279DE0876 for ; Mon, 18 Feb 2019 09:08:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 48072335CD2 for ; Mon, 18 Feb 2019 09:08:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74D11548 for ; Mon, 18 Feb 2019 09:08:28 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1550480896.17d57dfd9387077096e3238fd82252c2f6360e89.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/openocd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/openocd/openocd-0.10.0.ebuild dev-embedded/openocd/openocd-0.9.0.ebuild X-VCS-Directories: dev-embedded/openocd/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 17d57dfd9387077096e3238fd82252c2f6360e89 X-VCS-Branch: master Date: Mon, 18 Feb 2019 09:08:28 +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: f86d32d8-d8c9-4289-b897-7ca73641ec25 X-Archives-Hash: 701f7d31ebbfc6d3208b2391734c5c98 commit: 17d57dfd9387077096e3238fd82252c2f6360e89 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Feb 18 09:06:34 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Feb 18 09:08:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d57dfd dev-embedded/openocd: drop prepstrip Newer ebuilds use 'dostrip', older ebuilds will install unstripped binaries. Closes: https://bugs.gentoo.org/587308 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich gentoo.org> dev-embedded/openocd/openocd-0.10.0.ebuild | 3 +-- dev-embedded/openocd/openocd-0.9.0.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-embedded/openocd/openocd-0.10.0.ebuild b/dev-embedded/openocd/openocd-0.10.0.ebuild index 44c2c20d537..72a0bbe07a5 100644 --- a/dev-embedded/openocd/openocd-0.10.0.ebuild +++ b/dev-embedded/openocd/openocd-0.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -136,7 +136,6 @@ src_configure() { src_install() { default - env -uRESTRICT prepstrip "${ED}"/usr/bin udev_dorules "${D}"/usr/share/${PN}/contrib/*.rules } diff --git a/dev-embedded/openocd/openocd-0.9.0.ebuild b/dev-embedded/openocd/openocd-0.9.0.ebuild index 7a694fd3a84..d6d36ec4b0a 100644 --- a/dev-embedded/openocd/openocd-0.9.0.ebuild +++ b/dev-embedded/openocd/openocd-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -126,7 +126,6 @@ src_configure() { src_install() { default - env -uRESTRICT prepstrip "${ED}"/usr/bin udev_dorules "${D}"/usr/share/${PN}/contrib/*.rules }