summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ostrow <dostrow@gentoo.org>2005-11-06 00:02:01 +0000
committerDaniel Ostrow <dostrow@gentoo.org>2005-11-06 00:02:01 +0000
commitec52c5e735e44854832698a60faf2d78a6e45ba6 (patch)
treed8906fe35337a69b584785522b7165838b6c4046 /xfce-base/xfce-utils
parentVersion bump to Software Suspend 2.2-rc9 + genpatches-2.6.14-1. (diff)
downloadgentoo-2-ec52c5e735e44854832698a60faf2d78a6e45ba6.tar.gz
gentoo-2-ec52c5e735e44854832698a60faf2d78a6e45ba6.tar.bz2
gentoo-2-ec52c5e735e44854832698a60faf2d78a6e45ba6.zip
Add x11-apps/xrdb to RDEPEND for bug #111425.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'xfce-base/xfce-utils')
-rw-r--r--xfce-base/xfce-utils/ChangeLog7
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.2.2-r1.ebuild7
2 files changed, 10 insertions, 4 deletions
diff --git a/xfce-base/xfce-utils/ChangeLog b/xfce-base/xfce-utils/ChangeLog
index 4cf58da11339..2f81e923e90a 100644
--- a/xfce-base/xfce-utils/ChangeLog
+++ b/xfce-base/xfce-utils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-base/xfce-utils
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.55 2005/10/06 06:28:57 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.56 2005/11/06 00:02:01 dostrow Exp $
+
+ 06 Nov 2005; <dostrow@gentoo.org> xfce-utils-4.2.2-r1.ebuild:
+ Add RDEPEND on x11-apps/xrdb for X modular for bug #111425.
+ Thanks to Samuli Suominen <sasuomin@uusikaupunki.fi> for
+ pointing it out.
*xfce-utils-4.2.2-r1 (06 Oct 2005)
diff --git a/xfce-base/xfce-utils/xfce-utils-4.2.2-r1.ebuild b/xfce-base/xfce-utils/xfce-utils-4.2.2-r1.ebuild
index a47ae2f69bbc..1241e7005474 100644
--- a/xfce-base/xfce-utils/xfce-utils-4.2.2-r1.ebuild
+++ b/xfce-base/xfce-utils/xfce-utils-4.2.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.2.2-r1.ebuild,v 1.1 2005/10/06 06:28:57 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.2.2-r1.ebuild,v 1.2 2005/11/06 00:02:01 dostrow Exp $
inherit xfce42
@@ -10,7 +10,8 @@ IUSE="gtkhtml"
RDEPEND="|| ( ( x11-libs/libX11
x11-libs/libICE
- x11-libs/libSM )
+ x11-libs/libSM
+ x11-apps/xrdb )
virtual/x11 )
~xfce-base/xfce-mcs-manager-${PV}
gtkhtml? ( gnome-extra/libgtkhtml )"
@@ -18,4 +19,4 @@ DEPEND="${RDEPEND}
|| ( x11-libs/libXt virtual/x11 )"
XFCE_CONFIG="$(use_enable gtkhtml) --enable-gdm"
-core_package \ No newline at end of file
+core_package