diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-06-01 21:25:56 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-06-01 21:25:56 +0000 |
commit | 5acd3ba7c1e5e32c1870f1c5f5cbf986dc1687a5 (patch) | |
tree | 8c889d5ae92fac7cedb66dea640ddcc081db60ac /dev-haskell/xml-types | |
parent | Version bump. (diff) | |
download | gentoo-2-5acd3ba7c1e5e32c1870f1c5f5cbf986dc1687a5.tar.gz gentoo-2-5acd3ba7c1e5e32c1870f1c5f5cbf986dc1687a5.tar.bz2 gentoo-2-5acd3ba7c1e5e32c1870f1c5f5cbf986dc1687a5.zip |
Drop dev-haskell/deepseq depend.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/xml-types')
-rw-r--r-- | dev-haskell/xml-types/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/xml-types/xml-types-0.3.4.ebuild | 11 |
2 files changed, 10 insertions, 8 deletions
diff --git a/dev-haskell/xml-types/ChangeLog b/dev-haskell/xml-types/ChangeLog index 5cbf95d6151d..ccc8a4b53566 100644 --- a/dev-haskell/xml-types/ChangeLog +++ b/dev-haskell/xml-types/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/xml-types -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.17 2014/12/06 16:58:16 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.18 2015/06/01 21:25:56 slyfox Exp $ + + 01 Jun 2015; Sergei Trofimovich <slyfox@gentoo.org> xml-types-0.3.4.ebuild: + Drop dev-haskell/deepseq depend. 06 Dec 2014; Agostino Sarubbo <ago@gentoo.org> xml-types-0.3.4.ebuild: Stable for ia64, wrt bug #502672 diff --git a/dev-haskell/xml-types/xml-types-0.3.4.ebuild b/dev-haskell/xml-types/xml-types-0.3.4.ebuild index 8a03783e1fd2..5b40280b26dc 100644 --- a/dev-haskell/xml-types/xml-types-0.3.4.ebuild +++ b/dev-haskell/xml-types/xml-types-0.3.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.4.ebuild,v 1.8 2014/12/06 16:58:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.4.ebuild,v 1.9 2015/06/01 21:25:56 slyfox Exp $ EAPI=5 @@ -18,8 +18,7 @@ SLOT="0/${PV}" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" -RDEPEND=">=dev-haskell/deepseq-1.1.0.0:=[profile?] - dev-haskell/text:=[profile?] - >=dev-lang/ghc-6.10.4:=" +RDEPEND="dev-haskell/text:=[profile?] + >=dev-lang/ghc-6.10.4:=" DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" + >=dev-haskell/cabal-1.6" |