profiles/arch/arm64: Unmask py3.8+3.9
[gentoo.git] / dev-perl / Parse-Yapp / Parse-Yapp-1.210.0.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DIST_AUTHOR=WBRASWELL
7 DIST_VERSION=1.21
8 DIST_EXAMPLES=( "Calc.yp" "YappParse.yp" )
9 inherit perl-module
10
11 DESCRIPTION="Compiles yacc-like LALR grammars to generate Perl OO parser modules"
12
13 SLOT="0"
14 KEYWORDS="~alpha amd64 ~arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
15 IUSE=""
16
17 RDEPEND="!<net-fs/samba-4.10.6"
18 DEPEND="${RDEPEND}
19         virtual/perl-ExtUtils-MakeMaker
20 "
21 mydoc="docs/*"