commit:     26cea64e6babf705749fda62983aa24a3097a64d
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 08:48:07 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> 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 <jer <AT> 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)

Reply via email to