summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-05 02:56:13 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-05 02:56:13 +0000
commit72b367c7a86fd3314b0b4adfc23b7cb5c6ab3606 (patch)
tree241836a48430a393997dd791f1d15669c04e4435
parentFix bug 29017 by replacing -march=k6 and -march=k6-2 with -march=i586. Fix bug (diff)
downloadgentoo-2-72b367c7a86fd3314b0b4adfc23b7cb5c6ab3606.tar.gz
gentoo-2-72b367c7a86fd3314b0b4adfc23b7cb5c6ab3606.tar.bz2
gentoo-2-72b367c7a86fd3314b0b4adfc23b7cb5c6ab3606.zip
hello ~amd64
-rw-r--r--dev-php/mod_php/mod_php-4.3.4-r3.ebuild4
-rw-r--r--net-mail/amavisd-new/amavisd-new-20030616_p7.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-php/mod_php/mod_php-4.3.4-r3.ebuild b/dev-php/mod_php/mod_php-4.3.4-r3.ebuild
index 51a63590c862..1ff8152e10e5 100644
--- a/dev-php/mod_php/mod_php-4.3.4-r3.ebuild
+++ b/dev-php/mod_php/mod_php-4.3.4-r3.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.4-r3.ebuild,v 1.1 2004/01/31 22:38:34 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.4-r3.ebuild,v 1.2 2004/02/05 02:56:13 vapier Exp $
IUSE="${IUSE} apache2"
DESCRIPTION="Apache module for PHP"
-KEYWORDS="~x86 ~sparc ~ppc ~alpha ~hppa ~ia64"
+KEYWORDS="~x86 ~sparc ~ppc ~alpha ~hppa ~ia64 ~amd64"
detectapache() {
local domsg=
diff --git a/net-mail/amavisd-new/amavisd-new-20030616_p7.ebuild b/net-mail/amavisd-new/amavisd-new-20030616_p7.ebuild
index 3381d235161f..0cbd335493e7 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.1 2004/01/14 19:53:04 max Exp $
+# $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 $
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"
+KEYWORDS="x86 ~amd64"
IUSE="ldap mysql postgres milter"
DEPEND=">=sys-apps/sed-4"