diff options
author | 2022-01-10 02:40:19 -0500 | |
---|---|---|
committer | 2022-01-10 02:49:22 -0500 | |
commit | 4a8550920b331aa06b7efb406b3231db8d787e3c (patch) | |
tree | e98f0d1ccc49f1e5b28380b28189a1157f8b462a /dev-perl | |
parent | dev-perl/FCGI: Added ~mips to KEYWORDS (diff) | |
download | gentoo-4a8550920b331aa06b7efb406b3231db8d787e3c.tar.gz gentoo-4a8550920b331aa06b7efb406b3231db8d787e3c.tar.bz2 gentoo-4a8550920b331aa06b7efb406b3231db8d787e3c.zip |
dev-perl/FCGI-Client: Added ~mips to KEYWORDS
Bug: https://bugs.gentoo.org/820548
Signed-off-by: Joshua Kinard <kumba@gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild b/dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild index b0e817a3a44f..56d0efc5dd5c 100644 --- a/dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild +++ b/dev-perl/FCGI-Client/FCGI-Client-0.90.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Client library for fastcgi protocol" SLOT="0" -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" RDEPEND=" virtual/perl-IO |