diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:20:18 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:20:18 +0000 |
commit | d76f0058d466705150fc1155032e0d7abba3bae8 (patch) | |
tree | 19f19f07321cbcdb1c464c038b11b4454645cdcb /sci-mathematics | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-d76f0058d466705150fc1155032e0d7abba3bae8.tar.gz gentoo-2-d76f0058d466705150fc1155032e0d7abba3bae8.tar.bz2 gentoo-2-d76f0058d466705150fc1155032e0d7abba3bae8.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/lybniz/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/lybniz/lybniz-1.3.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-mathematics/lybniz/ChangeLog b/sci-mathematics/lybniz/ChangeLog index b676e31b8454..c77ae3e29076 100644 --- a/sci-mathematics/lybniz/ChangeLog +++ b/sci-mathematics/lybniz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/lybniz -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lybniz/ChangeLog,v 1.2 2010/07/06 14:42:24 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lybniz/ChangeLog,v 1.3 2011/03/02 21:20:18 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> lybniz-1.3.2.ebuild: + Correct Slots for gtk 3 introduction to tree 06 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> lybniz-1.3.2.ebuild: diff --git a/sci-mathematics/lybniz/lybniz-1.3.2.ebuild b/sci-mathematics/lybniz/lybniz-1.3.2.ebuild index 59ed0f1ea9bd..6b4bc996cee7 100644 --- a/sci-mathematics/lybniz/lybniz-1.3.2.ebuild +++ b/sci-mathematics/lybniz/lybniz-1.3.2.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-mathematics/lybniz/lybniz-1.3.2.ebuild,v 1.2 2010/07/06 14:42:24 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lybniz/lybniz-1.3.2.ebuild,v 1.3 2011/03/02 21:20:18 jlec Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=dev-python/pygtk-2.6" +DEPEND="dev-python/pygtk:2" RDEPEND="${DEPEND}" pkg_setup() { |