diff options
author | Sam James <sam@gentoo.org> | 2021-05-11 22:14:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-11 22:14:06 +0000 |
commit | c5111f1d387aaea6d6f7c5645c4d1f03538325a5 (patch) | |
tree | 6c114196152b57f42369846824fc80881ed21d0e /dev-perl/Crypt-PasswdMD5 | |
parent | net-analyzer/suricata: leave sphinx-build and pdflatex alone (diff) | |
download | gentoo-c5111f1d387aaea6d6f7c5645c4d1f03538325a5.tar.gz gentoo-c5111f1d387aaea6d6f7c5645c4d1f03538325a5.tar.bz2 gentoo-c5111f1d387aaea6d6f7c5645c4d1f03538325a5.zip |
dev-perl/Crypt-PasswdMD5: Stabilize 1.400.0-r1 amd64, #789513
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Crypt-PasswdMD5')
-rw-r--r-- | dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild b/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild index a6d037effc71..341dbec447fc 100644 --- a/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild +++ b/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Provides interoperable MD5-based crypt() functions" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" |