summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2005-06-24 08:58:27 +0000
committerAkinori Hattori <hattya@gentoo.org>2005-06-24 08:58:27 +0000
commite719ce299b0581cd3b2b3ad5d463592e28becacc (patch)
tree85df9437e6b35bcbbebac63b271dd47517f2d3f8 /mail-client
parentnew upstream release. fixes bug #96867. (diff)
downloadgentoo-2-e719ce299b0581cd3b2b3ad5d463592e28becacc.tar.gz
gentoo-2-e719ce299b0581cd3b2b3ad5d463592e28becacc.tar.bz2
gentoo-2-e719ce299b0581cd3b2b3ad5d463592e28becacc.zip
update.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/sylpheed/sylpheed-2.0.0_beta3.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/mail-client/sylpheed/sylpheed-2.0.0_beta3.ebuild b/mail-client/sylpheed/sylpheed-2.0.0_beta3.ebuild
index 813680442d01..f6b58c631695 100644
--- a/mail-client/sylpheed/sylpheed-2.0.0_beta3.ebuild
+++ b/mail-client/sylpheed/sylpheed-2.0.0_beta3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.0.0_beta3.ebuild,v 1.1 2005/06/24 08:47:10 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.0.0_beta3.ebuild,v 1.2 2005/06/24 08:58:27 hattya Exp $
inherit eutils
@@ -12,15 +12,14 @@ DESCRIPTION="A lightweight email client and newsreader"
HOMEPAGE="http://sylpheed.good-day.net/"
SRC_URI="http://sylpheed.good-day.net/${PN}/v${PV%.*}beta/${MY_P}.tar.bz2"
-RESTRICT="nomirror"
LICENSE="GPL-2"
-KEYWORDS="~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
SLOT="0"
S="${WORKDIR}/${MY_P}"
PROVIDE="virtual/sylpheed"
-DEPEND=">=x11-libs/gtk+-2.2
+DEPEND=">=x11-libs/gtk+-2.4
!amd64? ( nls? ( >=sys-devel/gettext-0.12.1 ) )
crypt? ( >=app-crypt/gpgme-0.4.5 )
ldap? ( >=net-nds/openldap-2.0.11 )
@@ -71,5 +70,3 @@ src_install() {
dodoc AUTHORS COPYING ChangeLog* INSTALL* NEWS* README* TODO*
}
-
-# $Id: sylpheed-2.0.0_beta3.ebuild,v 1.1 2005/06/24 08:47:10 hattya Exp $