diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-06-29 11:38:31 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-06-29 11:38:31 +0100 |
commit | 90c88731bd036e5698b281fbc0a5f3aa4c9983ac (patch) | |
tree | 83fc5facb6b12be510a37bc3d241cc63e965b13a /dev-perl/Text-Markdown | |
parent | feb0daf81d888e9160f9f94502de09b66f2a63fd (diff) |
gentoo resync : 29.06.2020
Diffstat (limited to 'dev-perl/Text-Markdown')
-rw-r--r-- | dev-perl/Text-Markdown/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Text-Markdown/Text-Markdown-1.0.31-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Text-Markdown/Manifest b/dev-perl/Text-Markdown/Manifest index 928055f59783..a45ea4410328 100644 --- a/dev-perl/Text-Markdown/Manifest +++ b/dev-perl/Text-Markdown/Manifest @@ -1,3 +1,3 @@ DIST Text-Markdown-1.000031.tar.gz 103428 BLAKE2B 0516c266827cb5712f9a4e95071dc18f39c6c181a9225994c66e00b2c2057c601c05991d4fec09574e98cc872991cbd3c501c236a20131a48617b67f0a765964 SHA512 58bef4eba58572c4990849209005109a969bf404a7bc5dfbaae25aa1d0b89317ea9b412658180dcfd96b2c809d5c6900e2118838535dfa9cad6d9b45969bee05 -EBUILD Text-Markdown-1.0.31-r1.ebuild 780 BLAKE2B f1fdc88b5b54764572f30950ccce02aed69bafb2704838fa74e54606cbf01a6166f3c5e4e8df0dcb7eef0b64b1001af8e2b0c584887981ff1e2dff84197efbb3 SHA512 994fbcc81997fea5698b3a7c30280572224d5630c774316df182ad3e196eb39f3bd372342a7e98905ffb1456b628605786eae8147ddcfe3cca9ff5981648f55b +EBUILD Text-Markdown-1.0.31-r1.ebuild 787 BLAKE2B 51af26059f0c4968be4c7c5ede7f97f3d8653e3979c059c2589da817401d3184866f90206bd293b455ac5d71653602b692e308fb014b03ab41cc15adceee430e SHA512 a8a56523a454f1b127161a98721e06549602799f01055d3066daeabbb914ec299072f57138ae855c0a3764391aae4294e7fb9c5a0f11f480c65e613281bff96c MISC metadata.xml 398 BLAKE2B 4d061d48fadcd64d2e0354850a217458828a6113c1e6dec2f898c4bbacc73b38587b64a28bc8c7aa5a367ed8a71d2410b9d6be05a4085dec5b7f069da1f73542 SHA512 a85c55a5785e1f31a54b046c34f4217d92644f77b3981d546378d31fa53e8c5ba8a67c711d7cc95c0fb41ff0c815afc20ea60a09194279c6358a8680964a2864 diff --git a/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r1.ebuild b/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r1.ebuild index 3b6bdd9bd7ca..2632848022c0 100644 --- a/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r1.ebuild +++ b/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ DESCRIPTION="Convert MultiMarkdown syntax to (X)HTML" SLOT="0" LICENSE="BSD" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )" |