diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-07 21:20:02 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-07 21:27:01 +0200 |
commit | c94db04ff54b13c3286cd2f93b8ff2110bed4a2d (patch) | |
tree | 7ff7450fa139b46449159eb460b4d100959c9696 /dev-perl/Crypt-DH-GMP | |
parent | www-client/microsoft-edge-beta: bump to 91.0.864.19 (diff) | |
download | gentoo-c94db04ff54b13c3286cd2f93b8ff2110bed4a2d.tar.gz gentoo-c94db04ff54b13c3286cd2f93b8ff2110bed4a2d.tar.bz2 gentoo-c94db04ff54b13c3286cd2f93b8ff2110bed4a2d.zip |
dev-perl/Crypt-DH-GMP: Stable for amd64
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Crypt-DH-GMP')
-rw-r--r-- | dev-perl/Crypt-DH-GMP/Crypt-DH-GMP-0.0.120-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Crypt-DH-GMP/Crypt-DH-GMP-0.0.120-r1.ebuild b/dev-perl/Crypt-DH-GMP/Crypt-DH-GMP-0.0.120-r1.ebuild index 30f27ae19248..317f7351fc93 100644 --- a/dev-perl/Crypt-DH-GMP/Crypt-DH-GMP-0.0.120-r1.ebuild +++ b/dev-perl/Crypt-DH-GMP/Crypt-DH-GMP-0.0.120-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="Crypt::DH Using GMP Directly" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |