commit: 8132af8b13cd811f251d539142797caacbd8833a
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 12:54:31 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 12:54:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8132af8b
app-crypt/mcrypt: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
app-crypt/mcrypt/mcrypt-2.6.8-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-crypt/mcrypt/mcrypt-2.6.8-r3.ebuild
b/app-crypt/mcrypt/mcrypt-2.6.8-r3.ebuild
index 4db26ac6ea8..f9bd690e548 100644
--- a/app-crypt/mcrypt/mcrypt-2.6.8-r3.ebuild
+++ b/app-crypt/mcrypt/mcrypt-2.6.8-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/mcrypt/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~x86-macos"
+KEYWORDS="amd64 ppc sparc x86"
IUSE="nls"
RDEPEND=">=dev-libs/libmcrypt-2.5.8