diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 17:56:14 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 17:56:14 +0000 |
commit | 9a0a2bc4c84e9be167385c14a6550537c7445510 (patch) | |
tree | 0ec9a0b472a926be08a2d8f18f91604cb392df5c /sci-chemistry/massxpert | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-9a0a2bc4c84e9be167385c14a6550537c7445510.tar.gz gentoo-2-9a0a2bc4c84e9be167385c14a6550537c7445510.tar.bz2 gentoo-2-9a0a2bc4c84e9be167385c14a6550537c7445510.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/massxpert')
-rw-r--r-- | sci-chemistry/massxpert/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/massxpert/massxpert-1.7.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-chemistry/massxpert/ChangeLog b/sci-chemistry/massxpert/ChangeLog index 5a1c08ade542..355478e1ff89 100644 --- a/sci-chemistry/massxpert/ChangeLog +++ b/sci-chemistry/massxpert/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/massxpert -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/massxpert/ChangeLog,v 1.9 2009/10/04 15:14:58 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/massxpert/ChangeLog,v 1.10 2011/03/02 17:56:14 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> massxpert-1.7.6.ebuild: + Correct Slots for gtk 3 introduction to tree 04 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> massxpert-2.0.5.ebuild: diff --git a/sci-chemistry/massxpert/massxpert-1.7.6.ebuild b/sci-chemistry/massxpert/massxpert-1.7.6.ebuild index 93d8ba03d3b2..c53a720d2d94 100644 --- a/sci-chemistry/massxpert/massxpert-1.7.6.ebuild +++ b/sci-chemistry/massxpert/massxpert-1.7.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/massxpert/massxpert-1.7.6.ebuild,v 1.4 2009/09/18 20:59:44 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/massxpert/massxpert-1.7.6.ebuild,v 1.5 2011/03/02 17:56:14 jlec Exp $ EAPI=2 @@ -36,7 +36,7 @@ RDEPEND=" media-libs/fontconfig media-libs/nas media-libs/libpng - dev-libs/libxml2" + dev-libs/libxml2:2" DEPEND="${RDEPEND}" S="${WORKDIR}"/"${P}" |