diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-02-09 13:20:14 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-02-09 13:20:14 +0000 |
commit | 309134e343b574df1129fd8a3d0afc208e30ce39 (patch) | |
tree | 50290497d7ea7d4e486bfe93a6322dbb065a86ce /sci-visualization | |
parent | x86 stable wrt bug #353737 (diff) | |
download | gentoo-2-309134e343b574df1129fd8a3d0afc208e30ce39.tar.gz gentoo-2-309134e343b574df1129fd8a3d0afc208e30ce39.tar.bz2 gentoo-2-309134e343b574df1129fd8a3d0afc208e30ce39.zip |
Change DEPEND on app-text/docbook-sgml-utils to a grep-2.7 compatible version (338853), #341713
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/qtiplot/ChangeLog | 8 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.8.3.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sci-visualization/qtiplot/ChangeLog b/sci-visualization/qtiplot/ChangeLog index 7779f5297e4a..1013d18b3aee 100644 --- a/sci-visualization/qtiplot/ChangeLog +++ b/sci-visualization/qtiplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/qtiplot -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.74 2010/10/22 17:14:24 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.75 2011/02/09 13:20:13 jlec Exp $ + + 09 Feb 2011; Justin Lecher <jlec@gentoo.org> qtiplot-0.9.8.3.ebuild: + Change DEPEND on app-text/docbook-sgml-utils to a grep-2.7 compatible version + (338853), #341713 22 Oct 2010; Markos Chandras <hwoarang@gentoo.org> qtiplot-0.9.8.2.ebuild: Stable on amd64 wrt bug #335672 diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.3.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.3.ebuild index be8dfe3140c9..74ee58a01a7c 100644 --- a/sci-visualization/qtiplot/qtiplot-0.9.8.3.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.9.8.3.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-visualization/qtiplot/qtiplot-0.9.8.3.ebuild,v 1.2 2010/10/18 06:53:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.3.ebuild,v 1.3 2011/02/09 13:20:14 jlec Exp $ EAPI=3 @@ -48,7 +48,8 @@ CDEPEND=" DEPEND="${CDEPEND} dev-util/pkgconfig python? ( >=dev-python/sip-4.9 ) - doc? ( app-text/docbook-sgml-utils + doc? ( + >=app-text/docbook-sgml-utils-0.6.14-r1 >=app-text/docbook-xml-dtd-4.4-r2:4.4 )" RDEPEND="${CDEPEND} |