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 /sci-mathematics | |
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 'sci-mathematics')
-rw-r--r-- | sci-mathematics/genius/genius-1.0.27.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/giac/giac-1.7.0.13-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/giac/giac-1.9.0.29-r1.ebuild | 2 | ||||
-rw-r--r-- | sci-mathematics/spin/spin-6.5.2-r1.ebuild | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/sci-mathematics/genius/genius-1.0.27.ebuild b/sci-mathematics/genius/genius-1.0.27.ebuild index 008be2dfce7f..52b5a93b2a5c 100644 --- a/sci-mathematics/genius/genius-1.0.27.ebuild +++ b/sci-mathematics/genius/genius-1.0.27.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 @@ -32,7 +32,7 @@ DEPEND="${RDEPEND} dev-util/intltool sys-devel/autoconf-archive sys-devel/flex - virtual/yacc + app-alternatives/yacc " # eautoreconf needs sys-devel/autoconf-archive # dev-util/gtk-update-icon-cache because configure checks for it for some reason and never calls it with DESTDIR set.. diff --git a/sci-mathematics/giac/giac-1.7.0.13-r1.ebuild b/sci-mathematics/giac/giac-1.7.0.13-r1.ebuild index a43984b06906..301046562c6f 100644 --- a/sci-mathematics/giac/giac-1.7.0.13-r1.ebuild +++ b/sci-mathematics/giac/giac-1.7.0.13-r1.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 @@ -44,7 +44,7 @@ DEPEND="${RDEPEND}" BDEPEND="dev-tex/hevea virtual/pkgconfig - virtual/yacc" + app-alternatives/yacc" PATCHES=( "${FILESDIR}/${PN}-1.7.0.1-gsl_lapack.patch" diff --git a/sci-mathematics/giac/giac-1.9.0.29-r1.ebuild b/sci-mathematics/giac/giac-1.9.0.29-r1.ebuild index 6e7c236f37e3..5c24d8828a7a 100644 --- a/sci-mathematics/giac/giac-1.9.0.29-r1.ebuild +++ b/sci-mathematics/giac/giac-1.9.0.29-r1.ebuild @@ -44,7 +44,7 @@ DEPEND="${RDEPEND}" BDEPEND="dev-tex/hevea virtual/pkgconfig - virtual/yacc" + app-alternatives/yacc" PATCHES=( "${FILESDIR}/${PN}-1.7.0.1-gsl_lapack.patch" diff --git a/sci-mathematics/spin/spin-6.5.2-r1.ebuild b/sci-mathematics/spin/spin-6.5.2-r1.ebuild index 0e1f17681a7c..89ec50ed73ec 100644 --- a/sci-mathematics/spin/spin-6.5.2-r1.ebuild +++ b/sci-mathematics/spin/spin-6.5.2-r1.ebuild @@ -23,7 +23,7 @@ RDEPEND="sys-devel/gcc dev-lang/tk graphviz? ( media-gfx/graphviz ) )" -BDEPEND="virtual/yacc" +BDEPEND="app-alternatives/yacc" PATCHES=( "${FILESDIR}"/${PN}-6.5.2-makefile.patch |