2020-08-17 09:24:27 +03:00
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
2019-08-04 23:21:45 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=6
|
|
|
|
|
|
|
|
DIST_AUTHOR=PLICEASE
|
|
|
|
DIST_VERSION=0.09
|
|
|
|
inherit perl-module
|
|
|
|
|
|
|
|
DESCRIPTION="Make an educated guess about the shell in use"
|
|
|
|
|
|
|
|
SLOT="0"
|
2020-09-03 08:39:42 +03:00
|
|
|
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
2019-08-04 23:21:45 +03:00
|
|
|
IUSE="test"
|
2019-12-11 07:26:00 +03:00
|
|
|
RESTRICT="!test? ( test )"
|
2019-08-04 23:21:45 +03:00
|
|
|
|
|
|
|
DEPEND="virtual/perl-ExtUtils-MakeMaker
|
|
|
|
test? ( >=virtual/perl-Test-Simple-0.940.0 )
|
|
|
|
"
|