diff options
author | 2004-03-04 05:09:40 +0000 | |
---|---|---|
committer | 2004-03-04 05:09:40 +0000 | |
commit | 3104f208396cdf9c30561970e46ec95b5de70280 (patch) | |
tree | 545c89bf5e0b849b9c764cd95d632537fa5228c1 /app-emacs/php-mode | |
parent | added amd64 to keywords (diff) | |
download | historical-3104f208396cdf9c30561970e46ec95b5de70280.tar.gz historical-3104f208396cdf9c30561970e46ec95b5de70280.tar.bz2 historical-3104f208396cdf9c30561970e46ec95b5de70280.zip |
added ~amd64 to keywords
Diffstat (limited to 'app-emacs/php-mode')
-rw-r--r-- | app-emacs/php-mode/php-mode-105.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/php-mode/php-mode-105.ebuild b/app-emacs/php-mode/php-mode-105.ebuild index 41546793edb0..3266b203070e 100644 --- a/app-emacs/php-mode/php-mode-105.ebuild +++ b/app-emacs/php-mode/php-mode-105.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/php-mode/php-mode-105.ebuild,v 1.1 2003/10/06 15:42:24 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/php-mode/php-mode-105.ebuild,v 1.2 2004/03/04 05:07:04 jhuebel Exp $ inherit elisp @@ -11,7 +11,7 @@ HOMEPAGE="http://php-mode.sourceforge.net" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" DEPEND="virtual/emacs" |