diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-10-27 20:06:31 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-10-27 21:04:17 +0200 |
commit | a658d3911ac062a3c4749026e46a12a4cd028da8 (patch) | |
tree | d5deeb134c9bf6d3ebec0ab18c9ebc25b757d105 /dev-perl/Term-Table | |
parent | sys-power/nut: Drop superfluous FILESDIR subdir (diff) | |
download | gentoo-a658d3911ac062a3c4749026e46a12a4cd028da8.tar.gz gentoo-a658d3911ac062a3c4749026e46a12a4cd028da8.tar.bz2 gentoo-a658d3911ac062a3c4749026e46a12a4cd028da8.zip |
dev-perl/Term-Table: added Prefix keywords, bug #665088
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-perl/Term-Table')
-rw-r--r-- | dev-perl/Term-Table/Term-Table-0.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Term-Table/Term-Table-0.8.0.ebuild b/dev-perl/Term-Table/Term-Table-0.8.0.ebuild index 73b5668d73fc..427196174bc6 100644 --- a/dev-perl/Term-Table/Term-Table-0.8.0.ebuild +++ b/dev-perl/Term-Table/Term-Table-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit perl-module eutils DESCRIPTION="Format a header and rows into a table" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=" |