diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-18 08:14:27 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-18 08:14:51 +0000 |
commit | 564651cbf5e2c3f6c8e53cfa4632060179650b54 (patch) | |
tree | 2bf76e286a9a955859bd3908406954b2f1cbba20 /dev-haskell | |
parent | dev-haskell/rfc5051: bump up to 0.2 (diff) | |
download | gentoo-564651cbf5e2c3f6c8e53cfa4632060179650b54.tar.gz gentoo-564651cbf5e2c3f6c8e53cfa4632060179650b54.tar.bz2 gentoo-564651cbf5e2c3f6c8e53cfa4632060179650b54.zip |
dev-haskell/pandoc-citeproc: bump up to 0.17.0.2
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/pandoc-citeproc/Manifest | 2 | ||||
-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, 4 insertions, 4 deletions
diff --git a/dev-haskell/pandoc-citeproc/Manifest b/dev-haskell/pandoc-citeproc/Manifest index 004ecd9ac933..66930925f619 100644 --- a/dev-haskell/pandoc-citeproc/Manifest +++ b/dev-haskell/pandoc-citeproc/Manifest @@ -1 +1 @@ -DIST pandoc-citeproc-0.17.0.1.tar.gz 344529 BLAKE2B f3aaa74eb52d8c023638dc0ff608d2651af8a294cc3f6beae727dc6b0537229e92929c01b24ba7f45c41acc6dd465e5afe1087aa9f2e902bb2b6cfb8aba7512d SHA512 b616007c8b105e3245bae87f60e2ad55809435c82cf91cf32498dad8f2303df48d4555e68c3fbd9f78dc49fd1042ff46061273031c3352df130fc735f443be96 +DIST pandoc-citeproc-0.17.0.2.tar.gz 344577 BLAKE2B f2b4687fe5de8cb8b76d1d8022ec9629c7834a3f3d3bc2735c52ec40ea0132caa8d7b9ad3c603d6120800e2c1f75e76cb13a3c45a4cbdd0e4bbba6d6fd54ed24 SHA512 5ce079a542b096c06d6e4e205625a993422a972f04787495ac9013dd3131df62733f30e4c3004335e3738b02bb22a7ad50a31c1eb3f67d2b4ef51605c7fcbf16 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 |