diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-16 09:50:40 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-16 09:50:40 +0000 |
commit | bb8d830fdeac6c1d03831e7c661b9b1c0985d558 (patch) | |
tree | 3722be4c7db3d8d11abd434cc7f5f13b722a7881 /net-mail/sylpheed-claws | |
parent | mga flag renamed to matrox (diff) | |
download | historical-bb8d830fdeac6c1d03831e7c661b9b1c0985d558.tar.gz historical-bb8d830fdeac6c1d03831e7c661b9b1c0985d558.tar.bz2 historical-bb8d830fdeac6c1d03831e7c661b9b1c0985d558.zip |
changed the jpilot USE flag to pda instead
Diffstat (limited to 'net-mail/sylpheed-claws')
-rw-r--r-- | net-mail/sylpheed-claws/sylpheed-claws-0.7.4-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.7.4-r2.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.7.4-r2.ebuild index fecd6d91c01f..0227c14d6a74 100644 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.7.4-r2.ebuild +++ b/net-mail/sylpheed-claws/sylpheed-claws-0.7.4-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Desktop Team <desktop@gentoo.org> # Author: Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.7.4-r2.ebuild,v 1.2 2002/04/16 01:08:25 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.7.4-r2.ebuild,v 1.3 2002/04/16 09:50:40 seemant Exp $ S=${WORKDIR}/sylpheed-${PV}claws DESCRIPTION="Bleeding edge version of Sylpheed" @@ -17,7 +17,7 @@ DEPEND=">=x11-libs/gtk+-1.2.6 imlib? ( >=media-libs/imlib-1.9.10 ) spell? ( >=app-text/pspell-0.12.2 ) xface? ( >=media-libs/compface-1.4 ) - jpilot? ( >=app-misc/jpilot-0.99 )" + pda? ( >=app-misc/jpilot-0.99 )" RDEPEND="$DEPEND nls? ( sys-devel/gettext )" @@ -43,7 +43,7 @@ src_compile() { use ipv6 && myconf="${myconf} --enable-ipv6" - use jpilot && myconf="${myconf} --enable-jpilot" + use pda && myconf="${myconf} --enable-jpilot" use nls || myconf="${myconf} --disable-nls" |