diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-01-07 01:00:54 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-01-07 01:01:08 +0200 |
commit | acaf761353763d2f9b02c8b3cc37abd9c2a16be9 (patch) | |
tree | 50ac3581f6d2ce0829137ff31705573ea8a3de79 /dev-perl/File-Slurper | |
parent | dev-python/pid: clean up old (diff) | |
download | gentoo-acaf761353763d2f9b02c8b3cc37abd9c2a16be9.tar.gz gentoo-acaf761353763d2f9b02c8b3cc37abd9c2a16be9.tar.bz2 gentoo-acaf761353763d2f9b02c8b3cc37abd9c2a16be9.zip |
dev-perl/File-Slurper: Drop ~mips keyword, nothing needs it
Gentoo-bug: 603078
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-perl/File-Slurper')
-rw-r--r-- | dev-perl/File-Slurper/File-Slurper-0.0.800.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/File-Slurper/File-Slurper-0.0.800.ebuild b/dev-perl/File-Slurper/File-Slurper-0.0.800.ebuild index b8fce78fba8f..c506aec2f537 100644 --- a/dev-perl/File-Slurper/File-Slurper-0.0.800.ebuild +++ b/dev-perl/File-Slurper/File-Slurper-0.0.800.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A simple, sane and efficient module to slurp a file" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="" SRC_TEST="do" |