diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 20:26:15 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 20:26:15 +0000 |
commit | 42e881774bd33f2c4016a3985748f9dfd17c8916 (patch) | |
tree | ff30d34391457f320f9c103cb67615163db98c76 /sci-electronics/oregano/oregano-0.69.0.ebuild | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | historical-42e881774bd33f2c4016a3985748f9dfd17c8916.tar.gz historical-42e881774bd33f2c4016a3985748f9dfd17c8916.tar.bz2 historical-42e881774bd33f2c4016a3985748f9dfd17c8916.zip |
Correct Slots for gtk 3 introduction to tree
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'sci-electronics/oregano/oregano-0.69.0.ebuild')
-rw-r--r-- | sci-electronics/oregano/oregano-0.69.0.ebuild | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/sci-electronics/oregano/oregano-0.69.0.ebuild b/sci-electronics/oregano/oregano-0.69.0.ebuild index d3354038f926..c06a6234ffda 100644 --- a/sci-electronics/oregano/oregano-0.69.0.ebuild +++ b/sci-electronics/oregano/oregano-0.69.0.ebuild @@ -1,7 +1,8 @@ -# 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-electronics/oregano/oregano-0.69.0.ebuild,v 1.6 2010/07/20 15:42:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.69.0.ebuild,v 1.7 2011/03/02 20:26:15 jlec Exp $ +EAPI="1" inherit eutils fdo-mime DESCRIPTION="Oregano is an application for schematic capture and simulation of electrical circuits." @@ -12,15 +13,16 @@ KEYWORDS="amd64 ppc sparc x86" LICENSE="GPL-2" IUSE="" -RDEPEND=">=dev-libs/libxml2-2.6 - >=x11-libs/gtk+-2.10 - >=gnome-base/libglade-2.5 - >=gnome-base/libgnome-2.12 +RDEPEND=" + dev-libs/libxml2:2 + x11-libs/gtk+:2 + gnome-base/libglade:2.0 + gnome-base/libgnome >=gnome-base/libgnomeui-2.12 >=gnome-base/libgnomecanvas-2.12 - >=gnome-base/libgnomeprint-2.12 + gnome-base/libgnomeprint:2.2 >=x11-libs/cairo-1.2 - =x11-libs/gtksourceview-1*" + x11-libs/gtksourceview:1.0" DEPEND="${RDEPEND} >=dev-util/scons-0.96.1 dev-util/pkgconfig" |