diff options
Diffstat (limited to 'app-emacs/mell/mell-1.0.0.ebuild')
-rw-r--r-- | app-emacs/mell/mell-1.0.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-emacs/mell/mell-1.0.0.ebuild b/app-emacs/mell/mell-1.0.0.ebuild index acd42db45644..6e821ff096d8 100644 --- a/app-emacs/mell/mell-1.0.0.ebuild +++ b/app-emacs/mell/mell-1.0.0.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/mell/mell-1.0.0.ebuild,v 1.3 2004/03/01 12:29:20 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mell/mell-1.0.0.ebuild,v 1.4 2004/04/25 14:36:42 usata Exp $ inherit elisp @@ -11,9 +11,8 @@ HOMEPAGE="http://taiyaki.org/elisp/mell/" SRC_URI="http://taiyaki.org/elisp/mell/src/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~alpha ~ppc" SLOT="0" -S="${WORKDIR}/${P}" DEPEND="virtual/emacs" |