diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-06 09:32:31 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-06 09:32:31 +0000 |
commit | da7dc8e40ea0a61001bc28c23000be3486d32e0e (patch) | |
tree | f4131183b78d0fc71f15ee91f5b306d46ce910aa /sci-libs | |
parent | Marked ~ppc-aix, bug #357599 (diff) | |
download | gentoo-2-da7dc8e40ea0a61001bc28c23000be3486d32e0e.tar.gz gentoo-2-da7dc8e40ea0a61001bc28c23000be3486d32e0e.tar.bz2 gentoo-2-da7dc8e40ea0a61001bc28c23000be3486d32e0e.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/libgeda/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/libgeda/libgeda-1.4.0.ebuild | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/sci-libs/libgeda/ChangeLog b/sci-libs/libgeda/ChangeLog index 6217324005b0..81fe0168d452 100644 --- a/sci-libs/libgeda/ChangeLog +++ b/sci-libs/libgeda/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libgeda -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/ChangeLog,v 1.54 2010/08/25 11:33:08 flameeyes Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/ChangeLog,v 1.55 2011/03/06 09:32:31 jlec Exp $ + + 06 Mar 2011; Justin Lecher <jlec@gentoo.org> libgeda-1.4.0.ebuild: + Correct Slots for gtk 3 introduction to tree 25 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> libgeda-1.4.0.ebuild: diff --git a/sci-libs/libgeda/libgeda-1.4.0.ebuild b/sci-libs/libgeda/libgeda-1.4.0.ebuild index 7cccb366e3d3..e0cc144c85b7 100644 --- a/sci-libs/libgeda/libgeda-1.4.0.ebuild +++ b/sci-libs/libgeda/libgeda-1.4.0.ebuild @@ -1,13 +1,15 @@ -# 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/libgeda/libgeda-1.4.0.ebuild,v 1.6 2010/08/25 11:33:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/libgeda-1.4.0.ebuild,v 1.7 2011/03/06 09:32:31 jlec Exp $ + +EAPI="1" inherit eutils fdo-mime versionator SUBDIR="v$(get_version_component_range 1-2)" HOMEPAGE="http://www.geda.seul.org" -DESCRIPTION="libgeda - this library provides functions needed for the gEDA core suite" +DESCRIPTION="Library for functions needed by the gEDA core suite" SRC_URI="http://www.geda.seul.org/release/${SUBDIR}/${PV}/libgeda-${PV}.tar.gz" IUSE="gd threads" @@ -15,7 +17,7 @@ LICENSE="GPL-2" KEYWORDS="ppc" SLOT="0" -DEPEND=">=x11-libs/gtk+-2.4 +DEPEND="x11-libs/gtk+:2 >=dev-scheme/guile-1.6.3 >=dev-libs/libstroke-0.5.1 gd? ( >=media-libs/gd-2 )" |