diff options
author | 2021-01-06 20:53:53 +0100 | |
---|---|---|
committer | 2021-01-06 22:53:10 +0100 | |
commit | d9451f8df969745cf903b6cd6588f1eae4f48881 (patch) | |
tree | b56ab8228cd7d229d5156f7fc81bf82a85789051 /dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.0-r1.ebuild | |
parent | dev-perl/Crypt-DES: drop x86-macos (diff) | |
download | gentoo-d9451f8df969745cf903b6cd6588f1eae4f48881.tar.gz gentoo-d9451f8df969745cf903b6cd6588f1eae4f48881.tar.bz2 gentoo-d9451f8df969745cf903b6cd6588f1eae4f48881.zip |
dev-perl/Crypt-DES_EDE3: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.0-r1.ebuild')
-rw-r--r-- | dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.0-r1.ebuild b/dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.0-r1.ebuild index 27d1675615f..ed8c2d52b22 100644 --- a/dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.0-r1.ebuild +++ b/dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.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=5 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Triple-DES EDE encryption/decryption" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="" RDEPEND="dev-perl/Crypt-DES" |