diff options
-rw-r--r-- | x11-misc/revelation/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/revelation/revelation-0.4.13.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/revelation/ChangeLog b/x11-misc/revelation/ChangeLog index 2a9fa3b63e50..e4d326dad18c 100644 --- a/x11-misc/revelation/ChangeLog +++ b/x11-misc/revelation/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/revelation # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.23 2012/05/28 21:58:14 tristan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.24 2012/05/29 11:32:46 tristan Exp $ + + 29 May 2012; Tristan Heaven <tristan@gentoo.org> revelation-0.4.13.ebuild: + Fix dependencies as pointed out by Mikel Olasagasti *revelation-0.4.13 (28 May 2012) diff --git a/x11-misc/revelation/revelation-0.4.13.ebuild b/x11-misc/revelation/revelation-0.4.13.ebuild index 3f99ea78f62a..54b9c673bc7c 100644 --- a/x11-misc/revelation/revelation-0.4.13.ebuild +++ b/x11-misc/revelation/revelation-0.4.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.13.ebuild,v 1.1 2012/05/28 21:58:14 tristan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.13.ebuild,v 1.2 2012/05/29 11:32:46 tristan Exp $ EAPI=4 @@ -22,11 +22,12 @@ RESTRICT="test" RDEPEND="dev-python/pygtk dev-python/pycrypto dev-python/gconf-python - dev-python/gnome-vfs-python - dev-python/libbonobo-python dev-python/libgnome-python sys-libs/cracklib[python] - applet? ( dev-python/gnome-applets-python )" + applet? ( + dev-python/gnome-applets-python + dev-python/libbonobo-python + )" DEPEND="${RDEPEND}" pkg_setup() { |