diff options
author | Peter Weller <welp@gentoo.org> | 2007-01-23 17:13:00 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-01-23 17:13:00 +0000 |
commit | 89f695f5327e6c1709bc790525a0f34e866bd69c (patch) | |
tree | 0fe208bea6886ae67e3f75b560107cc82fb55c49 /xfce-base/xfce-mcs-plugins | |
parent | Added ~ppc wrt bug 163326 (diff) | |
download | gentoo-2-89f695f5327e6c1709bc790525a0f34e866bd69c.tar.gz gentoo-2-89f695f5327e6c1709bc790525a0f34e866bd69c.tar.bz2 gentoo-2-89f695f5327e6c1709bc790525a0f34e866bd69c.zip |
Removing usage of virtual/x11, and hardcoding in depends. Minor clean ups.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'xfce-base/xfce-mcs-plugins')
-rw-r--r-- | xfce-base/xfce-mcs-plugins/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.0.ebuild | 13 |
2 files changed, 10 insertions, 8 deletions
diff --git a/xfce-base/xfce-mcs-plugins/ChangeLog b/xfce-base/xfce-mcs-plugins/ChangeLog index 3402c9202b08..0349fdd2c934 100644 --- a/xfce-base/xfce-mcs-plugins/ChangeLog +++ b/xfce-base/xfce-mcs-plugins/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/xfce-mcs-plugins # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/ChangeLog,v 1.74 2007/01/22 21:12:41 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/ChangeLog,v 1.75 2007/01/23 17:13:00 welp Exp $ + + 23 Jan 2007; Peter Weller <welp@gentoo.org> xfce-mcs-plugins-4.4.0.ebuild: + Removing usage of virtual/x11, and hardcoding in depends. Minor clean ups. 22 Jan 2007; Peter Weller <welp@gentoo.org> -files/xfce-mcs-plugins-4.3.99.2-icon.patch, diff --git a/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.0.ebuild b/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.0.ebuild index 0a3e78722998..f18bf8af5124 100644 --- a/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.0.ebuild +++ b/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-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-mcs-plugins/xfce-mcs-plugins-4.4.0.ebuild,v 1.2 2007/01/22 21:12:41 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.4.0.ebuild,v 1.3 2007/01/23 17:13:00 welp Exp $ inherit xfce44 @@ -20,15 +20,14 @@ RDEPEND="x11-libs/libX11 x11-libs/libXxf86vm >=dev-libs/glib-2 >=x11-libs/gtk+-2.6 - >=xfce-base/libxfce4mcs-4.4 - >=xfce-base/libxfce4util-4.4 - >=xfce-base/libxfcegui4-4.4 - >=xfce-base/xfce-mcs-manager-4.4" + >=xfce-base/libxfce4mcs-${XFCE_MASTER_VERSION} + >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION} + >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION} + >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}" DEPEND="${RDEPEND} x11-proto/xf86miscproto x11-proto/xf86vidmodeproto - x11-proto/xproto - >=xfce-extra/xfce4-dev-tools-${PV}" + x11-proto/xproto" XFCE_CONFIG="${XFCE_CONFIG} --enable-xf86misc --enable-xkb --enable-randr --enable-xf86vm" |