diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-09-08 10:56:27 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-09-08 11:28:12 +1200 |
commit | 274c0c3a2c3bd635e8d6c444cc090fbe7a89e5cb (patch) | |
tree | f66c79039d426851c7d86f21ccc6594d336049bc /dev-perl/YAML-Tiny | |
parent | dev-perl/Expect: Restore ~s390 keywords (diff) | |
download | gentoo-274c0c3a2c3bd635e8d6c444cc090fbe7a89e5cb.tar.gz gentoo-274c0c3a2c3bd635e8d6c444cc090fbe7a89e5cb.tar.bz2 gentoo-274c0c3a2c3bd635e8d6c444cc090fbe7a89e5cb.zip |
dev-perl/YAML-Tiny: Restore ~alpha ~hppa
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl/YAML-Tiny')
-rw-r--r-- | dev-perl/YAML-Tiny/YAML-Tiny-1.730.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/YAML-Tiny/YAML-Tiny-1.730.0.ebuild b/dev-perl/YAML-Tiny/YAML-Tiny-1.730.0.ebuild index 03d1c30197ce..2cdf4b725ec1 100644 --- a/dev-perl/YAML-Tiny/YAML-Tiny-1.730.0.ebuild +++ b/dev-perl/YAML-Tiny/YAML-Tiny-1.730.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Read/Write YAML files with as little code as possible" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test minimal" RDEPEND=" |