diff options
author | Daniel Ostrow <dostrow@gentoo.org> | 2005-11-06 00:02:01 +0000 |
---|---|---|
committer | Daniel Ostrow <dostrow@gentoo.org> | 2005-11-06 00:02:01 +0000 |
commit | 8656a3342711c6d15d7d3497c37d573700557685 (patch) | |
tree | c7204fd5c01e16ca012ecff1aa2d7cf5a7f0ce82 /xfce-base/xfce-utils | |
parent | Version bump to Software Suspend 2.2-rc9 + genpatches-2.6.14-1. (diff) | |
download | historical-8656a3342711c6d15d7d3497c37d573700557685.tar.gz historical-8656a3342711c6d15d7d3497c37d573700557685.tar.bz2 historical-8656a3342711c6d15d7d3497c37d573700557685.zip |
Add x11-apps/xrdb to RDEPEND for bug #111425.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'xfce-base/xfce-utils')
-rw-r--r-- | xfce-base/xfce-utils/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-base/xfce-utils/Manifest | 10 | ||||
-rw-r--r-- | xfce-base/xfce-utils/xfce-utils-4.2.2-r1.ebuild | 7 |
3 files changed, 15 insertions, 9 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/Manifest b/xfce-base/xfce-utils/Manifest index 1b767abf1c3a..280513a92897 100644 --- a/xfce-base/xfce-utils/Manifest +++ b/xfce-base/xfce-utils/Manifest @@ -1,8 +1,8 @@ -MD5 b0b31e0e562323e175be9e35b8055165 xfce-utils-4.2.1.ebuild 491 -MD5 9fb5c2f09252af6e11f1badfdfa22979 xfce-utils-4.2.2-r1.ebuild 637 -MD5 0abd7468c0d89ec3ab063e35f8938ccc xfce-utils-4.2.2.ebuild 481 -MD5 e46c7b1dc732a1475411f598e0e00869 ChangeLog 6595 -MD5 c390804e060ffd11a5bbb143434b2b2d metadata.xml 157 +MD5 7ae2195b0bccafda8c20a75d8bee55ed ChangeLog 6803 MD5 1769451c4836775c50d544c89d652a2f files/digest-xfce-utils-4.2.1 68 MD5 aa9d857dda85eef063aa95799c7d4e3e files/digest-xfce-utils-4.2.2 69 MD5 aa9d857dda85eef063aa95799c7d4e3e files/digest-xfce-utils-4.2.2-r1 69 +MD5 c390804e060ffd11a5bbb143434b2b2d metadata.xml 157 +MD5 b0b31e0e562323e175be9e35b8055165 xfce-utils-4.2.1.ebuild 491 +MD5 fa0edf4bf65b8e4d85ab550bb5293002 xfce-utils-4.2.2-r1.ebuild 654 +MD5 0abd7468c0d89ec3ab063e35f8938ccc xfce-utils-4.2.2.ebuild 481 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 |