diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-01-08 11:28:34 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-01-08 11:28:34 +0000 |
commit | 24fd814c326e282c4321965c31f341dad77e270d (patch) | |
tree | 033d63b33c21a3209964ab56005bb9bdd523630d /dev-perl/Test-Output | |
parent | 129160ec854dca4c3fedb5bcfbcb56930371da0f (diff) |
gentoo resync : 08.01.2021
Diffstat (limited to 'dev-perl/Test-Output')
-rw-r--r-- | dev-perl/Test-Output/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Test-Output/Test-Output-1.31.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Test-Output/Manifest b/dev-perl/Test-Output/Manifest index e32eb0abbe79..98eb56636bbe 100644 --- a/dev-perl/Test-Output/Manifest +++ b/dev-perl/Test-Output/Manifest @@ -1,3 +1,3 @@ DIST Test-Output-1.031.tar.gz 16821 BLAKE2B b0422d320fe43c78b12ef3bc4ac64279541fe6d68dcd8862dac65ae44d552ea07e2e73dc42a3ddff59725a60df7712ccf152cb841bc2b1c8224e5e57bbb5597f SHA512 b443d5a4ab7be1c308b74ebc9a1a50022b404886e8a1dbd2700d974ead506a6976ec6d5c141528cf1c2833174c3afd9023362cb0b4e000f0e878d2e3e9f90e90 -EBUILD Test-Output-1.31.0.ebuild 800 BLAKE2B 18d0cd577aece43805d0856b60b358c9783751a3dc5d996d34b37fb2c2bb5e097a5970a337ef9fa0b1c1d4b4b582034c34a3de098c1297ff390d56ae75cb7fec SHA512 eb45e430465f358221d8769ef27e1aba3761ceb1727ae5b8a6be9189809ae7a3c5495ed89401c5e6d7c4311676797cb6f3f5145b94a7b5c0669950f33a0077e8 +EBUILD Test-Output-1.31.0.ebuild 789 BLAKE2B 8c67f3705286bccdd38d678735581101d9e355b1d89e150daedf295a6f47a99c3c25b6f1d61c3b6b3d63b7a5a63d311d5cbc58308038be4a89ed7e19e6a20e06 SHA512 e6a71f25085e5d158dbcf6369fd482fd820183f8d66740fc5c498acc2cf392d591823cec94d825514ab0e6b919f307a37b5c4849bb837fd256381642b0460708 MISC metadata.xml 394 BLAKE2B d7c608101d492fbdfdb5b4362fc14466adb49e4bcd1490cc8688305f216c0f95042fdc9609ecf8e4bd9ad5b91efed5cac5d1e7e0f8f2c934330471b80af7765b SHA512 dc8f6c32e3e94813b3bd7fc74b73e1b392383360e012a906ced6445230baa7ef8e591b7f4a6d37b5cf87733c21384a740b26dce9fa0b3d4bd267dfe2ff0367ae diff --git a/dev-perl/Test-Output/Test-Output-1.31.0.ebuild b/dev-perl/Test-Output/Test-Output-1.31.0.ebuild index 3808c4c97144..edc3815caab0 100644 --- a/dev-perl/Test-Output/Test-Output-1.31.0.ebuild +++ b/dev-perl/Test-Output/Test-Output-1.31.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Utilities to test STDOUT and STDERR messages" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |