diff options
author | Sam James <sam@gentoo.org> | 2022-12-27 23:50:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-28 00:32:12 +0000 |
commit | b89f1ba57111f1f319e6eff64b73aedfec26398d (patch) | |
tree | ee8e13564ea42179fa58d26b121a531724474679 /app-alternatives | |
parent | app-alternatives/awk: drop 1, 3 (diff) | |
download | gentoo-b89f1ba57111f1f319e6eff64b73aedfec26398d.tar.gz gentoo-b89f1ba57111f1f319e6eff64b73aedfec26398d.tar.bz2 gentoo-b89f1ba57111f1f319e6eff64b73aedfec26398d.zip |
app-alternatives/yacc: drop 0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-alternatives')
-rw-r--r-- | app-alternatives/yacc/yacc-0.ebuild | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-alternatives/yacc/yacc-0.ebuild b/app-alternatives/yacc/yacc-0.ebuild deleted file mode 100644 index 40f51b6795ac..000000000000 --- a/app-alternatives/yacc/yacc-0.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Virtual for yacc (yet another compiler compiler)" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" - -LICENSE="metapackage" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -RDEPEND="|| ( sys-devel/bison dev-util/byacc dev-util/yacc )" |