diff options
author | Akinori Hattori <hattya@gentoo.org> | 2011-11-03 07:07:23 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2011-11-03 07:07:23 +0000 |
commit | 73e2ef3f7245c4289c3d8a79c310e2ee3158c3e6 (patch) | |
tree | 04623d65e3c91dedaa1a847248c7779a657f25d1 /mail-client/sylpheed | |
parent | Version Bump (diff) | |
download | gentoo-2-73e2ef3f7245c4289c3d8a79c310e2ee3158c3e6.tar.gz gentoo-2-73e2ef3f7245c4289c3d8a79c310e2ee3158c3e6.tar.bz2 gentoo-2-73e2ef3f7245c4289c3d8a79c310e2ee3158c3e6.zip |
remove dev-libs/dbus-glib from (R)DEPEND.
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'mail-client/sylpheed')
-rw-r--r-- | mail-client/sylpheed/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/sylpheed/sylpheed-3.1.1.ebuild | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog index efd51a34574d..b4552664c0ab 100644 --- a/mail-client/sylpheed/ChangeLog +++ b/mail-client/sylpheed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/sylpheed # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.293 2011/10/27 06:29:27 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.294 2011/11/03 07:07:23 hattya Exp $ + + 03 Nov 2011; Akinori Hattori <hattya@gentoo.org> sylpheed-3.1.1.ebuild: + remove dev-libs/dbus-glib from (R)DEPEND. 27 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> sylpheed-2.6.0.ebuild, sylpheed-3.1.1.ebuild: diff --git a/mail-client/sylpheed/sylpheed-3.1.1.ebuild b/mail-client/sylpheed/sylpheed-3.1.1.ebuild index a49e2b17bb5f..051e06ea9e73 100644 --- a/mail-client/sylpheed/sylpheed-3.1.1.ebuild +++ b/mail-client/sylpheed/sylpheed-3.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-3.1.1.ebuild,v 1.4 2011/10/27 06:29:27 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-3.1.1.ebuild,v 1.5 2011/11/03 07:07:23 hattya Exp $ EAPI="4" @@ -21,10 +21,7 @@ CDEPEND="x11-libs/gtk+:2 ldap? ( net-nds/openldap ) oniguruma? ( dev-libs/oniguruma ) pda? ( app-pda/jpilot ) - spell? ( - app-text/gtkspell:2 - dev-libs/dbus-glib - ) + spell? ( app-text/gtkspell:2 ) ssl? ( dev-libs/openssl )" RDEPEND="${CDEPEND} app-misc/mime-types |