diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 13:26:38 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 13:26:38 +0000 |
commit | 4dc4137e51f1b43396911a20f3ad7c2dd7f76d25 (patch) | |
tree | 73d21c6efa802b8e8a21acc85544b328045643ab /sci-calculators/calcoo | |
parent | Correct documentation directory (diff) | |
download | gentoo-2-4dc4137e51f1b43396911a20f3ad7c2dd7f76d25.tar.gz gentoo-2-4dc4137e51f1b43396911a20f3ad7c2dd7f76d25.tar.bz2 gentoo-2-4dc4137e51f1b43396911a20f3ad7c2dd7f76d25.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators/calcoo')
-rw-r--r-- | sci-calculators/calcoo/ChangeLog | 8 | ||||
-rw-r--r-- | sci-calculators/calcoo/calcoo-1.3.16.ebuild | 8 | ||||
-rw-r--r-- | sci-calculators/calcoo/calcoo-1.3.18.ebuild | 8 |
3 files changed, 16 insertions, 8 deletions
diff --git a/sci-calculators/calcoo/ChangeLog b/sci-calculators/calcoo/ChangeLog index 3af2d26d64e1..d2c607738f24 100644 --- a/sci-calculators/calcoo/ChangeLog +++ b/sci-calculators/calcoo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-calculators/calcoo -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/ChangeLog,v 1.16 2008/05/07 20:39:39 maekke Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/ChangeLog,v 1.17 2011/03/02 13:26:37 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> calcoo-1.3.16.ebuild, + calcoo-1.3.18.ebuild: + Correct Slots for gtk 3 introduction to tree 07 May 2008; Markus Meier <maekke@gentoo.org> calcoo-1.3.18.ebuild: amd64/x86 stable, bug #220601 diff --git a/sci-calculators/calcoo/calcoo-1.3.16.ebuild b/sci-calculators/calcoo/calcoo-1.3.16.ebuild index bca24fd968e5..9620a0172bf7 100644 --- a/sci-calculators/calcoo/calcoo-1.3.16.ebuild +++ b/sci-calculators/calcoo/calcoo-1.3.16.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.16.ebuild,v 1.6 2008/01/08 14:46:56 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.16.ebuild,v 1.7 2011/03/02 13:26:37 jlec Exp $ + +EAPI="1" DESCRIPTION="Scientific calculator designed to provide maximum usability" HOMEPAGE="http://calcoo.sourceforge.net/" @@ -11,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" IUSE="" -RDEPEND=">=x11-libs/gtk+-2" +RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} dev-util/pkgconfig" diff --git a/sci-calculators/calcoo/calcoo-1.3.18.ebuild b/sci-calculators/calcoo/calcoo-1.3.18.ebuild index e56532f6a107..ff4f299a2845 100644 --- a/sci-calculators/calcoo/calcoo-1.3.18.ebuild +++ b/sci-calculators/calcoo/calcoo-1.3.18.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild,v 1.5 2008/05/07 20:39:39 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild,v 1.6 2011/03/02 13:26:38 jlec Exp $ + +EAPI="1" inherit eutils @@ -13,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" IUSE="" -RDEPEND=">=x11-libs/gtk+-2" +RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} dev-util/pkgconfig" |