diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-03-12 22:35:51 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-03-12 22:35:51 +0000 |
commit | 8a991fef1738fcb777c766768750e8e413e6526b (patch) | |
tree | f82d860171d0be2fb583763f87d3895ca5f3c4ce /net-libs/libesmtp/libesmtp-1.0.4.ebuild | |
parent | ~ppc added (bug #149188) (diff) | |
download | historical-8a991fef1738fcb777c766768750e8e413e6526b.tar.gz historical-8a991fef1738fcb777c766768750e8e413e6526b.tar.bz2 historical-8a991fef1738fcb777c766768750e8e413e6526b.zip |
x86 stable
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'net-libs/libesmtp/libesmtp-1.0.4.ebuild')
-rw-r--r-- | net-libs/libesmtp/libesmtp-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libesmtp/libesmtp-1.0.4.ebuild b/net-libs/libesmtp/libesmtp-1.0.4.ebuild index 406efdb0691e..5912ffdbd451 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-2007 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.6 2007/03/09 14:11:48 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.4.ebuild,v 1.7 2007/03/12 22:35:51 armin76 Exp $ inherit toolchain-funcs eutils @@ -16,7 +16,7 @@ DEPEND=">=sys-devel/libtool-1.4.1 IUSE="ssl debug" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc-macos sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc-macos sparc x86" src_compile() { local myconf |