diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 13:33:12 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 13:33:12 +0000 |
commit | 03325c5ac20502fcd8cd534432a2b288cc41809c (patch) | |
tree | 77f66f70895bd5eb7c46a9827954d0d8e6557a0b /sci-calculators/transcalc | |
parent | Correct documentation directory (diff) | |
download | historical-03325c5ac20502fcd8cd534432a2b288cc41809c.tar.gz historical-03325c5ac20502fcd8cd534432a2b288cc41809c.tar.bz2 historical-03325c5ac20502fcd8cd534432a2b288cc41809c.zip |
Correct Slots for gtk 3 introduction to tree
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'sci-calculators/transcalc')
-rw-r--r-- | sci-calculators/transcalc/ChangeLog | 7 | ||||
-rw-r--r-- | sci-calculators/transcalc/transcalc-0.14-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-calculators/transcalc/ChangeLog b/sci-calculators/transcalc/ChangeLog index 40c3e171da16..8c4ef8fa84a6 100644 --- a/sci-calculators/transcalc/ChangeLog +++ b/sci-calculators/transcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/transcalc -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/transcalc/ChangeLog,v 1.5 2010/01/05 22:53:40 bicatali Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/transcalc/ChangeLog,v 1.6 2011/03/02 13:33:12 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> transcalc-0.14-r1.ebuild: + Correct Slots for gtk 3 introduction to tree *transcalc-0.14-r1 (05 Jan 2010) diff --git a/sci-calculators/transcalc/transcalc-0.14-r1.ebuild b/sci-calculators/transcalc/transcalc-0.14-r1.ebuild index e0c3967fae43..df2c50b1cbcf 100644 --- a/sci-calculators/transcalc/transcalc-0.14-r1.ebuild +++ b/sci-calculators/transcalc/transcalc-0.14-r1.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-calculators/transcalc/transcalc-0.14-r1.ebuild,v 1.1 2010/01/05 22:53:40 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/transcalc/transcalc-0.14-r1.ebuild,v 1.2 2011/03/02 13:33:12 jlec Exp $ EAPI=2 inherit eutils @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=x11-libs/gtk+-2" +DEPEND="x11-libs/gtk+:2" RDEPEND="${DEPEND}" src_prepare() { |