diff options
author | Tristan Heaven <tristan@gentoo.org> | 2012-05-29 11:32:46 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2012-05-29 11:32:46 +0000 |
commit | b5fa4cd9b8bb837074f79a22d3634c91434812f0 (patch) | |
tree | cfa80e341716a9b680676559b4b200a91ddbfd99 /x11-misc/revelation | |
parent | Stabilise 0.8.52 on amd64 and x86 and remove old to resolve crash in current ... (diff) | |
download | gentoo-2-b5fa4cd9b8bb837074f79a22d3634c91434812f0.tar.gz gentoo-2-b5fa4cd9b8bb837074f79a22d3634c91434812f0.tar.bz2 gentoo-2-b5fa4cd9b8bb837074f79a22d3634c91434812f0.zip |
Fix dependencies as pointed out by Mikel Olasagasti
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/revelation')
-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() { |