diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-05-19 22:46:38 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-05-19 22:50:23 -0700 |
commit | 156bc1ccdc26f4ecd4bfe4d886d1f9f9e8325806 (patch) | |
tree | 65e53b369865c678fe68a726bc28f61b10017820 /dev-perl/Mail-Box-IMAP4 | |
parent | dev-perl/Mail-Transport: add ~ppc64 keyword (diff) | |
download | gentoo-156bc1ccdc26f4ecd4bfe4d886d1f9f9e8325806.tar.gz gentoo-156bc1ccdc26f4ecd4bfe4d886d1f9f9e8325806.tar.bz2 gentoo-156bc1ccdc26f4ecd4bfe4d886d1f9f9e8325806.zip |
dev-perl/Mail-Box-IMAP4: add ~ppc64 keyword
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-perl/Mail-Box-IMAP4')
-rw-r--r-- | dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.2.0.ebuild b/dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.2.0.ebuild index b9859fc246f4..cf4a956b6682 100644 --- a/dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.2.0.ebuild +++ b/dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Mail::Box connector via IMAP4" SLOT="0" -KEYWORDS="~alpha amd64 x86" +KEYWORDS="~alpha amd64 ~ppc64 x86" IUSE="test" RESTRICT="!test? ( test )" |