Diff Net-DNS-SEC-1.200.0 with a Net-DNS-SEC-1.210.0
/usr/portage/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.210.0.ebuild 2023-10-09 14:52:29.900368360 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
DIST_AUTHOR=NLNETLABS |
7 |
DIST_VERSION=1.20 |
|
7 |
DIST_VERSION=1.21 |
|
8 | 8 |
inherit perl-module |
9 | 9 | |
10 | 10 |
DESCRIPTION="DNSSEC extensions to Net::DNS" |
11 | 11 |
LICENSE="MIT" |
12 | 12 |
SLOT="0" |
13 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
13 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
14 | 14 | |
15 | 15 |
RDEPEND=" |
16 | 16 |
dev-libs/openssl:= |
... | ... | |
21 | 21 |
>=dev-perl/Net-DNS-1.80.0 |
22 | 22 |
" |
23 | 23 |
DEPEND="dev-libs/openssl:=" |
24 |
# pkgconfig is used to find openssl |
|
24 | 25 |
BDEPEND=" |
25 | 26 |
${RDEPEND} |
26 | 27 |
>=virtual/perl-ExtUtils-MakeMaker-6.480.0 |
28 |
virtual/pkgconfig |
|
27 | 29 |
test? ( |
28 | 30 |
>=virtual/perl-Test-Simple-0.470.0 |
29 | 31 |
) |