From 02b17c9bb64e147affc4acecaa0ff4151b2329bf Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 2 Dec 2022 04:19:46 +0000 Subject: Move {virtual -> app-alternatives}/yacc Signed-off-by: Sam James --- dev-lang/c-intercal/c-intercal-31.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-lang/c-intercal') diff --git a/dev-lang/c-intercal/c-intercal-31.0.ebuild b/dev-lang/c-intercal/c-intercal-31.0.ebuild index 1639cfbf56fc..72838a9e05eb 100644 --- a/dev-lang/c-intercal/c-intercal-31.0.ebuild +++ b/dev-lang/c-intercal/c-intercal-31.0.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 @@ -35,7 +35,7 @@ IUSE="emacs examples" RDEPEND="emacs? ( >=app-editors/emacs-23.1:* )" BDEPEND="${RDEPEND} sys-devel/flex - virtual/yacc" + app-alternatives/yacc" S="${WORKDIR}/${MY_P}" SITEFILE="50${PN}-gentoo.el" -- cgit v1.2.3-65-gdbad