diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-04-14 21:58:02 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-04-14 21:58:15 +0200 |
commit | 73926e2a608da3a7e955da2fd9a83c5f2532e717 (patch) | |
tree | a8acbd2dd7468717dde2e0dde6292e2ffc8b4ef4 /net-analyzer/dnsenum | |
parent | dev-perl/Net-Whois-IP: stabilize 1.190.0-r2 for amd64 (diff) | |
download | gentoo-73926e2a608da3a7e955da2fd9a83c5f2532e717.tar.gz gentoo-73926e2a608da3a7e955da2fd9a83c5f2532e717.tar.bz2 gentoo-73926e2a608da3a7e955da2fd9a83c5f2532e717.zip |
net-analyzer/dnsenum: stabilize 1.2.2 for amd64
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-analyzer/dnsenum')
-rw-r--r-- | net-analyzer/dnsenum/dnsenum-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/dnsenum/dnsenum-1.2.2.ebuild b/net-analyzer/dnsenum/dnsenum-1.2.2.ebuild index ac19ef55f4d4..7df960e72a02 100644 --- a/net-analyzer/dnsenum/dnsenum-1.2.2.ebuild +++ b/net-analyzer/dnsenum/dnsenum-1.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://dnsenum.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND=" dev-perl/Net-DNS |