diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-10-13 19:26:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-10-13 19:26:12 +0000 |
commit | 6a581c5ee9c12af795854c759c87f19a916caaaa (patch) | |
tree | 066e250bd1c386caef89a4db040535e4e3e73db5 /app-pda/pilot-mailsync | |
parent | Make the ebuild fail if the compile fails. (diff) | |
download | gentoo-2-6a581c5ee9c12af795854c759c87f19a916caaaa.tar.gz gentoo-2-6a581c5ee9c12af795854c759c87f19a916caaaa.tar.bz2 gentoo-2-6a581c5ee9c12af795854c759c87f19a916caaaa.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'app-pda/pilot-mailsync')
-rw-r--r-- | app-pda/pilot-mailsync/Manifest | 2 | ||||
-rw-r--r-- | app-pda/pilot-mailsync/pilot-mailsync-0.8.0.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-pda/pilot-mailsync/Manifest b/app-pda/pilot-mailsync/Manifest index df3236f3f70f..7ae3c6c251fd 100644 --- a/app-pda/pilot-mailsync/Manifest +++ b/app-pda/pilot-mailsync/Manifest @@ -1,4 +1,4 @@ MD5 ce7efbac096bf3b004dda29f0d87b153 ChangeLog 436 MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156 -MD5 9e7d3b28194cc7221502509ad9fa494e pilot-mailsync-0.8.0.2.ebuild 769 +MD5 d50ef06aab13696e4bb071a4be969f3c pilot-mailsync-0.8.0.2.ebuild 770 MD5 6f4db2e33b85320840d9490d4408773a files/digest-pilot-mailsync-0.8.0.2 75 diff --git a/app-pda/pilot-mailsync/pilot-mailsync-0.8.0.2.ebuild b/app-pda/pilot-mailsync/pilot-mailsync-0.8.0.2.ebuild index b0073fe06b0e..d7c8769c85e4 100644 --- a/app-pda/pilot-mailsync/pilot-mailsync-0.8.0.2.ebuild +++ b/app-pda/pilot-mailsync/pilot-mailsync-0.8.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-mailsync/pilot-mailsync-0.8.0.2.ebuild,v 1.1 2003/10/12 02:37:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-mailsync/pilot-mailsync-0.8.0.2.ebuild,v 1.2 2003/10/13 19:26:10 mr_bones_ Exp $ DESCRIPTION="An application to transfer outgoing mail from and deliver incoming mail to a Palm OS device." HOMEPAGE="http://wissrech.iam.uni-bonn.de/people/garcke/pms/" @@ -9,7 +9,7 @@ SRC_URI="http://wissrech.iam.uni-bonn.de/people/garcke/pms/${P}.tar.gz" LICENSE="MPL-1.0" SLOT="0" KEYWORDS="~x86" -IUSE="ssl" +IUSE="ssl" DEPEND="ssl? ( dev-libs/openssl ) >=app-pda/pilot-link-0.11.7-r1" |