diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-08-02 06:43:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-08-02 06:43:30 +0000 |
commit | 035ab3e95275c12369bf620b45b789d2abea42c7 (patch) | |
tree | acd5045402ee25b6a542a0e1ef63a94654215f91 /x11-plugins | |
parent | Added sparc stable keyword (diff) | |
download | gentoo-2-035ab3e95275c12369bf620b45b789d2abea42c7.tar.gz gentoo-2-035ab3e95275c12369bf620b45b789d2abea42c7.tar.bz2 gentoo-2-035ab3e95275c12369bf620b45b789d2abea42c7.zip |
correct dbus deps (bug #187369)
(Portage version: 2.1.2.9)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/beryl-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/beryl-plugins/beryl-plugins-0.2.1-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-plugins/beryl-plugins/beryl-plugins-0.2.1.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/x11-plugins/beryl-plugins/ChangeLog b/x11-plugins/beryl-plugins/ChangeLog index 850485fb835b..7e9e7933d6db 100644 --- a/x11-plugins/beryl-plugins/ChangeLog +++ b/x11-plugins/beryl-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/beryl-plugins # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/beryl-plugins/ChangeLog,v 1.13 2007/07/18 04:28:30 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/beryl-plugins/ChangeLog,v 1.14 2007/08/02 06:43:30 mr_bones_ Exp $ + + 02 Aug 2007; Michael Sterrett <mr_bones_@gentoo.org> + beryl-plugins-0.2.1.ebuild, beryl-plugins-0.2.1-r1.ebuild: + correct dbus deps (bug #187369) *beryl-plugins-0.2.1-r1 (18 Jul 2007) diff --git a/x11-plugins/beryl-plugins/beryl-plugins-0.2.1-r1.ebuild b/x11-plugins/beryl-plugins/beryl-plugins-0.2.1-r1.ebuild index 8047ef4c821c..a1e98362b4ed 100644 --- a/x11-plugins/beryl-plugins/beryl-plugins-0.2.1-r1.ebuild +++ b/x11-plugins/beryl-plugins/beryl-plugins-0.2.1-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/x11-plugins/beryl-plugins/beryl-plugins-0.2.1-r1.ebuild,v 1.1 2007/07/18 04:28:30 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/beryl-plugins/beryl-plugins-0.2.1-r1.ebuild,v 1.2 2007/08/02 06:43:30 mr_bones_ Exp $ inherit flag-o-matic @@ -17,9 +17,7 @@ IUSE="dbus" RDEPEND="~x11-wm/beryl-core-${PV} media-libs/jpeg >=gnome-base/librsvg-2.14.0 - dbus? ( - || ( dev-libs/dbus-glib >=sys-apps/dbus-0.36 ) - ) + dbus? ( dev-libs/dbus-glib ) !x11-plugins/beryl-dbus" DEPEND="${RDEPEND} diff --git a/x11-plugins/beryl-plugins/beryl-plugins-0.2.1.ebuild b/x11-plugins/beryl-plugins/beryl-plugins-0.2.1.ebuild index e4ebfd075571..47fc4b175270 100644 --- a/x11-plugins/beryl-plugins/beryl-plugins-0.2.1.ebuild +++ b/x11-plugins/beryl-plugins/beryl-plugins-0.2.1.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/x11-plugins/beryl-plugins/beryl-plugins-0.2.1.ebuild,v 1.3 2007/07/08 05:57:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/beryl-plugins/beryl-plugins-0.2.1.ebuild,v 1.4 2007/08/02 06:43:30 mr_bones_ Exp $ inherit flag-o-matic @@ -17,9 +17,7 @@ IUSE="dbus" RDEPEND="~x11-wm/beryl-core-${PV} media-libs/jpeg >=gnome-base/librsvg-2.14.0 - dbus? ( - || ( dev-libs/dbus-glib >=sys-apps/dbus-0.36 ) - ) + dbus? ( dev-libs/dbus-glib ) !x11-plugins/beryl-dbus" DEPEND="${RDEPEND} |