diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-10-31 20:06:39 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-10-31 20:06:39 +0000 |
commit | 6c363d4d9430b03ee95039569ca281315a461a7c (patch) | |
tree | 3b9f5c15a91d45072450ab62075b0b0367ae292d /sci-visualization | |
parent | Initial commit (diff) | |
download | gentoo-2-6c363d4d9430b03ee95039569ca281315a461a7c.tar.gz gentoo-2-6c363d4d9430b03ee95039569ca281315a461a7c.tar.bz2 gentoo-2-6c363d4d9430b03ee95039569ca281315a461a7c.zip |
Add subslot dependencies on boost and libpng
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/qtiplot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-visualization/qtiplot/ChangeLog b/sci-visualization/qtiplot/ChangeLog index 064af2926fab..980526f2cc89 100644 --- a/sci-visualization/qtiplot/ChangeLog +++ b/sci-visualization/qtiplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/qtiplot # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.101 2013/07/12 15:22:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.102 2013/10/31 20:06:39 dilfridge Exp $ + + 31 Oct 2013; Andreas K. Huettel <dilfridge@gentoo.org> + qtiplot-0.9.8.9-r2.ebuild: + Add subslot dependencies on boost and libpng 12 Jul 2013; Justin Lecher <jlec@gentoo.org> qtiplot-0.9.8.9-r2.ebuild: Really fix the python problem, #475806 diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild index b39ba2b4eee0..a19ed9ad3d33 100644 --- a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.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-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild,v 1.3 2013/07/12 15:22:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild,v 1.4 2013/10/31 20:06:39 dilfridge Exp $ EAPI=5 @@ -41,9 +41,9 @@ CDEPEND=" dev-qt/qtsvg:4 >=x11-libs/gl2ps-1.3.5[png] >=dev-cpp/muParser-1.32 - >=dev-libs/boost-1.35.0 + >=dev-libs/boost-1.35.0:= dev-libs/quazip - media-libs/libpng + media-libs/libpng:= sci-libs/alglib sci-libs/gsl sci-libs/tamu_anova |