diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-11-10 20:58:18 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-11-10 20:58:18 +0000 |
commit | 619c971904efd0d1674eae8d9e047bcdb6f92cc8 (patch) | |
tree | 78f18252c065ace05a42b8f390eb7b6d5d69f209 /dev-vcs/git-annex | |
parent | Consider cflags. Bug #437992 (diff) | |
download | gentoo-2-619c971904efd0d1674eae8d9e047bcdb6f92cc8.tar.gz gentoo-2-619c971904efd0d1674eae8d9e047bcdb6f92cc8.tar.bz2 gentoo-2-619c971904efd0d1674eae8d9e047bcdb6f92cc8.zip |
Raise lower bound up to ghc 7.5 (bug #442598 by gentoo@fholler.de)
(Portage version: 2.2.0_alpha142_p5/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-vcs/git-annex')
-rw-r--r-- | dev-vcs/git-annex/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/git-annex/git-annex-3.20120522.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/git-annex/git-annex-3.20120605.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-vcs/git-annex/ChangeLog b/dev-vcs/git-annex/ChangeLog index 6fd9aea08759..d42f4ae6950f 100644 --- a/dev-vcs/git-annex/ChangeLog +++ b/dev-vcs/git-annex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/git-annex # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v 1.8 2012/09/12 16:08:45 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v 1.9 2012/11/10 20:58:18 slyfox Exp $ + + 10 Nov 2012; Sergei Trofimovich <slyfox@gentoo.org> + git-annex-3.20120522.ebuild, git-annex-3.20120605.ebuild: + Raise lower bound up to ghc 7.5 (bug #442598 by gentoo@fholler.de) 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> git-annex-3.20111203-r1.ebuild, git-annex-3.20111203.ebuild, diff --git a/dev-vcs/git-annex/git-annex-3.20120522.ebuild b/dev-vcs/git-annex/git-annex-3.20120522.ebuild index 7ce994eb58c9..9d7798340cdc 100644 --- a/dev-vcs/git-annex/git-annex-3.20120522.ebuild +++ b/dev-vcs/git-annex/git-annex-3.20120522.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/git-annex-3.20120522.ebuild,v 1.3 2012/09/12 16:08:45 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/git-annex-3.20120522.ebuild,v 1.4 2012/11/10 20:58:18 slyfox Exp $ EAPI=4 @@ -46,7 +46,7 @@ DEPEND="${RDEPEND} dev-haskell/time dev-haskell/transformers-base dev-haskell/utf8-string - >=dev-lang/ghc-6.12.3 + >=dev-lang/ghc-7.4 dev-lang/perl doc? ( www-apps/ikiwiki net-misc/rsync )" # dev-lang/perl is to build the manpages diff --git a/dev-vcs/git-annex/git-annex-3.20120605.ebuild b/dev-vcs/git-annex/git-annex-3.20120605.ebuild index 8fdc94b985e1..85f52b559a72 100644 --- a/dev-vcs/git-annex/git-annex-3.20120605.ebuild +++ b/dev-vcs/git-annex/git-annex-3.20120605.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/git-annex-3.20120605.ebuild,v 1.2 2012/09/12 16:08:45 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/git-annex-3.20120605.ebuild,v 1.3 2012/11/10 20:58:18 slyfox Exp $ EAPI=4 @@ -46,7 +46,7 @@ DEPEND="${RDEPEND} dev-haskell/time dev-haskell/transformers-base dev-haskell/utf8-string - >=dev-lang/ghc-6.12.3 + >=dev-lang/ghc-7.4 dev-lang/perl doc? ( www-apps/ikiwiki net-misc/rsync )" # dev-lang/perl is to build the manpages |