diff options
author | 2013-07-21 17:58:13 +0000 | |
---|---|---|
committer | 2013-07-21 17:58:13 +0000 | |
commit | 16b2f51668756d166d2dad1b40f114e0602d0d1d (patch) | |
tree | 0e21fcdb380cb20f90b51058a3306abd497119dc /sci-geosciences/osgearth | |
parent | Stable for sparc, wrt bug #392671 (diff) | |
download | gentoo-2-16b2f51668756d166d2dad1b40f114e0602d0d1d.tar.gz gentoo-2-16b2f51668756d166d2dad1b40f114e0602d0d1d.tar.bz2 gentoo-2-16b2f51668756d166d2dad1b40f114e0602d0d1d.zip |
fix deps
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'sci-geosciences/osgearth')
-rw-r--r-- | sci-geosciences/osgearth/ChangeLog | 5 | ||||
-rw-r--r-- | sci-geosciences/osgearth/osgearth-2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-geosciences/osgearth/ChangeLog b/sci-geosciences/osgearth/ChangeLog index 0c80d13ee343..783796c9de00 100644 --- a/sci-geosciences/osgearth/ChangeLog +++ b/sci-geosciences/osgearth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-geosciences/osgearth # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osgearth/ChangeLog,v 1.1 2013/07/21 17:45:28 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osgearth/ChangeLog,v 1.2 2013/07/21 17:58:13 hasufell Exp $ + + 21 Jul 2013; Julian Ospald <hasufell@gentoo.org> osgearth-2.4.ebuild: + fix deps *osgearth-2.4 (21 Jul 2013) diff --git a/sci-geosciences/osgearth/osgearth-2.4.ebuild b/sci-geosciences/osgearth/osgearth-2.4.ebuild index f4442b62f247..112fb8a706b8 100644 --- a/sci-geosciences/osgearth/osgearth-2.4.ebuild +++ b/sci-geosciences/osgearth/osgearth-2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osgearth/osgearth-2.4.ebuild,v 1.1 2013/07/21 17:45:28 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osgearth/osgearth-2.4.ebuild,v 1.2 2013/07/21 17:58:13 hasufell Exp $ EAPI=5 @@ -31,7 +31,7 @@ RDEPEND=" dev-qt/qtgui:4 dev-qt/qtopengl:4 )" -DEPEND=" +DEPEND="${RDEPEND} virtual/pkgconfig doc? ( dev-python/sphinx )" |