summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-base/orage')
-rw-r--r--xfce-base/orage/ChangeLog5
-rw-r--r--xfce-base/orage/orage-4.4.0.ebuild9
2 files changed, 6 insertions, 8 deletions
diff --git a/xfce-base/orage/ChangeLog b/xfce-base/orage/ChangeLog
index 29fb9af70e86..4ae2f8e3e934 100644
--- a/xfce-base/orage/ChangeLog
+++ b/xfce-base/orage/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/orage
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/orage/ChangeLog,v 1.10 2007/01/22 02:07:27 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/orage/ChangeLog,v 1.11 2007/01/23 13:39:28 nichoj Exp $
+
+ 23 Jan 2007; Joshua Nichols <nichoj@gentoo.org> orage-4.4.0.ebuild:
+ Removed berkdb USE flag, as it doesn't do anything. See bug #163237.
*orage-4.4.0 (22 Jan 2007)
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