diff options
author | Sam James <sam@gentoo.org> | 2021-05-13 15:52:30 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-13 15:52:30 +0200 |
commit | 199e6efe814490b5c37ea231509654fdc9d70696 (patch) | |
tree | b3cbb294c8d86e07f22b59b3f1fbd9967d63849b /virtual/yacc | |
parent | virtual/daemontools: update EAPI 5 -> 7 (diff) | |
download | gentoo-199e6efe814490b5c37ea231509654fdc9d70696.tar.gz gentoo-199e6efe814490b5c37ea231509654fdc9d70696.tar.bz2 gentoo-199e6efe814490b5c37ea231509654fdc9d70696.zip |
virtual/yacc: update EAPI 5 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'virtual/yacc')
-rw-r--r-- | virtual/yacc/yacc-0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/virtual/yacc/yacc-0.ebuild b/virtual/yacc/yacc-0.ebuild index d0c70a348964..07a155cc5abb 100644 --- a/virtual/yacc/yacc-0.ebuild +++ b/virtual/yacc/yacc-0.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 + +DESCRIPTION="Virtual for yacc (yet another compiler compiler)" -DESCRIPTION="virtual for yacc (yet another compiler compiler)" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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" |