diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-09-23 20:37:44 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-09-23 20:37:44 +0000 |
commit | 5b1f48a5344ca7dbd5d83455e732d40a4e85e7c3 (patch) | |
tree | 6b599ab5f226621412a7208e3cf791975cf2f961 /net-libs/libesmtp/libesmtp-1.0.4.ebuild | |
parent | Fixing the Manifest/digest entry for vanilla-sources-2.4.32 (thanks Jakub - #... (diff) | |
download | historical-5b1f48a5344ca7dbd5d83455e732d40a4e85e7c3.tar.gz historical-5b1f48a5344ca7dbd5d83455e732d40a4e85e7c3.tar.bz2 historical-5b1f48a5344ca7dbd5d83455e732d40a4e85e7c3.zip |
Bug #148839 - fix *DEPEND.
Package-Manager: portage-2.1.2_pre1-r1
Diffstat (limited to 'net-libs/libesmtp/libesmtp-1.0.4.ebuild')
-rw-r--r-- | net-libs/libesmtp/libesmtp-1.0.4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-libs/libesmtp/libesmtp-1.0.4.ebuild b/net-libs/libesmtp/libesmtp-1.0.4.ebuild index 2bb1df7c8d6d..68c7cddb6d97 100644 --- a/net-libs/libesmtp/libesmtp-1.0.4.ebuild +++ b/net-libs/libesmtp/libesmtp-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.4.ebuild,v 1.3 2006/03/18 12:09:17 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.4.ebuild,v 1.4 2006/09/23 20:37:44 robbat2 Exp $ inherit toolchain-funcs eutils @@ -9,9 +9,10 @@ SRC_URI="http://www.stafford.uklinux.net/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.stafford.uklinux.net/libesmtp/" LICENSE="LGPL-2.1 GPL-2" +RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )" DEPEND=">=sys-devel/libtool-1.4.1 - >=sys-apps/sed-4 - ssl? ( >=dev-libs/openssl-0.9.6b )" + >=sys-apps/sed-4 + ${RDEPEND}" IUSE="ssl debug" SLOT="0" |