diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-03-04 04:56:38 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-03-04 04:56:38 +0000 |
commit | c96c556fba835d699b7d401caebc05afb64e4a8e (patch) | |
tree | 01baa15632b007f78f72ad3624382e17b360dcbb /app-emacs/elib | |
parent | added ~amd64 to keywords (diff) | |
download | gentoo-2-c96c556fba835d699b7d401caebc05afb64e4a8e.tar.gz gentoo-2-c96c556fba835d699b7d401caebc05afb64e4a8e.tar.bz2 gentoo-2-c96c556fba835d699b7d401caebc05afb64e4a8e.zip |
added amd64 to keywords
Diffstat (limited to 'app-emacs/elib')
-rw-r--r-- | app-emacs/elib/elib-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/elib/elib-1.0.ebuild b/app-emacs/elib/elib-1.0.ebuild index 702e7e02508a..61bb19f90b74 100644 --- a/app-emacs/elib/elib-1.0.ebuild +++ b/app-emacs/elib/elib-1.0.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/elib/elib-1.0.ebuild,v 1.3 2003/09/08 04:23:35 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/elib/elib-1.0.ebuild,v 1.4 2004/03/04 04:56:38 jhuebel Exp $ inherit elisp @@ -11,7 +11,7 @@ HOMEPAGE="http://jdee.sunsite.dk" SRC_URI="http://jdee.sunsite.dk/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 amd64" DEPEND="virtual/emacs" |