diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2011-02-20 23:44:25 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2011-02-20 23:44:25 +0000 |
commit | 789886c3e1d5a6da1a60d81df4da848800f1a89f (patch) | |
tree | e49837ca237300aad3dce86f4749ee71c70cec8b /sci-geosciences | |
parent | Fix building with libpng-1.5. (diff) | |
download | gentoo-2-789886c3e1d5a6da1a60d81df4da848800f1a89f.tar.gz gentoo-2-789886c3e1d5a6da1a60d81df4da848800f1a89f.tar.bz2 gentoo-2-789886c3e1d5a6da1a60d81df4da848800f1a89f.zip |
Migrating to requested mysql virtual: dev-db/mysql -> virtual/mysql.
(Portage version: 2.1.9.40/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/grass/ChangeLog | 7 | ||||
-rw-r--r-- | sci-geosciences/grass/grass-6.3.0.ebuild | 4 | ||||
-rw-r--r-- | sci-geosciences/grass/grass-6.4.0.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/sci-geosciences/grass/ChangeLog b/sci-geosciences/grass/ChangeLog index 8a3bb06f2ca1..b4f4335db392 100644 --- a/sci-geosciences/grass/ChangeLog +++ b/sci-geosciences/grass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-geosciences/grass -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.92 2010/11/08 17:27:39 xarthisius Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.93 2011/02/20 23:44:24 nerdboy Exp $ + + 20 Feb 2011; Steve Arnold <nerdboy@gentoo.org> grass-6.4.0.ebuild: + Migrating to requested mysql virtual: dev-db/mysql -> virtual/mysql 08 Nov 2010; Kacper Kowalik <xarthisius@gentoo.org> grass-6.3.0.ebuild, grass-6.4.0.ebuild: diff --git a/sci-geosciences/grass/grass-6.3.0.ebuild b/sci-geosciences/grass/grass-6.3.0.ebuild index cebccab85a88..32eb50ca887c 100644 --- a/sci-geosciences/grass/grass-6.3.0.ebuild +++ b/sci-geosciences/grass/grass-6.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.18 2010/11/08 17:27:39 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.19 2011/02/20 23:44:24 nerdboy Exp $ EAPI=1 diff --git a/sci-geosciences/grass/grass-6.4.0.ebuild b/sci-geosciences/grass/grass-6.4.0.ebuild index 407c9742d10f..d1051e628f4d 100644 --- a/sci-geosciences/grass/grass-6.4.0.ebuild +++ b/sci-geosciences/grass/grass-6.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.4.0.ebuild,v 1.3 2010/11/08 17:27:39 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.4.0.ebuild,v 1.4 2011/02/20 23:44:25 nerdboy Exp $ EAPI="3" @@ -40,7 +40,7 @@ RDEPEND=" virtual/lapack ) jpeg? ( virtual/jpeg ) - mysql? ( dev-db/mysql ) + mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) png? ( media-libs/libpng ) postgres? ( |