diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-01-23 13:39:28 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-01-23 13:39:28 +0000 |
commit | 7938291b1677cd7ad0fe89dcadf6a6cc191bb220 (patch) | |
tree | 9428fbbb5b7400d6519dcbe0876b5d83cb58303a /xfce-base/orage/orage-4.4.0.ebuild | |
parent | Stable on sparc wrt #111211 (diff) | |
download | gentoo-2-7938291b1677cd7ad0fe89dcadf6a6cc191bb220.tar.gz gentoo-2-7938291b1677cd7ad0fe89dcadf6a6cc191bb220.tar.bz2 gentoo-2-7938291b1677cd7ad0fe89dcadf6a6cc191bb220.zip |
Removed berkdb USE flag, as it doesn\'t do anything. See bug #163237.
(Portage version: 2.1.2-r2)
Diffstat (limited to 'xfce-base/orage/orage-4.4.0.ebuild')
-rw-r--r-- | xfce-base/orage/orage-4.4.0.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/xfce-base/orage/orage-4.4.0.ebuild b/xfce-base/orage/orage-4.4.0.ebuild index cd3d877b3b87..95bb29a9e622 100644 --- a/xfce-base/orage/orage-4.4.0.ebuild +++ b/xfce-base/orage/orage-4.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/orage/orage-4.4.0.ebuild,v 1.1 2007/01/22 02:07:27 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/orage/orage-4.4.0.ebuild,v 1.2 2007/01/23 13:39:28 nichoj Exp $ inherit xfce44 @@ -8,12 +8,11 @@ xfce44 DESCRIPTION="Calendar for Xfce4" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug berkdb" +IUSE="debug" RDEPEND="|| ( x11-libs/libX11 virtual/x11 ) >=dev-libs/glib-2.2 - berkdb? ( sys-libs/db ) >=x11-libs/gtk+-2.2 >=xfce-base/libxfce4mcs-${PV} >=xfce-base/libxfce4util-${PV} @@ -28,8 +27,4 @@ RDEPEND="|| ( x11-libs/libX11 DEPEND="${RDEPEND} >=xfce-base/xfce-mcs-manager-${PV}" -if use berkdb; then - XFCE_CONFIG="${XFCE_CONFIG} --with-bdb4" -fi - xfce44_core_package |