summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Weller <welp@gentoo.org>2007-01-23 17:23:48 +0000
committerPeter Weller <welp@gentoo.org>2007-01-23 17:23:48 +0000
commit9b446c45e111a7967386453c48744be9ae227b37 (patch)
treec25673e2de587b5a3eab3976742d08f1b9c19a24 /xfce-base
parentRemoving usage of virtual/x11, and hardcoding in depends. Minor clean ups. (diff)
downloadgentoo-2-9b446c45e111a7967386453c48744be9ae227b37.tar.gz
gentoo-2-9b446c45e111a7967386453c48744be9ae227b37.tar.bz2
gentoo-2-9b446c45e111a7967386453c48744be9ae227b37.zip
Removing usage of virtual/x11, and hardcoding in depends. Minor clean ups.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/xfce-utils/ChangeLog5
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.4.0.ebuild14
2 files changed, 11 insertions, 8 deletions
diff --git a/xfce-base/xfce-utils/ChangeLog b/xfce-base/xfce-utils/ChangeLog
index 8f3ef7193a04..27850e18b216 100644
--- a/xfce-base/xfce-utils/ChangeLog
+++ b/xfce-base/xfce-utils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/xfce-utils
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.80 2007/01/22 02:09:29 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.81 2007/01/23 17:23:48 welp Exp $
+
+ 23 Jan 2007; Peter Weller <welp@gentoo.org> xfce-utils-4.4.0.ebuild:
+ Removing usage of virtual/x11, and hardcoding in depends. Minor clean ups.
*xfce-utils-4.4.0 (22 Jan 2007)
diff --git a/xfce-base/xfce-utils/xfce-utils-4.4.0.ebuild b/xfce-base/xfce-utils/xfce-utils-4.4.0.ebuild
index aa7a4b8859e3..b333fff8a3ff 100644
--- a/xfce-base/xfce-utils/xfce-utils-4.4.0.ebuild
+++ b/xfce-base/xfce-utils/xfce-utils-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/xfce-utils/xfce-utils-4.4.0.ebuild,v 1.1 2007/01/22 02:09:29 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.4.0.ebuild,v 1.2 2007/01/23 17:23:48 welp Exp $
inherit xfce44
@@ -10,15 +10,15 @@ DESCRIPTION="Utilities for Xfce4"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc debug"
-RDEPEND="|| ( x11-apps/xrdb
- virtual/x11 )
+RDEPEND="x11-apps/xrdb
>=dev-libs/glib-2.2
>=x11-libs/gtk+-2.2
media-libs/libpng
- >=xfce-base/libxfce4util-${PV}
- >=xfce-base/libxfcegui4-${PV}
- >=xfce-base/libxfce4mcs-${PV}
- >=xfce-base/xfce-mcs-manager-${PV}"
+ >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
+ >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
+ >=xfce-base/libxfce4mcs-${XFCE_MASTER_VERSION}
+ >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}"
+DEPEND="${RDEPEND}"
XFCE_CONFIG="${XFCE_CONFIG} --enable-gdm --with-vendor-info=Gentoo"