summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn N. Laliberte <allanonjl@gentoo.org>2006-06-12 13:47:26 +0000
committerJohn N. Laliberte <allanonjl@gentoo.org>2006-06-12 13:47:26 +0000
commit8f13f0348c45a4a85068207f3ad38a703d767f6a (patch)
treecb89d44828090cdfdaa5e0553b7f493d669986d0 /gnome-base/libbonobo/libbonobo-2.14.0.ebuild
parentfix description, fixes #136390 (diff)
downloadhistorical-8f13f0348c45a4a85068207f3ad38a703d767f6a.tar.gz
historical-8f13f0348c45a4a85068207f3ad38a703d767f6a.tar.bz2
historical-8f13f0348c45a4a85068207f3ad38a703d767f6a.zip
echo sample uses ORBIT2_MAYBE_CONST, so update orbit dep. fixes #136361
Package-Manager: portage-2.1
Diffstat (limited to 'gnome-base/libbonobo/libbonobo-2.14.0.ebuild')
-rw-r--r--gnome-base/libbonobo/libbonobo-2.14.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnome-base/libbonobo/libbonobo-2.14.0.ebuild b/gnome-base/libbonobo/libbonobo-2.14.0.ebuild
index 5eabf6ae8a35..fb62430eaade 100644
--- a/gnome-base/libbonobo/libbonobo-2.14.0.ebuild
+++ b/gnome-base/libbonobo/libbonobo-2.14.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-2.14.0.ebuild,v 1.1 2006/03/14 19:41:39 joem Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-2.14.0.ebuild,v 1.2 2006/06/12 13:47:26 allanonjl Exp $
inherit gnome2
@@ -10,10 +10,10 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2.1 GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug doc static"
+IUSE="debug doc"
RDEPEND=">=dev-libs/glib-2.8
- >=gnome-base/orbit-2.9.2
+ >=gnome-base/orbit-2.14.0
>=dev-libs/libxml2-2.4.20
>=dev-libs/popt-1.5
!gnome-base/bonobo-activation"
@@ -26,5 +26,5 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS ChangeLog NEWS README TODO"
pkg_setup() {
- G2CONF="$(use_enable static) $(use_enable debug bonobo-activation-debug)"
+ G2CONF="$(use_enable debug bonobo-activation-debug)"
}