diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 13:32:26 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 13:32:26 +0000 |
commit | 0180ff8f650489d8266f85ae0d3e5863450e13c3 (patch) | |
tree | 4f3e036c5231ddc1442615908970123903220c05 /sci-calculators | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-0180ff8f650489d8266f85ae0d3e5863450e13c3.tar.gz gentoo-2-0180ff8f650489d8266f85ae0d3e5863450e13c3.tar.bz2 gentoo-2-0180ff8f650489d8266f85ae0d3e5863450e13c3.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/tilp2/ChangeLog | 7 | ||||
-rw-r--r-- | sci-calculators/tilp2/tilp2-1.12.ebuild | 13 |
2 files changed, 12 insertions, 8 deletions
diff --git a/sci-calculators/tilp2/ChangeLog b/sci-calculators/tilp2/ChangeLog index 3b48d795e7c7..398fefa86d50 100644 --- a/sci-calculators/tilp2/ChangeLog +++ b/sci-calculators/tilp2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/tilp2 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v 1.4 2009/11/11 19:33:16 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v 1.5 2011/03/02 13:32:26 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> tilp2-1.12.ebuild: + Correct Slots for gtk 3 introduction to tree 11 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> tilp2-1.12.ebuild: Remove kde-base/kdelibs:3.5 support. diff --git a/sci-calculators/tilp2/tilp2-1.12.ebuild b/sci-calculators/tilp2/tilp2-1.12.ebuild index 8ea282110cdc..7fe4d8b5897a 100644 --- a/sci-calculators/tilp2/tilp2-1.12.ebuild +++ b/sci-calculators/tilp2/tilp2-1.12.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-calculators/tilp2/tilp2-1.12.ebuild,v 1.3 2009/11/11 19:33:16 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/tilp2-1.12.ebuild,v 1.4 2011/03/02 13:32:26 jlec Exp $ EAPI="2" inherit eutils @@ -14,14 +14,15 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="nls threads xinerama" -RDEPEND="sci-libs/libticalcs2 +RDEPEND=" + sci-libs/libticalcs2 sci-libs/libticables2 sci-libs/libtifiles2 sci-libs/libticonv !sci-calculators/tilp - >=x11-libs/gtk+-2.6.0 - >=dev-libs/glib-2.6.0 - >=gnome-base/libglade-2 + x11-libs/gtk+:2 + dev-libs/glib:2 + gnome-base/libglade:2.0 nls? ( virtual/libintl ) xinerama? ( x11-libs/libXinerama )" DEPEND="${RDEPEND} |