diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-02-21 08:38:17 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-02-21 08:38:17 +0000 |
commit | 1837cb1f66ec70f2b9a94636f1a6f967bc105726 (patch) | |
tree | b3ca14522b2140cee45e8b2ad70657eb90108d76 /net-libs/libesmtp | |
parent | Stable for HPPA (bug #354461). (diff) | |
download | gentoo-2-1837cb1f66ec70f2b9a94636f1a6f967bc105726.tar.gz gentoo-2-1837cb1f66ec70f2b9a94636f1a6f967bc105726.tar.bz2 gentoo-2-1837cb1f66ec70f2b9a94636f1a6f967bc105726.zip |
Stable for HPPA (bug #354461).
(Portage version: 2.2.0_alpha24/cvs/Linux i686)
Diffstat (limited to 'net-libs/libesmtp')
-rw-r--r-- | net-libs/libesmtp/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libesmtp/libesmtp-1.0.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/libesmtp/ChangeLog b/net-libs/libesmtp/ChangeLog index 99625ddee12e..6ad297c9eb67 100644 --- a/net-libs/libesmtp/ChangeLog +++ b/net-libs/libesmtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libesmtp -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.51 2010/10/15 12:58:40 ranger Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.52 2011/02/21 08:38:17 jer Exp $ + + 21 Feb 2011; Jeroen Roovers <jer@gentoo.org> libesmtp-1.0.6.ebuild: + Stable for HPPA (bug #354461). 15 Oct 2010; Brent Baude <ranger@gentoo.org> libesmtp-1.0.6.ebuild: Marking libesmtp-1.0.6 ppc for bug 312489 diff --git a/net-libs/libesmtp/libesmtp-1.0.6.ebuild b/net-libs/libesmtp/libesmtp-1.0.6.ebuild index c75a0b4c7af4..5f444bed7f6d 100644 --- a/net-libs/libesmtp/libesmtp-1.0.6.ebuild +++ b/net-libs/libesmtp/libesmtp-1.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.6.ebuild,v 1.7 2010/10/15 12:58:40 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.6.ebuild,v 1.8 2011/02/21 08:38:17 jer Exp $ EAPI=3 inherit libtool @@ -11,7 +11,7 @@ SRC_URI="http://www.stafford.uklinux.net/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1 GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="debug ssl static-libs threads" RDEPEND="ssl? ( dev-libs/openssl )" |