*/*: [QA] Fix trivial cases of MissingTestRestrict
[gentoo.git] / perl-core / Digest / Digest-1.170.0-r1.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 MY_PN=Digest
7 MODULE_AUTHOR=GAAS
8 MODULE_VERSION=1.17
9 inherit perl-module
10
11 DESCRIPTION="Modules that calculate message digests"
12
13 SLOT="0"
14 KEYWORDS=""
15 IUSE=""
16
17 RDEPEND="virtual/perl-MIME-Base64"
18 DEPEND="${RDEPEND}"
19
20 SRC_TEST="do"
21 mydoc="rfc*.txt"