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 CF806138334 for ; Wed, 8 May 2019 17:05:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B58DCE08E0; Wed, 8 May 2019 17:05:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 99A1EE08E0 for ; Wed, 8 May 2019 17:05:22 +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 7A003343CB4 for ; Wed, 8 May 2019 17:05:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1ACD5F5 for ; Wed, 8 May 2019 17:05:17 +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: <1557335018.b540abdbca30ce0d57c4cb832268a93fdd5711aa.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/vde/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/vde/vde-2.3.2-r4.ebuild X-VCS-Directories: net-misc/vde/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b540abdbca30ce0d57c4cb832268a93fdd5711aa X-VCS-Branch: master Date: Wed, 8 May 2019 17:05: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 37bf17db-f63a-477f-a872-7d3c2084a3c6 X-Archives-Hash: c15c938c829e7f1c7afeb18b15075d92 commit: b540abdbca30ce0d57c4cb832268a93fdd5711aa Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 6 19:49:52 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 8 17:03:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b540abdb net-misc/vde: No more ltprune Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> net-misc/vde/vde-2.3.2-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/vde/vde-2.3.2-r4.ebuild b/net-misc/vde/vde-2.3.2-r4.ebuild index 93a75bf2b54..45c90ec179d 100644 --- a/net-misc/vde/vde-2.3.2-r4.ebuild +++ b/net-misc/vde/vde-2.3.2-r4.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit ltprune python-single-r1 user flag-o-matic +inherit python-single-r1 user flag-o-matic MY_P="${PN}2-${PV}" @@ -59,7 +59,7 @@ src_compile() { src_install() { default - prune_libtool_files + find "${D}" -name '*.la' -type f -delete || die newinitd "${FILESDIR}"/vde.init-r1 vde newconfd "${FILESDIR}"/vde.conf-r1 vde