summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2008-02-04 16:24:11 +0000
committerAkinori Hattori <hattya@gentoo.org>2008-02-04 16:24:11 +0000
commit33ac031ebe6b21a0aa134820c9d0b50448cdb3a1 (patch)
tree88bc47730c18a6e123d5e4a4d4d5df89d4502748 /mail-client/sylpheed
parentamd64 stable, #206541 (diff)
downloadgentoo-2-33ac031ebe6b21a0aa134820c9d0b50448cdb3a1.tar.gz
gentoo-2-33ac031ebe6b21a0aa134820c9d0b50448cdb3a1.tar.bz2
gentoo-2-33ac031ebe6b21a0aa134820c9d0b50448cdb3a1.zip
fixes bug #204482.
(Portage version: 2.1.3.19)
Diffstat (limited to 'mail-client/sylpheed')
-rw-r--r--mail-client/sylpheed/ChangeLog7
-rw-r--r--mail-client/sylpheed/sylpheed-2.4.5.ebuild12
2 files changed, 12 insertions, 7 deletions
diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog
index 243810d2b05d..f6159e375b49 100644
--- a/mail-client/sylpheed/ChangeLog
+++ b/mail-client/sylpheed/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-client/sylpheed
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.253 2007/12/28 16:26:52 armin76 Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.254 2008/02/04 16:24:11 hattya Exp $
+
+ 04 Feb 2008; Akinori Hattori <hattya@gentoo.org> sylpheed-2.4.5.ebuild:
+ fixes bug #204482.
28 Dec 2007; Raúl Porcel <armin76@gentoo.org> sylpheed-2.4.7.ebuild:
alpha/ia64/sparc stable
diff --git a/mail-client/sylpheed/sylpheed-2.4.5.ebuild b/mail-client/sylpheed/sylpheed-2.4.5.ebuild
index 1705377e421f..43511733220b 100644
--- a/mail-client/sylpheed/sylpheed-2.4.5.ebuild
+++ b/mail-client/sylpheed/sylpheed-2.4.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.5.ebuild,v 1.8 2007/09/16 16:27:57 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.5.ebuild,v 1.9 2008/02/04 16:24:11 hattya Exp $
inherit autotools eutils
@@ -14,15 +14,17 @@ LICENSE="GPL-2 LGPL-2.1"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
SLOT="0"
-DEPEND=">=x11-libs/gtk+-2.4
+COMMON_DEPEND=">=x11-libs/gtk+-2.4
nls? ( >=sys-devel/gettext-0.12.1 )
crypt? ( >=app-crypt/gpgme-0.4.5 )
ldap? ( >=net-nds/openldap-2.0.11 )
pda? ( app-pda/jpilot )
spell? ( app-text/gtkspell )
- ssl? ( dev-libs/openssl )
+ ssl? ( dev-libs/openssl )"
+DEPEND="${COMMON_DEPEND}
+ dev-util/pkgconfig
xface? ( >=media-libs/compface-1.4 )"
-RDEPEND="${DEPEND}
+RDEPEND="${COMMON_DEPEND}
app-misc/mime-types
x11-misc/shared-mime-info"