diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-02-28 18:49:25 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-02-28 18:49:25 +0000 |
commit | fdb1ca59af845b0d79adb4f98bb936a4a34c1862 (patch) | |
tree | 644ae0d7e7f8627c1177d397654d96cc414401cd /sci-visualization | |
parent | Block separate perl-core/ExtUtils-Manifest package here since there is a file... (diff) | |
download | gentoo-2-fdb1ca59af845b0d79adb4f98bb936a4a34c1862.tar.gz gentoo-2-fdb1ca59af845b0d79adb4f98bb936a4a34c1862.tar.bz2 gentoo-2-fdb1ca59af845b0d79adb4f98bb936a4a34c1862.zip |
Fix broken deps
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/kst/ChangeLog | 7 | ||||
-rw-r--r-- | sci-visualization/kst/kst-2.0.7.ebuild | 6 | ||||
-rw-r--r-- | sci-visualization/kst/metadata.xml | 10 |
3 files changed, 13 insertions, 10 deletions
diff --git a/sci-visualization/kst/ChangeLog b/sci-visualization/kst/ChangeLog index 5c3991d232a9..769f53a2403c 100644 --- a/sci-visualization/kst/ChangeLog +++ b/sci-visualization/kst/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/kst -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/kst/ChangeLog,v 1.13 2013/08/01 18:28:16 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/kst/ChangeLog,v 1.14 2015/02/28 18:49:25 jlec Exp $ + + 28 Feb 2015; Justin Lecher <jlec@gentoo.org> kst-2.0.7.ebuild, metadata.xml: + Fix broken deps *kst-2.0.7 (01 Aug 2013) diff --git a/sci-visualization/kst/kst-2.0.7.ebuild b/sci-visualization/kst/kst-2.0.7.ebuild index 99485d4b7ec1..e10557c4172e 100644 --- a/sci-visualization/kst/kst-2.0.7.ebuild +++ b/sci-visualization/kst/kst-2.0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/kst/kst-2.0.7.ebuild,v 1.1 2013/08/01 18:28:16 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/kst/kst-2.0.7.ebuild,v 1.2 2015/02/28 18:49:24 jlec Exp $ EAPI=4 @@ -42,7 +42,7 @@ RDEPEND=" sci-libs/cfitsio sci-libs/getdata sci-libs/gsl - sci-libs/netcdf[cxx] + sci-libs/netcdf-cxx:3 " DEPEND="${RDEPEND} test? ( dev-qt/qttest:4 ) diff --git a/sci-visualization/kst/metadata.xml b/sci-visualization/kst/metadata.xml index b136f67e6752..7d74aa46f828 100644 --- a/sci-visualization/kst/metadata.xml +++ b/sci-visualization/kst/metadata.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>qt</herd> - <upstream> - <remote-id type="sourceforge">kst</remote-id> - <bugs-to>http://bugs.kde.org/</bugs-to> - </upstream> + <herd>qt</herd> + <upstream> + <remote-id type="sourceforge">kst</remote-id> + <bugs-to>http://bugs.kde.org/</bugs-to> + </upstream> </pkgmetadata> |