diff options
author | Sam James <sam@gentoo.org> | 2022-12-02 04:19:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-02 21:09:48 +0000 |
commit | 02b17c9bb64e147affc4acecaa0ff4151b2329bf (patch) | |
tree | 2fc404197c16c76cdae2ecadb9c4390a77b5e4b7 /net-analyzer | |
parent | sys-devel/flex: support app-alternatives/lex (diff) | |
download | gentoo-02b17c9bb64e147affc4acecaa0ff4151b2329bf.tar.gz gentoo-02b17c9bb64e147affc4acecaa0ff4151b2329bf.tar.bz2 gentoo-02b17c9bb64e147affc4acecaa0ff4151b2329bf.zip |
Move {virtual -> app-alternatives}/yacc
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/apinger/apinger-0.6.1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/ettercap/ettercap-0.8.3.1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/ettercap/ettercap-9999.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/ippl/ippl-1.4.14-r6.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/nfdump/nfdump-1.6.24.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/nfdump/nfdump-1.7.0.1.ebuild | 2 |
6 files changed, 10 insertions, 10 deletions
diff --git a/net-analyzer/apinger/apinger-0.6.1.ebuild b/net-analyzer/apinger/apinger-0.6.1.ebuild index f57c2ae57160..4b130a04d478 100644 --- a/net-analyzer/apinger/apinger-0.6.1.ebuild +++ b/net-analyzer/apinger/apinger-0.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ KEYWORDS="~amd64" DEPEND=" sys-devel/flex - virtual/yacc + app-alternatives/yacc " DOCS=( AUTHORS ChangeLog NEWS README TODO ) PATCHES=( diff --git a/net-analyzer/ettercap/ettercap-0.8.3.1.ebuild b/net-analyzer/ettercap/ettercap-0.8.3.1.ebuild index 05db91778f2f..9cda1724861c 100644 --- a/net-analyzer/ettercap/ettercap-0.8.3.1.ebuild +++ b/net-analyzer/ettercap/ettercap-0.8.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -45,7 +45,7 @@ DEPEND="${RDEPEND} sys-apps/groff ) test? ( dev-libs/check ) sys-devel/flex - virtual/yacc" + app-alternatives/yacc" src_prepare() { sed -i "s:Release:Release Gentoo:" CMakeLists.txt || die diff --git a/net-analyzer/ettercap/ettercap-9999.ebuild b/net-analyzer/ettercap/ettercap-9999.ebuild index 07c3e35f6522..b050ccc4f5d7 100644 --- a/net-analyzer/ettercap/ettercap-9999.ebuild +++ b/net-analyzer/ettercap/ettercap-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -45,7 +45,7 @@ DEPEND="${RDEPEND} sys-apps/groff ) test? ( dev-libs/check ) sys-devel/flex - virtual/yacc" + app-alternatives/yacc" src_prepare() { sed -i "s:Release:Release Gentoo:" CMakeLists.txt || die diff --git a/net-analyzer/ippl/ippl-1.4.14-r6.ebuild b/net-analyzer/ippl/ippl-1.4.14-r6.ebuild index 1cddf3d999fa..6b7cda25bbc2 100644 --- a/net-analyzer/ippl/ippl-1.4.14-r6.ebuild +++ b/net-analyzer/ippl/ippl-1.4.14-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" BDEPEND=" - virtual/yacc + app-alternatives/yacc sys-devel/flex" RDEPEND="acct-user/ippl" diff --git a/net-analyzer/nfdump/nfdump-1.6.24.ebuild b/net-analyzer/nfdump/nfdump-1.6.24.ebuild index d4302f132f6c..4fad577222f0 100644 --- a/net-analyzer/nfdump/nfdump-1.6.24.ebuild +++ b/net-analyzer/nfdump/nfdump-1.6.24.ebuild @@ -29,7 +29,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" sys-devel/flex - virtual/yacc + app-alternatives/yacc doc? ( app-doc/doxygen media-gfx/graphviz diff --git a/net-analyzer/nfdump/nfdump-1.7.0.1.ebuild b/net-analyzer/nfdump/nfdump-1.7.0.1.ebuild index d4302f132f6c..4fad577222f0 100644 --- a/net-analyzer/nfdump/nfdump-1.7.0.1.ebuild +++ b/net-analyzer/nfdump/nfdump-1.7.0.1.ebuild @@ -29,7 +29,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" sys-devel/flex - virtual/yacc + app-alternatives/yacc doc? ( app-doc/doxygen media-gfx/graphviz |