diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-01-22 20:28:19 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-01-22 20:28:19 +0000 |
commit | abaa75b10f899ada8dd05b23cc03205064394bc6 (patch) | |
tree | eca3dd248b73b92013cba00a0fcc1edf2696e19a /dev-haskell/pandoc-citeproc | |
parent | 24fd814c326e282c4321965c31f341dad77e270d (diff) |
gentoo resync : 22.01.2021
Diffstat (limited to 'dev-haskell/pandoc-citeproc')
-rw-r--r-- | dev-haskell/pandoc-citeproc/Manifest | 4 | ||||
-rw-r--r-- | dev-haskell/pandoc-citeproc/pandoc-citeproc-0.17.0.2.ebuild (renamed from dev-haskell/pandoc-citeproc/pandoc-citeproc-0.17.0.1.ebuild) | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-haskell/pandoc-citeproc/Manifest b/dev-haskell/pandoc-citeproc/Manifest index 7246db434725..4e7b6ca4decb 100644 --- a/dev-haskell/pandoc-citeproc/Manifest +++ b/dev-haskell/pandoc-citeproc/Manifest @@ -1,3 +1,3 @@ -DIST pandoc-citeproc-0.17.0.1.tar.gz 344529 BLAKE2B f3aaa74eb52d8c023638dc0ff608d2651af8a294cc3f6beae727dc6b0537229e92929c01b24ba7f45c41acc6dd465e5afe1087aa9f2e902bb2b6cfb8aba7512d SHA512 b616007c8b105e3245bae87f60e2ad55809435c82cf91cf32498dad8f2303df48d4555e68c3fbd9f78dc49fd1042ff46061273031c3352df130fc735f443be96 -EBUILD pandoc-citeproc-0.17.0.1.ebuild 2624 BLAKE2B 1029765ca1b39931388641c2f45dcdd63053af8a817fd82dd4f88cb1c0c394aeb087005e29822e2c8139fd62936304f1260e948fd91c03bff6a8bdd37591fb5c SHA512 6b2ce83990051013e04ecf5af3fa9a191a3b6de75efd7c4780c0dbd887c3a486ffdfd74a227ba179598d5b22b99a23717ae2ceb3e8e625f2f57bac798cc4b470 +DIST pandoc-citeproc-0.17.0.2.tar.gz 344577 BLAKE2B f2b4687fe5de8cb8b76d1d8022ec9629c7834a3f3d3bc2735c52ec40ea0132caa8d7b9ad3c603d6120800e2c1f75e76cb13a3c45a4cbdd0e4bbba6d6fd54ed24 SHA512 5ce079a542b096c06d6e4e205625a993422a972f04787495ac9013dd3131df62733f30e4c3004335e3738b02bb22a7ad50a31c1eb3f67d2b4ef51605c7fcbf16 +EBUILD pandoc-citeproc-0.17.0.2.ebuild 2722 BLAKE2B e5ad059cc4a8d4d0d0609014b50eb425d7efc483e8e8c99cb84cd45f87779376c8a2ec634e9fcbece1c7c6f15b660f9585284e55cffc674146b3fe8f8ed9acad SHA512 df584133674ecac26cacfeaa3a7fbd30639576a8a11b7d45384496d876f87c9b30f4dbd65f4a92cdff1ed0fea280fe5b723bf1579174e0952339e091c66a1144 MISC metadata.xml 1247 BLAKE2B 5e118fd7595a9775b75a9b87fc81bb7221a2b2609565880bff42fd9efcd9469dce6c69f47c1dc1a04b1f7fb97023166e73fa76943c904cd6633e66ac6010e963 SHA512 fdde89152d95778a857d83643ef23c4759d1d0de2e4d22b78444ee4f91a181e503ca02349ba4b468265281edb361f8d86c3a78e8b6b49fca0006777f8cd79674 diff --git a/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.17.0.1.ebuild b/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.17.0.2.ebuild index 7c28423ccd3e..b5c9b3c6e24d 100644 --- a/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.17.0.1.ebuild +++ b/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.17.0.2.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=7 @@ -18,7 +18,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="+bibutils debug embed-data-files static unicode-collation" -RESTRICT=test # fails +RESTRICT=test # tests fail when system already has pandoc-citeproc installed RDEPEND=">=app-text/pandoc-2.8:=[profile?] <app-text/pandoc-2.11:=[profile?] >=dev-haskell/aeson-0.7:=[profile?] <dev-haskell/aeson-1.6:=[profile?] @@ -50,7 +50,7 @@ RDEPEND=">=app-text/pandoc-2.8:=[profile?] <app-text/pandoc-2.11:=[profile?] debug? ( dev-haskell/pretty-show:=[profile?] ) embed-data-files? ( >=dev-haskell/file-embed-0.0:=[profile?] <dev-haskell/file-embed-0.1:=[profile?] ) unicode-collation? ( dev-haskell/text-icu:=[profile?] ) - !unicode-collation? ( dev-haskell/rfc5051:=[profile?] ) + !unicode-collation? ( >=dev-haskell/rfc5051-0.2:=[profile?] <dev-haskell/rfc5051-0.3:=[profile?] ) " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.12 |