diff options
author | Peter Weller <welp@gentoo.org> | 2007-01-23 16:40:51 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-01-23 16:40:51 +0000 |
commit | 6fd25de1f9ec2edda0ee91f145b1985fe582b4e8 (patch) | |
tree | 75340f807612d7bf7338174763f2d469646787a1 /xfce-base/libxfce4mcs | |
parent | Replacing einfo with elog (diff) | |
download | historical-6fd25de1f9ec2edda0ee91f145b1985fe582b4e8.tar.gz historical-6fd25de1f9ec2edda0ee91f145b1985fe582b4e8.tar.bz2 historical-6fd25de1f9ec2edda0ee91f145b1985fe582b4e8.zip |
Removing usage of virtual/x11, and hardcoding in depends. Minor clean ups.
Package-Manager: portage-2.1.2-r1
Diffstat (limited to 'xfce-base/libxfce4mcs')
-rw-r--r-- | xfce-base/libxfce4mcs/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/libxfce4mcs/libxfce4mcs-4.4.0.ebuild | 14 |
2 files changed, 10 insertions, 9 deletions
diff --git a/xfce-base/libxfce4mcs/ChangeLog b/xfce-base/libxfce4mcs/ChangeLog index c8970d269a6d..4d958fce0168 100644 --- a/xfce-base/libxfce4mcs/ChangeLog +++ b/xfce-base/libxfce4mcs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/libxfce4mcs # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4mcs/ChangeLog,v 1.76 2007/01/22 02:05:22 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4mcs/ChangeLog,v 1.77 2007/01/23 16:40:51 welp Exp $ + + 23 Jan 2007; Peter Weller <welp@gentoo.org> libxfce4mcs-4.4.0.ebuild: + Removing usage of virtual/x11, and hardcoding in depends. Minor clean ups. *libxfce4mcs-4.4.0 (22 Jan 2007) diff --git a/xfce-base/libxfce4mcs/libxfce4mcs-4.4.0.ebuild b/xfce-base/libxfce4mcs/libxfce4mcs-4.4.0.ebuild index a76417561691..0aaf28deafa3 100644 --- a/xfce-base/libxfce4mcs/libxfce4mcs-4.4.0.ebuild +++ b/xfce-base/libxfce4mcs/libxfce4mcs-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/libxfce4mcs/libxfce4mcs-4.4.0.ebuild,v 1.1 2007/01/22 02:05:22 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4mcs/libxfce4mcs-4.4.0.ebuild,v 1.2 2007/01/23 16:40:51 welp Exp $ inherit xfce44 @@ -11,15 +11,13 @@ LICENSE="LGPL-2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="debug" -RDEPEND=">=xfce-base/libxfce4util-${PV} +RDEPEND=">=xfce-base/libxfce4util-${XFCE_MASTER_VERSION} >=dev-libs/glib-2 - || ( ( x11-libs/libX11 + >=x11-libs/gtk+-2.4 + x11-libs/libX11 x11-libs/libICE - x11-libs/libSM ) - virtual/x11 )" + x11-libs/libSM" DEPEND="${RDEPEND} - || ( x11-proto/xproto - virtual/x11 ) - >=x11-libs/gtk+-2.4" + x11-proto/xproto" xfce44_core_package |