diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-08-24 10:48:07 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-08-24 10:52:39 +0200 |
commit | 26cea64e6babf705749fda62983aa24a3097a64d (patch) | |
tree | 8996588629c4092d57e39ca0dc2c9bad3688b136 /net-libs/libsmi | |
parent | net-libs/libsmi: Add missing dependency on virtual/yacc (diff) | |
download | gentoo-26cea64e6babf705749fda62983aa24a3097a64d.tar.gz gentoo-26cea64e6babf705749fda62983aa24a3097a64d.tar.bz2 gentoo-26cea64e6babf705749fda62983aa24a3097a64d.zip |
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@gentoo.org>
Diffstat (limited to 'net-libs/libsmi')
-rw-r--r-- | net-libs/libsmi/libsmi-0.4.8-r1.ebuild | 3 | ||||
-rw-r--r-- | net-libs/libsmi/libsmi-0.5.0-r1.ebuild | 3 |
2 files changed, 0 insertions, 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 4c9cae8dfac7..0892ae6d97c8 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 a92be813b4d1..7eb07472195b 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) |