diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2013-06-22 22:28:37 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2013-06-22 22:28:37 +0000 |
commit | 8778346d776858cf27767d0c1a6b38e35e7bc665 (patch) | |
tree | 4e14d03acbdb7aee0ea081aa476aceb61405e866 /app-text | |
parent | Version bump. (diff) | |
download | gentoo-2-8778346d776858cf27767d0c1a6b38e35e7bc665.tar.gz gentoo-2-8778346d776858cf27767d0c1a6b38e35e7bc665.tar.bz2 gentoo-2-8778346d776858cf27767d0c1a6b38e35e7bc665.zip |
Raise lower bounds of some deps (bug #474102 by bdouxx).
(Portage version: 2.2.0_alpha182_p1/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pandoc/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.11.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/pandoc/ChangeLog b/app-text/pandoc/ChangeLog index bdc33607af82..f78b413b236d 100644 --- a/app-text/pandoc/ChangeLog +++ b/app-text/pandoc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pandoc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.16 2013/06/19 06:07:54 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.17 2013/06/22 22:28:37 slyfox Exp $ + + 22 Jun 2013; Sergei Trofimovich <slyfox@gentoo.org> pandoc-1.11.1.ebuild: + Raise lower bounds of some deps (bug #474102 by bdouxx). 19 Jun 2013; Alexander Vershilov <qnikst@gentoo.org> +files/pandoc-1.11.1-test.patch, pandoc-1.11.1.ebuild: diff --git a/app-text/pandoc/pandoc-1.11.1.ebuild b/app-text/pandoc/pandoc-1.11.1.ebuild index 457595cee55e..8c20a3d1acd8 100644 --- a/app-text/pandoc/pandoc-1.11.1.ebuild +++ b/app-text/pandoc/pandoc-1.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.11.1.ebuild,v 1.2 2013/06/19 06:07:54 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.11.1.ebuild,v 1.3 2013/06/22 22:28:37 slyfox Exp $ EAPI=5 @@ -29,7 +29,7 @@ RDEPEND=">=dev-haskell/base64-bytestring-0.1:=[profile?] >=dev-haskell/data-default-0.4:=[profile?] <dev-haskell/data-default-0.6:=[profile?] =dev-haskell/extensible-exceptions-0.1*:=[profile?] - >=dev-haskell/highlighting-kate-0.5.3.7:=[profile?] + >=dev-haskell/highlighting-kate-0.5.3.9:=[profile?] <dev-haskell/highlighting-kate-0.6:=[profile?] >=dev-haskell/http-4000.0.5:=[profile?] <dev-haskell/http-4000.3:=[profile?] @@ -48,7 +48,7 @@ RDEPEND=">=dev-haskell/base64-bytestring-0.1:=[profile?] >=dev-haskell/tagsoup-0.12.5:=[profile?] <dev-haskell/tagsoup-0.13:=[profile?] =dev-haskell/temporary-1.1*:=[profile?] - >=dev-haskell/texmath-0.6.1.3:=[profile?] + >=dev-haskell/texmath-0.6.1.5:=[profile?] <dev-haskell/texmath-0.7:=[profile?] =dev-haskell/text-0.11*:=[profile?] >=dev-haskell/xml-1.3.12:=[profile?] |