diff options
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/oregano/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/oregano/oregano-0.40.5.ebuild | 20 |
2 files changed, 15 insertions, 12 deletions
diff --git a/sci-electronics/oregano/ChangeLog b/sci-electronics/oregano/ChangeLog index f0e0038d457b..fdb080efcb85 100644 --- a/sci-electronics/oregano/ChangeLog +++ b/sci-electronics/oregano/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/oregano -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.14 2005/09/14 20:39:22 gustavoz Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.15 2006/01/05 20:27:16 gustavoz Exp $ + + 05 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> oregano-0.40.5.ebuild: + Lowered gnome deps wrt #117916, amd64 sparc and x86 stable to avoid cairo loops *oregano-0.40.5 (14 Sep 2005) diff --git a/sci-electronics/oregano/oregano-0.40.5.ebuild b/sci-electronics/oregano/oregano-0.40.5.ebuild index 8da9f9a0e227..f8918fab43b7 100644 --- a/sci-electronics/oregano/oregano-0.40.5.ebuild +++ b/sci-electronics/oregano/oregano-0.40.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.40.5.ebuild,v 1.1 2005/09/14 20:39:22 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.40.5.ebuild,v 1.2 2006/01/05 20:27:16 gustavoz Exp $ inherit eutils @@ -8,21 +8,21 @@ DESCRIPTION="Oregano is an application for schematic capture and simulation of e SRC_URI="http://gforge.lug.fi.uba.ar/frs/download.php/64/${P}.tar.bz2" HOMEPAGE="http://oregano.gforge.lug.fi.uba.ar/" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc sparc x86" LICENSE="GPL-2" IUSE="" DEPEND=">=dev-libs/libxml2-2.6.20 >=app-text/scrollkeeper-0.3.14 >=x11-libs/gtk+-2.8 - >=gnome-base/libglade-2.5 - >=gnome-base/libgnome-2.12 - >=gnome-base/libgnomeui-2.12 - >=gnome-base/libgnomecanvas-2.12 - >=gnome-base/libgnomeprint-2.12 - >=gnome-base/libgnomeprintui-2.12 + >=gnome-base/libglade-2.4 + >=gnome-base/libgnome-2.10 + >=gnome-base/libgnomeui-2.10 + >=gnome-base/libgnomecanvas-2.10 + >=gnome-base/libgnomeprint-2.10 + >=gnome-base/libgnomeprintui-2.10 >=x11-libs/cairo-1.0.0 - >=x11-libs/gtksourceview-1.4" + >=x11-libs/gtksourceview-1.2" src_compile() { econf || die "econf failed" |