diff options
author | 2012-12-07 10:35:21 +0000 | |
---|---|---|
committer | 2012-12-07 10:35:21 +0000 | |
commit | 055fc8004f1183a17df376d2c1dd19f62e77d996 (patch) | |
tree | a1bd0c1dc739c61a19a6fe9a28b404a699d2b626 /dev-haskell/wxcore | |
parent | dev-python/numpy: Drop old, fixes #404435, #386847 (diff) | |
download | gentoo-2-055fc8004f1183a17df376d2c1dd19f62e77d996.tar.gz gentoo-2-055fc8004f1183a17df376d2c1dd19f62e77d996.tar.bz2 gentoo-2-055fc8004f1183a17df376d2c1dd19f62e77d996.zip |
Get rid of 'dev-haskell/time' depend as it's a ghc's core library.
(Portage version: 2.2.0_alpha142_p5/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/wxcore')
-rw-r--r-- | dev-haskell/wxcore/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/wxcore/wxcore-0.12.1.6.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-haskell/wxcore/ChangeLog b/dev-haskell/wxcore/ChangeLog index c87e26e9850a..70a538e53e0f 100644 --- a/dev-haskell/wxcore/ChangeLog +++ b/dev-haskell/wxcore/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/wxcore # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxcore/ChangeLog,v 1.2 2012/09/12 15:57:10 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxcore/ChangeLog,v 1.3 2012/12/07 10:35:21 slyfox Exp $ + + 07 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> wxcore-0.12.1.6.ebuild: + Get rid of 'dev-haskell/time' depend as it's a ghc's core library. 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> wxcore-0.12.1.6.ebuild: move dev-haskell/wxcore/wxcore-0.12.1.6.ebuild ebuild to mirror://hackage diff --git a/dev-haskell/wxcore/wxcore-0.12.1.6.ebuild b/dev-haskell/wxcore/wxcore-0.12.1.6.ebuild index acc7a3ac27a6..95d55de88d11 100644 --- a/dev-haskell/wxcore/wxcore-0.12.1.6.ebuild +++ b/dev-haskell/wxcore/wxcore-0.12.1.6.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/wxcore/wxcore-0.12.1.6.ebuild,v 1.2 2012/09/12 15:57:10 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxcore/wxcore-0.12.1.6.ebuild,v 1.3 2012/12/07 10:35:21 slyfox Exp $ EAPI="2" @@ -20,7 +20,6 @@ IUSE="" RDEPEND="dev-haskell/parsec dev-haskell/stm - dev-haskell/time >=dev-haskell/wxdirect-0.12.1.3 >=dev-lang/ghc-6.10 x11-libs/wxGTK:2.8[X]" |