diff options
author | 2015-03-18 15:17:44 +0000 | |
---|---|---|
committer | 2015-03-18 15:17:44 +0000 | |
commit | bcff3f2ee4201f3a8985775fffd5288890a158c4 (patch) | |
tree | df5bdce23d9981de9c4305daca51854fd7ce1cb0 /app-misc/bijiben | |
parent | x86 stable, see bug 472634 (diff) | |
download | gentoo-2-bcff3f2ee4201f3a8985775fffd5288890a158c4.tar.gz gentoo-2-bcff3f2ee4201f3a8985775fffd5288890a158c4.tar.bz2 gentoo-2-bcff3f2ee4201f3a8985775fffd5288890a158c4.zip |
Missing dependency on evolution (bug #543652, thanks to Toralf Förster).
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Diffstat (limited to 'app-misc/bijiben')
-rw-r--r-- | app-misc/bijiben/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/bijiben/bijiben-3.14.2.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-misc/bijiben/ChangeLog b/app-misc/bijiben/ChangeLog index 290b9e7328fc..c4801c2a5cd6 100644 --- a/app-misc/bijiben/ChangeLog +++ b/app-misc/bijiben/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/bijiben # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/bijiben/ChangeLog,v 1.22 2015/03/15 13:15:06 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/bijiben/ChangeLog,v 1.23 2015/03/18 15:17:44 tetromino Exp $ + + 18 Mar 2015; Alexandre Rostovtsev <tetromino@gentoo.org> + bijiben-3.14.2.ebuild: + Missing dependency on evolution (bug #543652, thanks to Toralf Förster). 15 Mar 2015; Pacho Ramos <pacho@gentoo.org> bijiben-3.14.2.ebuild: x86 stable, bug 534012 diff --git a/app-misc/bijiben/bijiben-3.14.2.ebuild b/app-misc/bijiben/bijiben-3.14.2.ebuild index 1ef7096924cd..8453ac310afd 100644 --- a/app-misc/bijiben/bijiben-3.14.2.ebuild +++ b/app-misc/bijiben/bijiben-3.14.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/bijiben/bijiben-3.14.2.ebuild,v 1.3 2015/03/15 13:15:06 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/bijiben/bijiben-3.14.2.ebuild,v 1.4 2015/03/18 15:17:44 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -21,6 +21,7 @@ RDEPEND=" >=dev-libs/glib-2.28:2 dev-libs/libxml2 >=gnome-extra/evolution-data-server-3 + >=mail-client/evolution-3 gnome-extra/zeitgeist net-libs/gnome-online-accounts net-libs/webkit-gtk:3 |