diff options
author | 2004-03-01 03:47:55 +0000 | |
---|---|---|
committer | 2004-03-01 03:47:55 +0000 | |
commit | 06eab83d76a4531a9fe4e62f647e37e2cbf39b71 (patch) | |
tree | 6a2f70131647c618c70f8cf9de9346aa510d0190 /net-mail/amavisd-new | |
parent | Change compile-time paths in scripts to fix bug #36128. Removed USE=static o... (diff) | |
download | gentoo-2-06eab83d76a4531a9fe4e62f647e37e2cbf39b71.tar.gz gentoo-2-06eab83d76a4531a9fe4e62f647e37e2cbf39b71.tar.bz2 gentoo-2-06eab83d76a4531a9fe4e62f647e37e2cbf39b71.zip |
squash tested, ~sparc approved.
Diffstat (limited to 'net-mail/amavisd-new')
-rw-r--r-- | net-mail/amavisd-new/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/amavisd-new/amavisd-new-20030616_p7.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-mail/amavisd-new/ChangeLog b/net-mail/amavisd-new/ChangeLog index 42605938c74c..717537d24b23 100644 --- a/net-mail/amavisd-new/ChangeLog +++ b/net-mail/amavisd-new/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/amavisd-new -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/amavisd-new/ChangeLog,v 1.7 2004/01/14 19:53:04 max Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/amavisd-new/ChangeLog,v 1.8 2004/03/01 03:47:55 weeve Exp $ + + 29 Feb 2004; Jason Wever <weeve@gentoo.org> amavisd-new-20030616_p7.ebuild: + squash tested, ~sparc approved. *amavisd-new-20030616_p7 (14 Jan 2004) diff --git a/net-mail/amavisd-new/amavisd-new-20030616_p7.ebuild b/net-mail/amavisd-new/amavisd-new-20030616_p7.ebuild index 0cbd335493e7..38d75707770b 100644 --- a/net-mail/amavisd-new/amavisd-new-20030616_p7.ebuild +++ b/net-mail/amavisd-new/amavisd-new-20030616_p7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/amavisd-new/amavisd-new-20030616_p7.ebuild,v 1.2 2004/02/05 02:51:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/amavisd-new/amavisd-new-20030616_p7.ebuild,v 1.3 2004/03/01 03:47:55 weeve Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.ijs.si/software/amavisd/${PN}-${PV/_/-}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64" +KEYWORDS="x86 ~amd64 ~sparc" IUSE="ldap mysql postgres milter" DEPEND=">=sys-apps/sed-4" |