diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-11-20 06:41:44 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-11-20 06:41:44 +0000 |
commit | 5f00cc69c109513f5dcaff6262c95778c95859a8 (patch) | |
tree | f7c3618ea7ed73620c61bca4a4a17e000daa1102 /dev-vcs/git-annex/git-annex-3.20111203-r1.ebuild | |
parent | Version bump. (diff) | |
download | historical-5f00cc69c109513f5dcaff6262c95778c95859a8.tar.gz historical-5f00cc69c109513f5dcaff6262c95778c95859a8.tar.bz2 historical-5f00cc69c109513f5dcaff6262c95778c95859a8.zip |
Add a required json[generic] depend. Found by Moult on #gentoo-haskell.
Package-Manager: portage-2.2.0_alpha142_p5/cvs/Linux x86_64
Manifest-Sign-Key: 0x611FF3AA
Diffstat (limited to 'dev-vcs/git-annex/git-annex-3.20111203-r1.ebuild')
-rw-r--r-- | dev-vcs/git-annex/git-annex-3.20111203-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git-annex/git-annex-3.20111203-r1.ebuild b/dev-vcs/git-annex/git-annex-3.20111203-r1.ebuild index 32acd661e382..70cb089793fd 100644 --- a/dev-vcs/git-annex/git-annex-3.20111203-r1.ebuild +++ b/dev-vcs/git-annex/git-annex-3.20111203-r1.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.20111203-r1.ebuild,v 1.3 2012/09/12 16:08:45 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/git-annex-3.20111203-r1.ebuild,v 1.4 2012/11/20 06:41:33 slyfox Exp $ # ebuild generated by hackport 0.2.13 @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} dev-haskell/hs3 dev-haskell/hslogger dev-haskell/http - dev-haskell/json + dev-haskell/json[generic] dev-haskell/missingh dev-haskell/monad-control >=dev-haskell/mtl-2 |