diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-03-04 05:09:40 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-03-04 05:09:40 +0000 |
commit | 4e616203aa4e3e72c70d77187d5c8553cb85366f (patch) | |
tree | 6388aa84031e745e74fa1d498c4960d0c6e4ddc4 /app-emacs/tramp | |
parent | added amd64 to keywords (Manifest recommit) (diff) | |
download | gentoo-2-4e616203aa4e3e72c70d77187d5c8553cb85366f.tar.gz gentoo-2-4e616203aa4e3e72c70d77187d5c8553cb85366f.tar.bz2 gentoo-2-4e616203aa4e3e72c70d77187d5c8553cb85366f.zip |
added ~amd64 to keywords
Diffstat (limited to 'app-emacs/tramp')
-rw-r--r-- | app-emacs/tramp/tramp-2.0.38.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/tramp/tramp-2.0.38.ebuild b/app-emacs/tramp/tramp-2.0.38.ebuild index 1590e86d99b1..94c56db7236d 100644 --- a/app-emacs/tramp/tramp-2.0.38.ebuild +++ b/app-emacs/tramp/tramp-2.0.38.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/app-emacs/tramp/tramp-2.0.38.ebuild,v 1.1 2004/02/17 21:14:24 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.0.38.ebuild,v 1.2 2004/03/04 05:05:18 jhuebel Exp $ inherit elisp @@ -14,7 +14,7 @@ SRC_URI="mirror://debian/pool/main/t/tramp/${P/-/_}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" DEPEND="virtual/emacs" |