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 | ddfeea326e7c7cc020e464f530cabc16401a9f7f (patch) | |
tree | 7db2b59c4158d3bedd5e3aafcab499cd23694338 /net-libs | |
parent | Fixing the Manifest/digest entry for vanilla-sources-2.4.32 (thanks Jakub - #... (diff) | |
download | gentoo-2-ddfeea326e7c7cc020e464f530cabc16401a9f7f.tar.gz gentoo-2-ddfeea326e7c7cc020e464f530cabc16401a9f7f.tar.bz2 gentoo-2-ddfeea326e7c7cc020e464f530cabc16401a9f7f.zip |
Bug #148839 - fix *DEPEND.
(Portage version: 2.1.2_pre1-r1)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libesmtp/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libesmtp/libesmtp-1.0.4.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-libs/libesmtp/ChangeLog b/net-libs/libesmtp/ChangeLog index 47afae2b1864..c2626f2a7130 100644 --- a/net-libs/libesmtp/ChangeLog +++ b/net-libs/libesmtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libesmtp # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.30 2006/04/27 21:56:27 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.31 2006/09/23 20:37:44 robbat2 Exp $ + + 23 Sep 2006; Robin H. Johnson <robbat2@gentoo.org> libesmtp-1.0.4.ebuild: + Bug #148839 - fix *DEPEND. 27 Apr 2006; Alec Warner <antarus@gentoo.org> files/digest-libesmtp-1.0.3, Manifest: 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" |