diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 20:59:42 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 20:59:42 +0000 |
commit | fe70d81b094472bac6b905d19693ae52537e6503 (patch) | |
tree | d8af99085c28aaf15f91fe793efc9e087c16ba86 /sci-libs | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-fe70d81b094472bac6b905d19693ae52537e6503.tar.gz gentoo-2-fe70d81b094472bac6b905d19693ae52537e6503.tar.bz2 gentoo-2-fe70d81b094472bac6b905d19693ae52537e6503.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libqalculate/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/libqalculate/libqalculate-0.9.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/libqalculate/ChangeLog b/sci-libs/libqalculate/ChangeLog index 5d973d1e008c..ea6eb0c67967 100644 --- a/sci-libs/libqalculate/ChangeLog +++ b/sci-libs/libqalculate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libqalculate -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v 1.46 2010/10/15 09:50:35 maekke Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/ChangeLog,v 1.47 2011/03/02 20:59:42 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> libqalculate-0.9.7.ebuild: + Correct Slots for gtk 3 introduction to tree 15 Oct 2010; Markus Meier <maekke@gentoo.org> libqalculate-0.9.7.ebuild: add ~arm diff --git a/sci-libs/libqalculate/libqalculate-0.9.7.ebuild b/sci-libs/libqalculate/libqalculate-0.9.7.ebuild index daa154f7b49e..b59995604fca 100644 --- a/sci-libs/libqalculate/libqalculate-0.9.7.ebuild +++ b/sci-libs/libqalculate/libqalculate-0.9.7.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-libs/libqalculate/libqalculate-0.9.7.ebuild,v 1.9 2010/10/15 09:50:35 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.7.ebuild,v 1.10 2011/03/02 20:59:42 jlec Exp $ EAPI=2 @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux IUSE="readline" COMMON_DEPEND=">=sci-libs/cln-1.2 - dev-libs/libxml2 + dev-libs/libxml2:2 dev-libs/glib:2 sys-libs/zlib readline? ( sys-libs/readline )" |