diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-08 05:57:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-08 05:57:37 +0000 |
commit | 95baaa7c4a8f80c12390a0116a43a0d245c72b84 (patch) | |
tree | f54ffcc497d2d263f897ddb31c64c2b4c1a3d7c2 /x11-plugins/beryl-plugins | |
parent | remove reference to old, removed dbus (bug #183696) (diff) | |
download | gentoo-2-95baaa7c4a8f80c12390a0116a43a0d245c72b84.tar.gz gentoo-2-95baaa7c4a8f80c12390a0116a43a0d245c72b84.tar.bz2 gentoo-2-95baaa7c4a8f80c12390a0116a43a0d245c72b84.zip |
remove reference to old, removed dbus (bug #183696)
(Portage version: 2.1.2.9)
Diffstat (limited to 'x11-plugins/beryl-plugins')
-rw-r--r-- | x11-plugins/beryl-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/beryl-plugins/beryl-plugins-0.2.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-plugins/beryl-plugins/ChangeLog b/x11-plugins/beryl-plugins/ChangeLog index cfca73f9f8cd..e7ddb8c39630 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.11 2007/05/15 20:38:54 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/beryl-plugins/ChangeLog,v 1.12 2007/07/08 05:57:37 mr_bones_ Exp $ + + 08 Jul 2007; Michael Sterrett <mr_bones_@gentoo.org> + beryl-plugins-0.2.1.ebuild: + remove reference to old, removed dbus (bug #183696) 15 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> 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 89b94e8a7ca4..e4ebfd075571 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.2 2007/03/23 03:23:55 tsunam Exp $ +# $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 $ inherit flag-o-matic @@ -18,7 +18,7 @@ RDEPEND="~x11-wm/beryl-core-${PV} media-libs/jpeg >=gnome-base/librsvg-2.14.0 dbus? ( - || ( dev-libs/dbus-glib ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.36 ) ) + || ( dev-libs/dbus-glib >=sys-apps/dbus-0.36 ) ) !x11-plugins/beryl-dbus" |