diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-01-05 20:27:16 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-01-05 20:27:16 +0000 |
commit | d7ad614a91cce44c7867bff39f94800377d07244 (patch) | |
tree | fc69ad87f49673edbdebdde1a2f641635eaf1b91 /sci-electronics/oregano/oregano-0.40.5.ebuild | |
parent | Remove old version (diff) | |
download | historical-d7ad614a91cce44c7867bff39f94800377d07244.tar.gz historical-d7ad614a91cce44c7867bff39f94800377d07244.tar.bz2 historical-d7ad614a91cce44c7867bff39f94800377d07244.zip |
Lowered gnome deps wrt #117916, amd64 sparc and x86 stable to avoid cairo loops
Package-Manager: portage-2.0.54
Diffstat (limited to 'sci-electronics/oregano/oregano-0.40.5.ebuild')
-rw-r--r-- | sci-electronics/oregano/oregano-0.40.5.ebuild | 20 |
1 files changed, 10 insertions, 10 deletions
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" |