diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-02-05 01:56:14 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-02-05 01:56:14 +0000 |
commit | c714938911049375648d0d114d3058f173d49856 (patch) | |
tree | b8bedceb6423179f4638e42205e1c8440f5bfb78 /sci-geosciences | |
parent | Inherit toolchain-funcs. (diff) | |
download | gentoo-2-c714938911049375648d0d114d3058f173d49856.tar.gz gentoo-2-c714938911049375648d0d114d3058f173d49856.tar.bz2 gentoo-2-c714938911049375648d0d114d3058f173d49856.zip |
Inherit multilib.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/qgis/ChangeLog | 8 | ||||
-rw-r--r-- | sci-geosciences/qgis/qgis-1.4.0.ebuild | 6 | ||||
-rw-r--r-- | sci-geosciences/qgis/qgis-1.7.0.ebuild | 6 | ||||
-rw-r--r-- | sci-geosciences/qgis/qgis-1.7.3.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/sci-geosciences/qgis/ChangeLog b/sci-geosciences/qgis/ChangeLog index 190c9e162c06..908e481084c2 100644 --- a/sci-geosciences/qgis/ChangeLog +++ b/sci-geosciences/qgis/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-geosciences/qgis -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.23 2011/12/22 13:32:33 jlec Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.24 2012/02/05 01:56:14 floppym Exp $ + + 05 Feb 2012; Mike Gilbert <floppym@gentoo.org> qgis-1.4.0.ebuild, + qgis-1.7.0.ebuild, qgis-1.7.3.ebuild: + Inherit multilib. *qgis-1.7.3 (22 Dec 2011) diff --git a/sci-geosciences/qgis/qgis-1.4.0.ebuild b/sci-geosciences/qgis/qgis-1.4.0.ebuild index c98e08c68eba..d522f512a95c 100644 --- a/sci-geosciences/qgis/qgis-1.4.0.ebuild +++ b/sci-geosciences/qgis/qgis-1.4.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.4.0.ebuild,v 1.9 2010/06/17 21:07:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.4.0.ebuild,v 1.10 2012/02/05 01:56:14 floppym Exp $ EAPI="2" PYTHON_USE_WITH="sqlite" PYTHON_DEPEND="python? 2" -inherit python cmake-utils eutils +inherit python cmake-utils eutils multilib DESCRIPTION="User friendly Geographic Information System" HOMEPAGE="http://www.qgis.org/" diff --git a/sci-geosciences/qgis/qgis-1.7.0.ebuild b/sci-geosciences/qgis/qgis-1.7.0.ebuild index 9320eda3d0f0..ab11baf7d37b 100644 --- a/sci-geosciences/qgis/qgis-1.7.0.ebuild +++ b/sci-geosciences/qgis/qgis-1.7.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.7.0.ebuild,v 1.4 2011/08/07 12:04:30 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.7.0.ebuild,v 1.5 2012/02/05 01:56:14 floppym Exp $ EAPI=3 PYTHON_USE_WITH="sqlite" PYTHON_DEPEND="python? 2" -inherit python base cmake-utils eutils +inherit python base cmake-utils eutils multilib DESCRIPTION="User friendly Geographic Information System" HOMEPAGE="http://www.qgis.org/" diff --git a/sci-geosciences/qgis/qgis-1.7.3.ebuild b/sci-geosciences/qgis/qgis-1.7.3.ebuild index ceb4d191bbd9..a57037a1f843 100644 --- a/sci-geosciences/qgis/qgis-1.7.3.ebuild +++ b/sci-geosciences/qgis/qgis-1.7.3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.7.3.ebuild,v 1.1 2011/12/22 13:32:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.7.3.ebuild,v 1.2 2012/02/05 01:56:14 floppym Exp $ EAPI=3 PYTHON_USE_WITH="sqlite" PYTHON_DEPEND="python? 2" -inherit python base cmake-utils eutils +inherit python base cmake-utils eutils multilib DESCRIPTION="User friendly Geographic Information System" HOMEPAGE="http://www.qgis.org/" |