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 C5316138359 for ; Mon, 24 Aug 2020 08:52:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6B78E07FA; Mon, 24 Aug 2020 08:52: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 ACBC1E07FA for ; Mon, 24 Aug 2020 08:52: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 6E19033BEAE for ; Mon, 24 Aug 2020 08:52:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB80531C for ; Mon, 24 Aug 2020 08:52:40 +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: <1598259159.26cea64e6babf705749fda62983aa24a3097a64d.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsmi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libsmi/libsmi-0.4.8-r1.ebuild net-libs/libsmi/libsmi-0.5.0-r1.ebuild X-VCS-Directories: net-libs/libsmi/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 26cea64e6babf705749fda62983aa24a3097a64d X-VCS-Branch: master Date: Mon, 24 Aug 2020 08:52:40 +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: 8a50b832-dcd0-44cf-8c58-0c85c250a569 X-Archives-Hash: 5781c522c99bf315a274218cf62d64d2 commit: 26cea64e6babf705749fda62983aa24a3097a64d Author: Jeroen Roovers gentoo org> AuthorDate: Mon Aug 24 08:48:07 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Aug 24 08:52:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26cea64e net-libs/libsmi: Drop virtual/yacc again As with sys-devel/flex, virtual/yacc would only be needed if the parser input is older than its output, which in the current versions is not the case (perhaps depending on the type of filesystem the sources are temporarily and temperamentally stored on, but touching the output file would then have the same effect). Not an actual revert as the incidental 0.5.0 EAPI=7 changes remain. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jeroen Roovers gentoo.org> net-libs/libsmi/libsmi-0.4.8-r1.ebuild | 3 --- net-libs/libsmi/libsmi-0.5.0-r1.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/net-libs/libsmi/libsmi-0.4.8-r1.ebuild b/net-libs/libsmi/libsmi-0.4.8-r1.ebuild index 4c9cae8dfac..0892ae6d97c 100644 --- a/net-libs/libsmi/libsmi-0.4.8-r1.ebuild +++ b/net-libs/libsmi/libsmi-0.4.8-r1.ebuild @@ -12,9 +12,6 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 s390 sparc x86" IUSE="static-libs" -DEPEND=" - virtual/yacc -" src_prepare() { epatch "${FILESDIR}"/${P}-CVE-2010-2891.patch diff --git a/net-libs/libsmi/libsmi-0.5.0-r1.ebuild b/net-libs/libsmi/libsmi-0.5.0-r1.ebuild index a92be813b4d..7eb07472195 100644 --- a/net-libs/libsmi/libsmi-0.5.0-r1.ebuild +++ b/net-libs/libsmi/libsmi-0.5.0-r1.ebuild @@ -11,9 +11,6 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="static-libs" -BDEPEND=" - virtual/yacc -" src_configure() { econf $(use_enable static-libs static)