diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-12-06 22:54:59 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-12-06 22:54:59 +0000 |
commit | dc82f1e982e7bb59abd112d4157649f4d69bf9fb (patch) | |
tree | 6380f86f9cbde44e26508fd1eb2427272592d1b3 /dev-haskell/libmpd | |
parent | Get rid of 'dev-haskell/time' depend as it's a ghc's core library. (diff) | |
download | gentoo-2-dc82f1e982e7bb59abd112d4157649f4d69bf9fb.tar.gz gentoo-2-dc82f1e982e7bb59abd112d4157649f4d69bf9fb.tar.bz2 gentoo-2-dc82f1e982e7bb59abd112d4157649f4d69bf9fb.zip |
Get rid of 'dev-haskell/time' depend as it's a ghc's core library.
(Portage version: 2.2.0_alpha144_p3/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/libmpd')
-rw-r--r-- | dev-haskell/libmpd/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/libmpd/libmpd-0.7.2.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-haskell/libmpd/ChangeLog b/dev-haskell/libmpd/ChangeLog index 2a056ea30f04..97380c4289aa 100644 --- a/dev-haskell/libmpd/ChangeLog +++ b/dev-haskell/libmpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/libmpd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libmpd/ChangeLog,v 1.2 2012/09/12 15:48:45 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libmpd/ChangeLog,v 1.3 2012/12/06 22:54:56 slyfox Exp $ + + 06 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> libmpd-0.7.2.ebuild: + Get rid of 'dev-haskell/time' depend as it's a ghc's core library. 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> libmpd-0.7.2.ebuild: move dev-haskell/libmpd/libmpd-0.7.2.ebuild ebuild to mirror://hackage diff --git a/dev-haskell/libmpd/libmpd-0.7.2.ebuild b/dev-haskell/libmpd/libmpd-0.7.2.ebuild index a0e58ebbf0fc..69ed93047ac1 100644 --- a/dev-haskell/libmpd/libmpd-0.7.2.ebuild +++ b/dev-haskell/libmpd/libmpd-0.7.2.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-haskell/libmpd/libmpd-0.7.2.ebuild,v 1.2 2012/09/12 15:48:45 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libmpd/libmpd-0.7.2.ebuild,v 1.3 2012/12/06 22:54:56 slyfox Exp $ # ebuild generated by hackport 0.2.17.9999 @@ -20,7 +20,6 @@ IUSE="" RDEPEND="=dev-haskell/mtl-2.0*[profile?] >=dev-haskell/network-2.1[profile?] <dev-haskell/network-2.4[profile?] - >=dev-haskell/time-1.1[profile?] <dev-haskell/time-2.0[profile?] >=dev-haskell/utf8-string-0.3.1[profile?] <dev-haskell/utf8-string-0.4[profile?] >=dev-lang/ghc-6.12.1" DEPEND="${RDEPEND} |