diff options
author | 2005-01-14 20:12:01 +0000 | |
---|---|---|
committer | 2005-01-14 20:12:01 +0000 | |
commit | 1f1f3da982bc54223a1df16398afe2e5932af2c6 (patch) | |
tree | b996342d640d374ee9a3d6f8d36a02b2cfd09280 /net-libs/libesmtp/libesmtp-1.0.3.ebuild | |
parent | fix homepage and src_uri irt #74936 (diff) | |
download | historical-1f1f3da982bc54223a1df16398afe2e5932af2c6.tar.gz historical-1f1f3da982bc54223a1df16398afe2e5932af2c6.tar.bz2 historical-1f1f3da982bc54223a1df16398afe2e5932af2c6.zip |
Stable on x86.
Diffstat (limited to 'net-libs/libesmtp/libesmtp-1.0.3.ebuild')
-rw-r--r-- | net-libs/libesmtp/libesmtp-1.0.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libesmtp/libesmtp-1.0.3.ebuild b/net-libs/libesmtp/libesmtp-1.0.3.ebuild index a77da7b98783..9460813302ac 100644 --- a/net-libs/libesmtp/libesmtp-1.0.3.ebuild +++ b/net-libs/libesmtp/libesmtp-1.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.3.ebuild,v 1.1 2004/09/03 01:14:59 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.3.ebuild,v 1.2 2005/01/14 20:12:01 ticho Exp $ inherit gcc eutils gnuconfig libtool @@ -18,7 +18,7 @@ DEPEND="${RDEPEND} IUSE="ssl" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64" +KEYWORDS="x86 ~sparc ~ppc ~alpha ~amd64" S="${WORKDIR}/${MY_P}" |