diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-02-06 21:48:59 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-02-06 21:48:59 +0000 |
commit | e4fbaa36ec382b4570c36ad37f855b61465f2339 (patch) | |
tree | 58bcd553550e6883d7850c7ec1c1b4e1a799ea97 /xfce-base | |
parent | Removing since upstream moved to subversion some time ago, the maintainer is ... (diff) | |
download | gentoo-2-e4fbaa36ec382b4570c36ad37f855b61465f2339.tar.gz gentoo-2-e4fbaa36ec382b4570c36ad37f855b61465f2339.tar.bz2 gentoo-2-e4fbaa36ec382b4570c36ad37f855b61465f2339.zip |
Adjust blockers for bugs 165308 165310.
(Portage version: 2.1.2-r8)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.4.0-r1.ebuild | 10 |
2 files changed, 11 insertions, 5 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index c1bb37fd3cfa..5044b8b0a457 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-base/libxfce4util # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.76 2007/02/04 02:48:40 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.77 2007/02/06 21:48:59 drac Exp $ + + 06 Feb 2007; Samuli Suominen <drac@gentoo.org> + libxfce4util-4.4.0-r1.ebuild: + Adjust blockers. *libxfce4util-4.4.0-r1 (04 Feb 2007) diff --git a/xfce-base/libxfce4util/libxfce4util-4.4.0-r1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.4.0-r1.ebuild index 1cb9ab2d9cde..2786a6c8476a 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.4.0-r1.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.4.0-r1.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/libxfce4util/libxfce4util-4.4.0-r1.ebuild,v 1.1 2007/02/04 02:48:40 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.4.0-r1.ebuild,v 1.2 2007/02/06 21:48:59 drac Exp $ inherit xfce44 @@ -10,8 +10,8 @@ DESCRIPTION="Core library" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="debug doc" -# This library is base of all Xfce packages, so we have blockers here to ensure -# revdep-rebuild doesn't want 4.2 back and forth. +# Masking 4.2 packages here because this is THE CORE LIBRARY +# for all 4.4 packages. RDEPEND=">=dev-libs/glib-2.6" DEPEND="${RDEPEND} @@ -31,7 +31,9 @@ DEPEND="${RDEPEND} !xfce-extra/xfce4-iconbox !xfce-base/xffm !xfce-extra/xfcalendar - !xfce-extra/xfce4-bglist-editor" + !xfce-extra/xfce4-bglist-editor + !<xfce-extra/xfce4-genmon-3 + !<xfce-extra/xfce4-diskperf-2" DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" |