diff options
Diffstat (limited to 'mail-mta/ssmtp/ssmtp-2.62-r6.ebuild')
-rw-r--r-- | mail-mta/ssmtp/ssmtp-2.62-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/ssmtp/ssmtp-2.62-r6.ebuild b/mail-mta/ssmtp/ssmtp-2.62-r6.ebuild index 00d9245a72ce..8b2a10505a62 100644 --- a/mail-mta/ssmtp/ssmtp-2.62-r6.ebuild +++ b/mail-mta/ssmtp/ssmtp-2.62-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.62-r6.ebuild,v 1.3 2009/07/12 12:09:59 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.62-r6.ebuild,v 1.4 2009/07/14 20:37:49 fauli Exp $ inherit eutils toolchain-funcs autotools @@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/s/ssmtp/${P/-/_}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="ssl ipv6 md5sum maxsysuid" DEPEND="ssl? ( dev-libs/openssl )" |