diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 13:03:59 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 13:03:59 +0000 |
commit | f1e1566453ecd805cd73c2d6e8eacac10f770eec (patch) | |
tree | c4ad02d62dad495c8807339d10232ab5c34982a9 /dev-haskell/hsql-mysql | |
parent | Drop virtual/ghc in favour of dev-lang/ghc (diff) | |
download | gentoo-2-f1e1566453ecd805cd73c2d6e8eacac10f770eec.tar.gz gentoo-2-f1e1566453ecd805cd73c2d6e8eacac10f770eec.tar.bz2 gentoo-2-f1e1566453ecd805cd73c2d6e8eacac10f770eec.zip |
Drop virtual/ghc in favour of dev-lang/ghc
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-haskell/hsql-mysql')
-rw-r--r-- | dev-haskell/hsql-mysql/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/hsql-mysql/ChangeLog b/dev-haskell/hsql-mysql/ChangeLog index f02f34f18a8d..5092e9f5b029 100644 --- a/dev-haskell/hsql-mysql/ChangeLog +++ b/dev-haskell/hsql-mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/hsql-mysql -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/ChangeLog,v 1.6 2006/11/23 15:44:46 vivo Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/ChangeLog,v 1.7 2007/10/31 13:03:59 dcoutts Exp $ + + 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> hsql-mysql-1.7.ebuild: + Drop virtual/ghc in favour of dev-lang/ghc 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> hsql-mysql-1.7.ebuild: dev-db/mysql => virtual/mysql diff --git a/dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild b/dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild index 5cd83f9026ee..a114102dd5a2 100644 --- a/dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild +++ b/dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild,v 1.6 2006/11/23 15:44:46 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild,v 1.7 2007/10/31 13:03:59 dcoutts Exp $ CABAL_FEATURES="lib haddock" inherit base haskell-cabal @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND=">=virtual/ghc-6.4.1 +DEPEND=">=dev-lang/ghc-6.4.1 ~dev-haskell/hsql-${PV} >=virtual/mysql-4.0" |